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
1 changed file:
Changes:
... | ... | @@ -837,8 +837,8 @@ |
837 | 837 | (piglatin-text "Ethay izesay ofway away eamstray inway-ufferbay."))
|
838 | 838 | (unwind-protect
|
839 | 839 | (progn
|
840 | - (assert-equal locale (intl:setlocale "en_US.UTF-8@piglatin"))
|
|
841 | - ;; (assert-equal piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer."))
|
|
840 | + ;; (assert-equal locale (intl:setlocale "en_US.UTF-8@piglatin"))
|
|
841 | + (assert-equal piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer."))
|
|
842 | 842 | )
|
843 | 843 | (intl:setlocale old-locale))))
|
844 | 844 |