[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] both tests + print of intl::*locale* for verification

Jon Boone (@jboone) gitlab at common-lisp.net
Tue Jun 6 00:22:35 UTC 2023



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 at piglatin"))
+	   (assert-equal locale (intl:setlocale "en_US.UTF-8 at 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/7f5126260c3fb5be2376810707e6f3ed74cad41f

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7f5126260c3fb5be2376810707e6f3ed74cad41f
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/20230606/ba5ac9e8/attachment.html>


More information about the cmucl-cvs mailing list