We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fa668 commit 8426c68Copy full SHA for 8426c68
tests/Lexer/LexerTest.php
@@ -79,6 +79,7 @@ public static function lexProvider(): array
79
['lexer/lexOperator'],
80
['lexer/lexOperatorStarIsArithmetic'],
81
['lexer/lexOperatorStarIsWildcard'],
82
+ ['lexer/lexEmptyCStyleComment'],
83
['lexer/lexString'],
84
['lexer/lexStringErr1'],
85
['lexer/lexSymbol'],
tests/data/lexer/lexEmptyCStyleComment.in
@@ -0,0 +1,5 @@
1
+SELECT /**/ 1
2
+SELECT /*+*/ 1
3
+SELECT /***/ 1
4
+SELECT /** */ 1
5
+SELECT /* **/ 1
0 commit comments