Fix out-of-date syntax snapshots

This commit is contained in:
Sam Mohr 2025-01-10 13:08:13 -08:00
parent b0a5b1c3d5
commit 0984732854
No known key found for this signature in database
GPG key ID: EA41D161A3C1BC99
2 changed files with 36 additions and 34 deletions

View file

@ -18,8 +18,15 @@
value_defs: [
Annotation(
@0-10 StrLiteral(
PlainLine(
"{(g)",
Line(
[
Interpolated(
@5-6 Var {
module_name: "",
ident: "g",
},
),
],
),
),
@11-12 BoundVariable(

View file

@ -1,37 +1,32 @@
@0-18 SpaceAfter(
Apply(
@0-6 Str(
Block(
[],
),
@0-18 Apply(
@0-6 Str(
Block(
[],
),
[
@6-18 Str(
Line(
[
Interpolated(
@9-16 Apply(
@9-10 Var {
module_name: "",
ident: "i",
},
[
@10-16 Str(
Block(
[],
),
),
],
Space,
),
),
],
),
),
],
Space,
),
[
Newline,
@6-18 Str(
Line(
[
Interpolated(
@9-16 Apply(
@9-10 Var {
module_name: "",
ident: "i",
},
[
@10-16 Str(
Block(
[],
),
),
],
Space,
),
),
],
),
),
],
Space,
)