mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Don't allow method names to overflow.
This commit is contained in:
11
test/comments/unicode.wren
Normal file
11
test/comments/unicode.wren
Normal file
@ -0,0 +1,11 @@
|
||||
// Unicode characters are allowed in comments.
|
||||
//
|
||||
// Latin 1 Supplement: £§¶ÜÞ
|
||||
// Latin Extended-A: ĐĦŋœ
|
||||
// Latin Extended-B: ƂƢƩǁ
|
||||
// Other stuff: ឃᢆ᯽₪ℜ↩⊗┺░
|
||||
// Emoji: ☃☺♣
|
||||
|
||||
// TODO(bob): What about combining characters?
|
||||
|
||||
io.write("ok") // expect: ok
|
||||
Reference in New Issue
Block a user