mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
support multiline suffixed statements
This commit is contained in:
parent
cfa7490b86
commit
56d91ce74c
15 changed files with 455 additions and 116 deletions
|
@ -224,6 +224,8 @@ mod test_snapshots {
|
|||
fail/record_type_open_indent.expr,
|
||||
fail/record_type_tab.expr,
|
||||
fail/single_no_end.expr,
|
||||
fail/suffixed_same_ident.expr,
|
||||
fail/suffixed_single_def.expr,
|
||||
fail/tab_crash.header,
|
||||
fail/tag_union_end.expr,
|
||||
fail/tag_union_lowercase_tag_name.expr,
|
||||
|
@ -442,8 +444,9 @@ mod test_snapshots {
|
|||
pass/sub_var_with_spaces.expr,
|
||||
pass/sub_with_spaces.expr,
|
||||
pass/suffixed.expr,
|
||||
pass/suffixed_def_optional_bang.moduledefs,
|
||||
pass/suffixed_multiple_defs.moduledefs,
|
||||
pass/suffixed_nested.expr,
|
||||
pass/suffixed_one_def.full,
|
||||
pass/tag_pattern.expr,
|
||||
pass/ten_times_eleven.expr,
|
||||
pass/three_arg_closure.expr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue