mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Fix normalization of strings with overflowing unicode
This commit is contained in:
parent
0d182fbd28
commit
4e3df6bde2
6 changed files with 44 additions and 4 deletions
|
@ -0,0 +1 @@
|
|||
m "\u(FFFFFF)" s
|
|
@ -0,0 +1,27 @@
|
|||
@0-14 SpaceAfter(
|
||||
Apply(
|
||||
@0-1 Var {
|
||||
module_name: "",
|
||||
ident: "m",
|
||||
},
|
||||
[
|
||||
@1-13 Str(
|
||||
Line(
|
||||
[
|
||||
Unicode(
|
||||
@5-11 "FFFFFF",
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
@13-14 Var {
|
||||
module_name: "",
|
||||
ident: "s",
|
||||
},
|
||||
],
|
||||
Space,
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
)
|
|
@ -0,0 +1 @@
|
|||
m"\u(FFFFFF)"s
|
Loading…
Add table
Add a link
Reference in a new issue