mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix parsing crash with dollar escapes
This commit is contained in:
parent
89a64fed74
commit
e47d7924d3
4 changed files with 8 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Expr(Str(EndlessMultiLine(@3), @0), @0)
|
|
@ -0,0 +1,2 @@
|
|||
"""$
|
||||
(
|
|
@ -246,6 +246,7 @@ mod test_snapshots {
|
|||
fail/tag_union_open.expr,
|
||||
fail/tag_union_second_lowercase_tag_name.expr,
|
||||
fail/trailing_operator.expr,
|
||||
fail/triple_quote_newline_after_dollar.expr,
|
||||
fail/type_annotation_double_colon.expr,
|
||||
fail/type_apply_stray_dot.expr,
|
||||
fail/type_argument_arrow_then_nothing.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue