Skip to content

Commit

Permalink
tested issue 582
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 9, 2018
1 parent 445b1a5 commit 8445953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2745,4 +2745,9 @@ public void testIssue563MultiSubJoin() throws JSQLParserException {
public void testIssue563MultiSubJoin_2() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT c FROM ((SELECT a FROM t))");
}

public void testIssue582NumericConstants() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT x'009fd'");
assertSqlCanBeParsedAndDeparsed("SELECT X'009fd'");
}
}

0 comments on commit 8445953

Please sign in to comment.