[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] checking second test for issue.154

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



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 at piglatin"))
-	   ;; (assert-equal piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer."))
+	   ;; (assert-equal locale (intl:setlocale "en_US.UTF-8 at 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/f5b2a9bf2ecf3e5650efe83ce10ace5fd44fc0d4

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/f5b2a9bf2ecf3e5650efe83ce10ace5fd44fc0d4
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/1fbdd5e1/attachment-0001.html>


More information about the cmucl-cvs mailing list