mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 10:19:57 +08:00
Fix unit test, limit unit test to UTF-8
This commit is contained in:
parent
368a3b78a2
commit
830b7c93ca
@ -1,5 +1,5 @@
|
|||||||
assert_equal('\u0220', 'Ü')
|
assert_equal('\uc39c', 'Ü')
|
||||||
assert_equal("U for \u0220mlauts", "U for Ümlauts")
|
assert_equal("U for \uc39cmlauts", "U for Ümlauts")
|
||||||
assert_equal("More \u0220ml\u0228\u0252ts", "More Ümläüts")
|
assert_equal("More \uc39cml\uc3a4\uc3bcts", "More Ümläüts")
|
||||||
|
|
||||||
assert_equal("Happy \u30C4 face", "Happy ツ face")
|
assert_equal("Thorn \uc3be sign", "Thorn þ sign")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user