[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] checking second test for issue.154
![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl Commits: f5b2a9bf by Jon Boone at 2023-06-05T20:12:45-04:00 checking second test for issue.154 - - - - - 1 changed file: - tests/issues.lisp Changes: ===================================== tests/issues.lisp ===================================== @@ -837,8 +837,8 @@ (piglatin-text "Ethay izesay ofway away eamstray inway-ufferbay.")) (unwind-protect (progn - (assert-equal locale (intl:setlocale "en_US.UTF-8@piglatin")) - ;; (assert-equal piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer.")) + ;; (assert-equal locale (intl:setlocale "en_US.UTF-8@piglatin")) + (assert-equal piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer.")) ) (intl:setlocale old-locale)))) View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f5b2a9bf2ecf3e5650efe83c... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f5b2a9bf2ecf3e5650efe83c... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Jon Boone (@jboone)