Skip to content

Commit c5a471f

Browse files
committed
1 parent 1035232 commit c5a471f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2649,4 +2649,11 @@ public void testIssue512() throws JSQLParserException {
26492649
assertSqlCanBeParsedAndDeparsed("SELECT * FROM #tab1");
26502650
assertSqlCanBeParsedAndDeparsed("SELECT * FROM tab#tab1");
26512651
}
2652+
2653+
public void testIssue512_2() throws JSQLParserException {
2654+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM $tab1");
2655+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM #$tab#tab1");
2656+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM #$tab1#");
2657+
assertSqlCanBeParsedAndDeparsed("SELECT * FROM $#tab1#");
2658+
}
26522659
}

0 commit comments

Comments
 (0)