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@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@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/2c5f040e8bf7d350baa38019...