[Git][cmucl/cmucl][issue-154-piglatin-translation-doesnt-work-anymore] modified issue.154 test to have lispier symbols
Jon Boone (@jboone)
gitlab at common-lisp.net
Mon Jun 5 00:29:27 UTC 2023
Jon Boone pushed to branch issue-154-piglatin-translation-doesnt-work-anymore at cmucl / cmucl
Commits:
2c5f040e by Jon Boone at 2023-06-04T20:27:45-04:00
modified issue.154 test to have lispier symbols
- - - - -
1 changed file:
- tests/issues.lisp
Changes:
=====================================
tests/issues.lisp
=====================================
@@ -834,11 +834,11 @@
(:tag :issues)
(let ((old-locale intl::*locale*)
(locale "en_US.UTF-8 at piglatin")
- (piglatin_text "Ethay izesay ofway away eamstray inway-ufferbay."))
+ (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 piglatin-text (intl:dgettext "cmucl" "The size of a stream in-buffer.")))
(intl:setlocale old-locale))))
(define-test issue.158
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2c5f040e8bf7d350baa38019510c9ec4d5075d29
--
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/2c5f040e8bf7d350baa38019510c9ec4d5075d29
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/20230605/2fea8271/attachment.html>
More information about the cmucl-cvs
mailing list