Skip to content

Commit 5d609ef

Browse files
committed
tests #572
1 parent ed1a297 commit 5d609ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2724,4 +2724,8 @@ public void testIssue554() throws JSQLParserException {
27242724
public void testIssue567KeywordPrimary() throws JSQLParserException {
27252725
assertSqlCanBeParsedAndDeparsed("SELECT primary, secondary FROM info");
27262726
}
2727+
2728+
public void testIssue572TaskReplacement() throws JSQLParserException {
2729+
assertSqlCanBeParsedAndDeparsed("SELECT task_id AS \"Task Id\" FROM testtable");
2730+
}
27272731
}

0 commit comments

Comments
 (0)