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 78ccdb2 commit 7f6d565Copy full SHA for 7f6d565
tests/Utils/CLITest.php
@@ -36,6 +36,11 @@ public function highlightParams()
36
"\x1b[35mSELECT\n \x1b[92m1\x1b[0m\n",
37
0,
38
),
39
+ array(
40
+ array('q' => 'SELECT /* comment */ 1 /* other */', 'f' => 'text'),
41
+ "SELECT\n /* comment */ 1 /* other */\n",
42
+ 0,
43
+ ),
44
array(
45
array('q' => 'SELECT 1', 'f' => 'foo'),
46
"ERROR: Invalid value for format!\n",
0 commit comments