Skip to content

Commit a8333bf

Browse files
committed
introduced boolean values within conditions
1 parent 68e5b53 commit a8333bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/sf/jsqlparser/test/select/SelectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,6 @@ public void testBooleanValue() throws JSQLParserException {
21172117
}
21182118

21192119
public void testBooleanValue2() throws JSQLParserException {
2120-
assertSqlCanBeParsedAndDeparsed("SELECT col FROM t WHERE 3<5 and a");
2120+
assertSqlCanBeParsedAndDeparsed("SELECT col FROM t WHERE 3 < 5 AND a");
21212121
}
21222122
}

0 commit comments

Comments
 (0)