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

20 lines
341 B
Text

BinOps(
[
(
@0-1 SpaceAfter(
Num(
"3",
),
[
LineComment(
" test!",
),
],
),
@11-12 Plus,
),
],
@13-14 Num(
"4",
),
)