mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix expr_lift_spaces of Closure
This commit is contained in:
parent
19f8cc532a
commit
cae47cf2a6
5 changed files with 49 additions and 6 deletions
|
@ -0,0 +1 @@
|
|||
\L -> E #
|
|
@ -0,0 +1,25 @@
|
|||
SpaceAfter(
|
||||
Closure(
|
||||
[
|
||||
@1-2 Tag(
|
||||
"L",
|
||||
),
|
||||
],
|
||||
@4-10 ParensAround(
|
||||
SpaceAfter(
|
||||
Tag(
|
||||
"E",
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
LineComment(
|
||||
"",
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
],
|
||||
)
|
|
@ -0,0 +1,3 @@
|
|||
\L->(E
|
||||
#
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue