Skip to content

Commit

Permalink
style: Q/A
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
  • Loading branch information
manticore-projects committed Apr 16, 2024
1 parent b85dc2f commit 9045e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ void testRegularFunctionCall() throws JSQLParserException {
TestUtils.assertSqlCanBeParsedAndDeparsed(sqlStr, true);

}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ public class SpecialOracleTest {
"join21.sql", "keywordasidentifier01.sql", "keywordasidentifier02.sql",
"keywordasidentifier03.sql", "keywordasidentifier04.sql", "keywordasidentifier05.sql",
"lexer02.sql", "lexer03.sql", "lexer04.sql", "lexer05.sql", "like01.sql", "merge01.sql",
"merge02.sql", "merge03.sql", "merge04.sql", "object_access01.sql", "order_by01.sql", "order_by02.sql",
"merge02.sql", "merge03.sql", "merge04.sql", "object_access01.sql", "order_by01.sql",
"order_by02.sql",
"order_by03.sql", "order_by04.sql",
"order_by05.sql", "order_by06.sql", "pivot01.sql", "pivot02.sql", "pivot03.sql",
"pivot04.sql", "pivot05.sql", "pivot06.sql", "pivot07.sql", "pivot07_Parenthesis.sql",
Expand Down

0 comments on commit 9045e7c

Please sign in to comment.