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...