mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 23:13:47 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
56 lines
1.3 KiB
Text
56 lines
1.3 KiB
Text
@0-43 SpaceAfter(
|
|
If {
|
|
if_thens: [
|
|
(
|
|
@3-5 Var {
|
|
module_name: "",
|
|
ident: "t1",
|
|
},
|
|
@13-14 SpaceBefore(
|
|
SpaceAfter(
|
|
Num(
|
|
"1",
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
(
|
|
@23-25 Var {
|
|
module_name: "",
|
|
ident: "t2",
|
|
},
|
|
@33-34 SpaceBefore(
|
|
SpaceAfter(
|
|
Num(
|
|
"2",
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
),
|
|
],
|
|
final_else: @42-43 SpaceBefore(
|
|
Num(
|
|
"3",
|
|
),
|
|
[
|
|
Newline,
|
|
],
|
|
),
|
|
indented_else: false,
|
|
},
|
|
[
|
|
Newline,
|
|
],
|
|
)
|