Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits: 7f512626 by Jon Boone at 2023-06-05T20:21:55-04:00 both tests + print of intl::*locale* for verification
- - - - -
1 changed file:
- tests/issues.lisp
Changes:
===================================== tests/issues.lisp ===================================== @@ -837,7 +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 locale (intl:setlocale "en_US.UTF-8@piglatin")) + (print (intl::find-domain "cmucl" intl::*locale*)) (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/7f5126260c3fb5be23768107...