Skip to content

Commit dc4ead3

Browse files
committed
Add test line with not string
1 parent d1afb19 commit dc4ead3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ console.log(highlight("SELECT COUNT(id), `id`, `username` FROM `users` WHERE `em
1414
console.log(highlight('SELECT id FROM users'))
1515

1616
console.log(highlight('WITH t1 AS (SELECT data_point FROM tablename) SELECT data_point FROM t1;'))
17+
18+
console.log(highlight('SELECT id FROM listings WHERE status = \'not available\''))
19+
console.log(highlight('SELECT id FROM listings WHERE status = "not available"'))

0 commit comments

Comments
 (0)