mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated bugs\core_6044_test.py: corrected escape prefix: backslash must be duplicated
This commit is contained in:
parent
bd090f1ecf
commit
ebe597bd06
@ -13,7 +13,7 @@ import pytest
|
||||
from firebird.qa import *
|
||||
|
||||
substitutions = [ ('current value.*', 'current value')
|
||||
,('COLL-VERSION=\d+.\d+(;ICU-VERSION=\d+.\d+)?.*', '<attr>')
|
||||
,('COLL-VERSION=\\d+.\\d+(;ICU-VERSION=\\d+.\\d+)?.*', '<attr>')
|
||||
]
|
||||
|
||||
db = db_factory(charset='UTF8')
|
||||
|
Loading…
Reference in New Issue
Block a user