Files
wren/test/comments/unicode.wren
T

12 lines
281 B
Plaintext
Raw Normal View History

2013-12-06 20:09:43 -08:00
// Unicode characters are allowed in comments.
//
// Latin 1 Supplement: £§¶ÜÞ
// Latin Extended-A: ĐĦŋœ
// Latin Extended-B: ƂƢƩǁ
// Other stuff: ឃᢆ᯽₪ℜ↩⊗┺░
// Emoji: ☃☺♣
// TODO: What about combining characters?
2013-12-06 20:09:43 -08:00
IO.write("ok") // expect: ok