chore: regen fixtures

This commit is contained in:
Ryan Chandler 2022-12-10 17:04:31 +00:00
parent ecbced3007
commit 86616bdc69
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA
3 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,7 @@
),
name: "Bar",
},
attributes: [],
value: LiteralInteger {
i: "2",
},
@ -64,6 +65,7 @@
),
name: "Baz",
},
attributes: [],
value: LiteralInteger {
i: "4",
},

View File

@ -29,6 +29,7 @@
4,
13,
),
attributes: [],
name: SimpleIdentifier {
span: (
4,
@ -48,6 +49,7 @@
5,
13,
),
attributes: [],
name: SimpleIdentifier {
span: (
5,

View File

@ -42,6 +42,7 @@
),
name: "Bar",
},
attributes: [],
value: LiteralString {
value: "3",
},
@ -64,6 +65,7 @@
),
name: "Baz",
},
attributes: [],
value: LiteralString {
value: "g",
},