Skip to content

Commit a8de06e

Browse files
committed
Revert "Add regression test (#780)."
This reverts commit b253bb1.
1 parent b253bb1 commit a8de06e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_split.py

-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ def test_split_backslash():
2222
assert len(stmts) == 2
2323

2424

25-
def test_escaped_quotes(): # issue780
26-
stmts = sqlparse.parse("SELECT (')\'');a');")
27-
assert len(stmts) == 1
28-
29-
3025
@pytest.mark.parametrize('fn', ['function.sql',
3126
'function_psql.sql',
3227
'function_psql2.sql',

0 commit comments

Comments
 (0)