mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
chore: regen fixtures
This commit is contained in:
parent
ecbced3007
commit
86616bdc69
2
tests/fixtures/0117/ast.txt
vendored
2
tests/fixtures/0117/ast.txt
vendored
@ -42,6 +42,7 @@
|
||||
),
|
||||
name: "Bar",
|
||||
},
|
||||
attributes: [],
|
||||
value: LiteralInteger {
|
||||
i: "2",
|
||||
},
|
||||
@ -64,6 +65,7 @@
|
||||
),
|
||||
name: "Baz",
|
||||
},
|
||||
attributes: [],
|
||||
value: LiteralInteger {
|
||||
i: "4",
|
||||
},
|
||||
|
2
tests/fixtures/0118/ast.txt
vendored
2
tests/fixtures/0118/ast.txt
vendored
@ -29,6 +29,7 @@
|
||||
4,
|
||||
13,
|
||||
),
|
||||
attributes: [],
|
||||
name: SimpleIdentifier {
|
||||
span: (
|
||||
4,
|
||||
@ -48,6 +49,7 @@
|
||||
5,
|
||||
13,
|
||||
),
|
||||
attributes: [],
|
||||
name: SimpleIdentifier {
|
||||
span: (
|
||||
5,
|
||||
|
2
tests/fixtures/0119/ast.txt
vendored
2
tests/fixtures/0119/ast.txt
vendored
@ -42,6 +42,7 @@
|
||||
),
|
||||
name: "Bar",
|
||||
},
|
||||
attributes: [],
|
||||
value: LiteralString {
|
||||
value: "3",
|
||||
},
|
||||
@ -64,6 +65,7 @@
|
||||
),
|
||||
name: "Baz",
|
||||
},
|
||||
attributes: [],
|
||||
value: LiteralString {
|
||||
value: "g",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user