Skip to content

Commit 2cea3ee

Browse files
committed
- allow parenthesis around from item
- allow whitespace between bars from concat
1 parent dabb03f commit 2cea3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void testAllSqlsParseDeparse() throws IOException {
7777

7878
LOG.
7979
log(Level.INFO, "tested {0} files. got {1} correct parse results", new Object[]{count, success});
80-
assertTrue(success >= 141);
80+
assertTrue(success >= 142);
8181
}
8282

8383
@Test

0 commit comments

Comments
 (0)