mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Graccefully handle overflowing unicode literals
This commit is contained in:
parent
a83f44188b
commit
6ef87b3b9d
11 changed files with 106 additions and 27 deletions
|
@ -1 +1 @@
|
|||
Expr(When(Pattern(Start(@28), @28), @0), @0)
|
||||
Expr(When(Pattern(Str(Open(@28), @28), @28), @0), @0)
|
|
@ -0,0 +1 @@
|
|||
Expr(Str(UnicodeEscapeTooLarge(@4-13), @0), @0)
|
|
@ -0,0 +1 @@
|
|||
'\u(FFFFFFFFF)'
|
Loading…
Add table
Add a link
Reference in a new issue