roc/compiler/parse/tests/snapshots/pass/two_spaced_def.expr.result-ast
Joshua Warner eb35e9914f Fix tests
2022-01-01 18:20:05 -08:00

41 lines
822 B
Text

SpaceBefore(
Defs(
[
@18-23 Body(
@18-19 Identifier(
"x",
),
@22-23 Num(
"5",
),
),
@24-29 SpaceBefore(
Body(
@24-25 Identifier(
"y",
),
@28-29 Num(
"6",
),
),
[
Newline,
],
),
],
@31-33 SpaceBefore(
Num(
"42",
),
[
Newline,
Newline,
],
),
),
[
LineComment(
" leading comment",
),
],
)