mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
6 lines
197 B
ChaiScript
6 lines
197 B
ChaiScript
assert_equal("\uc39c", "Ü")
|
|
assert_equal("U for \uc39cmlauts", "U for Ümlauts")
|
|
assert_equal("More \uc39cml\uc3a4\uc3bcts", "More Ümläüts")
|
|
|
|
assert_equal("Thorn \uc3be sign", "Thorn þ sign")
|