Skip to content

Commit 4fe4ce2

Browse files
committed
commented an issue test
1 parent 320f64a commit 4fe4ce2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,4 +2451,12 @@ public void testKeyWorkInsertIssue393() throws JSQLParserException {
24512451
public void testKeyWorkReplaceIssue393() throws JSQLParserException {
24522452
assertSqlCanBeParsedAndDeparsed("SELECT replace(\"aaaabbb\", 4, 4, \"****\")");
24532453
}
2454+
2455+
// public void testSubSelectFailsIssue394() throws JSQLParserException {
2456+
// assertSqlCanBeParsedAndDeparsed("select aa.* , t.* from accenter.all aa, (select a.* from pacioli.emc_plan a) t");
2457+
// }
2458+
//
2459+
// public void testSubSelectFailsIssue394_2() throws JSQLParserException {
2460+
// assertSqlCanBeParsedAndDeparsed("select * from all");
2461+
// }
24542462
}

0 commit comments

Comments
 (0)