diff options
Diffstat (limited to 'tests/Utils/FormatterTest.php')
-rw-r--r-- | tests/Utils/FormatterTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index b638eec..3191a46 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -63,6 +63,11 @@ class FormatTest extends TestCase '<span class="sql-keyword">END</span>', 'html' ), + array( + 'SELECT 1', + "\x1b[35mSELECT\n \x1b[92m1", + 'cli' + ), ); } } |