1
0
forked from Mirror/wren
Files
wren/test/core/string/from_code_point.wren
2015-03-27 07:43:36 -07:00

6 lines
264 B
Plaintext

IO.print(String.fromCodePoint(65)) // expect: A
IO.print(String.fromCodePoint(164)) // expect: ¤
IO.print(String.fromCodePoint(398)) // expect: Ǝ
IO.print(String.fromCodePoint(8225)) // expect: ‡
IO.print(String.fromCodePoint(0x254b)) // expect: ╋