Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Jul 21, 2019
1 parent 12ff225 commit 86693e0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3728,4 +3728,9 @@ public void testKeywordDuplicate() throws JSQLParserException {
public void testKeywordDuplicate2() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("SELECT * FROM mytable WHERE duplicate = 5");
}

@Test
public void testBackslashEscapingIssue827() throws JSQLParserException {
assertSqlCanBeParsedAndDeparsed("INSERT INTO my_table (my_column_1, my_column_2) VALUES ('my_value_1\\\\', 'my_value_2')");
}
}

0 comments on commit 86693e0

Please sign in to comment.