mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +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
|
@ -360,8 +360,8 @@ impl<'a> Input<'a> {
|
|||
* * * AST after formatting:\n{:#?}\n\n",
|
||||
self.as_str(),
|
||||
output.as_ref().as_str(),
|
||||
actual,
|
||||
reparsed_ast
|
||||
ast_normalized,
|
||||
reparsed_ast_normalized
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue