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", name: "Bar",
}, },
attributes: [],
value: LiteralInteger { value: LiteralInteger {
i: "2", i: "2",
}, },
@ -64,6 +65,7 @@
), ),
name: "Baz", name: "Baz",
}, },
attributes: [],
value: LiteralInteger { value: LiteralInteger {
i: "4", i: "4",
}, },

View File

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

View File

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