summaryrefslogtreecommitdiffstats
path: root/tests/Utils/FormatterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/FormatterTest.php')
-rw-r--r--tests/Utils/FormatterTest.php5
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'
+ ),
);
}
}