mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Update gh_6778_test.py
Minor change: provide two backslashes for each regexp special character.
This commit is contained in:
parent
51018f7690
commit
d5dccfd1f5
@ -123,7 +123,7 @@ fb5_expected_stdout = """
|
||||
PLAN JOIN (C A2 NATURAL, C A1 INDEX (IA1))
|
||||
"""
|
||||
|
||||
act = python_act('db', substitutions=[('-- line(:)? \d+, col(umn)?(:)? \d+', '-- line, column')])
|
||||
act = python_act('db', substitutions=[('-- line(:)?\\s+\\d+,\\s+col(umn)?(:)?\\s+\\d+', '-- line, column')])
|
||||
|
||||
@pytest.mark.version('>=4.0')
|
||||
def test_1(act: Action):
|
||||
|
Loading…
Reference in New Issue
Block a user