Skip to content

Commit

Permalink
Revert "Add regression test (#780)."
Browse files Browse the repository at this point in the history
This reverts commit b253bb1.
  • Loading branch information
andialbrecht committed Jul 15, 2024
1 parent b253bb1 commit a8de06e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ def test_split_backslash():
assert len(stmts) == 2


def test_escaped_quotes(): # issue780
stmts = sqlparse.parse("SELECT (')\'');a');")
assert len(stmts) == 1


@pytest.mark.parametrize('fn', ['function.sql',
'function_psql.sql',
'function_psql2.sql',
Expand Down

0 comments on commit a8de06e

Please sign in to comment.