[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] adding test for issue 154 fix
Jon Boone (@jboone)
gitlab at common-lisp.net
Sun Jun 4 00:07:04 UTC 2023
Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
468889bf by Jon Boone at 2023-06-03T20:06:38-04:00
adding test for issue 154 fix
- - - - -
1 changed file:
- tests/issues.lisp
Changes:
=====================================
tests/issues.lisp
=====================================
@@ -830,7 +830,12 @@
(assert-true (stream::find-external-format :euckr))
(assert-true (stream::find-external-format :cp949))))
-
+(define-test issue.154
+ (:tag :issues)
+ (let ((locale "en_US.UTF-8 at piglatin")
+ (piglatin_text "Ethay izesay ofway away eamstray inway-ufferbay."))
+ (assert-equal locale (intl:setlocale "en_US.UTF-8 at piglatin"))
+ (assert-equal piglatin_text (intl:dgettext "cmucl" "The size of a stream in-buffer."))))
(define-test issue.158
(:tag :issues)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/468889bf4e90e34b907a6cb755571dd7053d0239
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/468889bf4e90e34b907a6cb755571dd7053d0239
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20230604/6857ad2f/attachment.html>
More information about the cmucl-cvs
mailing list