mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Treat crash keyword uniformly
This commit is contained in:
parent
9b13b19d08
commit
0acd59b4d6
4 changed files with 8 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
Expr(BadExprEnd(@12), @0)
|
|
@ -0,0 +1,2 @@
|
|||
h-
|
||||
-o -crash!
|
|
@ -247,6 +247,7 @@ mod test_snapshots {
|
|||
fail/return_in_pat.expr,
|
||||
fail/single_no_end.expr,
|
||||
fail/str_over_large_unicode_escape.expr,
|
||||
fail/sub_minus_o_apply_minus_crash_bang.expr,
|
||||
fail/tab_crash.header,
|
||||
fail/tag_union_end.expr,
|
||||
fail/tag_union_lowercase_tag_name.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue