Considerably improved reliability, return token if no message found.

This commit is contained in:
Simon Brooke 2023-01-04 22:55:29 +00:00
parent 341462a903
commit aadf7f46a0
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 30 additions and 19 deletions

View file

@ -220,4 +220,5 @@
(is
(=
"Ceci n'est pas une pipe." (get-message :pipe "en-GB;q=0.9, fr-FR")))
(is (= "это не труба." (get-message :pipe "de-DE" "i18n" "ru"))))))
(is (= "это не труба." (get-message :pipe "de-DE" "i18n" "ru")))
(is (= "froboz" (get-message :froboz))))))