Files
wren/test/language/comments/unicode.wren
T

12 lines
285 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
2015-09-15 07:46:09 -07:00
System.print("ok") // expect: ok