Skip to content

Commit d9da64b

Browse files
committed
tested
1 parent 875f769 commit d9da64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4354,6 +4354,6 @@ public void testExistsKeywordIssue1076() throws JSQLParserException {
43544354

43554355
@Test
43564356
public void testExistsKeywordIssue1076_1() throws JSQLParserException {
4357-
assertSqlCanBeParsedAndDeparsed("SELECT EXISTS (SELECT mycol FROM mytable)");
4357+
assertSqlCanBeParsedAndDeparsed("SELECT mycol, EXISTS (SELECT mycol FROM mytable) mycol2 FROM mytable");
43584358
}
43594359
}

0 commit comments

Comments
 (0)