Skip to content

Commit 02fa668

Browse files
committed
Re-enable disabled tests
Signed-off-by: Maximilian Krög <[email protected]>
1 parent abe850f commit 02fa668

File tree

2 files changed

+456
-312
lines changed

2 files changed

+456
-312
lines changed

tests/data/lexer/lexOperatorStarIsWildcard.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SELECT a.*, b.* FROM
66
SELECT a.*, /* with a comment */ b.* FROM
77
SELECT a.*,/* with a comment */b.* FROM
88
SELECT a.* /* comment */ FROM
9-
-- SELECT a.*/* comment */ FROM (This one is not working yet because of https://github.com/phpmyadmin/sql-parser/issues/285. Please uncomment when this issue is fixed.)
9+
SELECT a.*/* comment */ FROM
1010
SELECT DISTINCT * FROM
1111
SELECT DISTINCT *FROM
1212
SELECT DISTINCT a.* FROM
@@ -15,7 +15,7 @@ SELECT DISTINCT a.*, b.* FROM
1515
SELECT DISTINCT a.*, /* with a comment */ b.* FROM
1616
SELECT DISTINCT a.*,/* with a comment */b.* FROM
1717
SELECT DISTINCT a.* /* comment */ FROM
18-
-- SELECT DISTINCT a.*/* comment */ FROM (This one is not working yet because of https://github.com/phpmyadmin/sql-parser/issues/285. Please uncomment when this issue is fixed.)
18+
SELECT DISTINCT a.*/* comment */ FROM
1919
SELECT `*` FROM table_name
2020
SELECT `*`.* FROM table_name AS `*`
2121
SELECT COUNT(*) FROM table_name

0 commit comments

Comments
 (0)