diff options
Diffstat (limited to 'tests/Utils/CLITest.php')
-rw-r--r-- | tests/Utils/CLITest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Utils/CLITest.php b/tests/Utils/CLITest.php index da4b2b2..9eaafa1 100644 --- a/tests/Utils/CLITest.php +++ b/tests/Utils/CLITest.php @@ -78,7 +78,7 @@ class CLITest extends TestCase 'q' => 'SELECT 1', 'f' => 'html', ], - '<span class="sql-reserved">SELECT</span>' . '<br/>' . + '<span class="sql-reserved">SELECT</span><br/>' . ' <span class="sql-number">1</span>' . "\n", 0, ], |