mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Fix unittest
This commit is contained in:
parent
201fef49c6
commit
5642e062e6
@ -1,4 +1,4 @@
|
|||||||
assert_equal('\uc39c', 'Ü')
|
assert_equal("\uc39c", "Ü")
|
||||||
assert_equal("U for \uc39cmlauts", "U for Ümlauts")
|
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")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user