Skip to content

Commit 0807697

Browse files
committed
fix ci test
1 parent 0dc73ad commit 0807697

File tree

6 files changed

+177
-280
lines changed

6 files changed

+177
-280
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/query/ast/tests/it/testdata/statement.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9346,7 +9346,11 @@ Query(
93469346
select_list: [
93479347
QualifiedName {
93489348
qualified: [
9349-
Star,
9349+
Star(
9350+
Some(
9351+
7..8,
9352+
),
9353+
),
93509354
],
93519355
exclude: None,
93529356
},
@@ -9449,7 +9453,11 @@ Query(
94499453
select_list: [
94509454
QualifiedName {
94519455
qualified: [
9452-
Star,
9456+
Star(
9457+
Some(
9458+
7..8,
9459+
),
9460+
),
94539461
],
94549462
exclude: None,
94559463
},

0 commit comments

Comments
 (0)