mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add failing unicode test from #415
This commit is contained in:
parent
064a385a64
commit
d5faaeca1a
@ -3,3 +3,6 @@ assert_equal("U for \uc39cmlauts", "U for Ümlauts")
|
|||||||
assert_equal("More \uc39cml\uc3a4\uc3bcts", "More Ümläüts")
|
assert_equal("More \uc39cml\uc3a4\uc3bcts", "More Ümläüts")
|
||||||
|
|
||||||
assert_equal("Thorn \uc3be sign", "Thorn þ sign")
|
assert_equal("Thorn \uc3be sign", "Thorn þ sign")
|
||||||
|
assert_equal("Test\u20Me", "Test Me")
|
||||||
|
assert_equal("Test\u2022Me", "Test•Me")
|
||||||
|
assert_equal("Test\U1F534Me", "Test🔴Me")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user