Skip to content

Commit

Permalink
- allow parenthesis around from item
Browse files Browse the repository at this point in the history
- allow whitespace between bars from concat
  • Loading branch information
wumpz committed Mar 29, 2018
1 parent dabb03f commit 2cea3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void testAllSqlsParseDeparse() throws IOException {

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

@Test
Expand Down

0 comments on commit 2cea3ee

Please sign in to comment.