Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit db022e2

Browse files
committed
add true/TRUE test case
1 parent 5604864 commit db022e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/src/Parse.purs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ testSuite1 = do
6767
SELECT * FROM `/smallZips.json` WHERE city IS null
6868
"""
6969

70+
parseSucc """
71+
SELECT * FROM `/smallZips.json` WHERE city IS true
72+
"""
73+
74+
parseSucc """
75+
SELECT * FROM `/smallZips.json` WHERE city IS TRUE
76+
"""
77+
7078
parseSucc """
7179
SELECT * FROM `/smallZips.json` WHERE city IS NULL
7280
"""

0 commit comments

Comments
 (0)