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

20 lines
342 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

BinOps(
[
(
@0-1 SpaceAfter(
Num(
"3",
),
[
LineComment(
" 2 × 2",
),
],
),
@12-13 Plus,
),
],
@14-15 Num(
"4",
),
)