diff --git a/tests/fixtures/0117/ast.txt b/tests/fixtures/0117/ast.txt index 0fa9b8b..c96c721 100644 --- a/tests/fixtures/0117/ast.txt +++ b/tests/fixtures/0117/ast.txt @@ -42,6 +42,7 @@ ), name: "Bar", }, + attributes: [], value: LiteralInteger { i: "2", }, @@ -64,6 +65,7 @@ ), name: "Baz", }, + attributes: [], value: LiteralInteger { i: "4", }, diff --git a/tests/fixtures/0118/ast.txt b/tests/fixtures/0118/ast.txt index a7cc4eb..d33ee54 100644 --- a/tests/fixtures/0118/ast.txt +++ b/tests/fixtures/0118/ast.txt @@ -29,6 +29,7 @@ 4, 13, ), + attributes: [], name: SimpleIdentifier { span: ( 4, @@ -48,6 +49,7 @@ 5, 13, ), + attributes: [], name: SimpleIdentifier { span: ( 5, diff --git a/tests/fixtures/0119/ast.txt b/tests/fixtures/0119/ast.txt index 02cdcbb..394e9f9 100644 --- a/tests/fixtures/0119/ast.txt +++ b/tests/fixtures/0119/ast.txt @@ -42,6 +42,7 @@ ), name: "Bar", }, + attributes: [], value: LiteralString { value: "3", }, @@ -64,6 +65,7 @@ ), name: "Baz", }, + attributes: [], value: LiteralString { value: "g", },