roc/crates/compiler/test_syntax/tests/snapshots/pass/call_bang.expr.result-ast
Joshua Warner b4fa7294c7
Extend test_syntax to check that canonicalization doesn't panic on the input
Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
2024-12-06 17:13:10 -08:00

17 lines
264 B
Text

@0-19 SpaceAfter(
Apply(
@0-15 Var {
module_name: "",
ident: "launchTheNukes!",
},
[
@16-19 Num(
"123",
),
],
Space,
),
[
Newline,
],
)