Skip to content

Commit 8445953

Browse files
committed
tested issue 582
1 parent 445b1a5 commit 8445953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,4 +2745,9 @@ public void testIssue563MultiSubJoin() throws JSQLParserException {
27452745
public void testIssue563MultiSubJoin_2() throws JSQLParserException {
27462746
assertSqlCanBeParsedAndDeparsed("SELECT c FROM ((SELECT a FROM t))");
27472747
}
2748+
2749+
public void testIssue582NumericConstants() throws JSQLParserException {
2750+
assertSqlCanBeParsedAndDeparsed("SELECT x'009fd'");
2751+
assertSqlCanBeParsedAndDeparsed("SELECT X'009fd'");
2752+
}
27482753
}

0 commit comments

Comments
 (0)