diff --git a/tests/Utils/CLITest.php b/tests/Utils/CLITest.php index 8ef57921e..21adde4ad 100644 --- a/tests/Utils/CLITest.php +++ b/tests/Utils/CLITest.php @@ -36,6 +36,11 @@ public function highlightParams() "\x1b[35mSELECT\n \x1b[92m1\x1b[0m\n", 0, ), + array( + array('q' => 'SELECT /* comment */ 1 /* other */', 'f' => 'text'), + "SELECT\n /* comment */ 1 /* other */\n", + 0, + ), array( array('q' => 'SELECT 1', 'f' => 'foo'), "ERROR: Invalid value for format!\n",