6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated bugs\core_6044_test.py: corrected escape prefix: backslash must be duplicated

This commit is contained in:
zotov 2022-04-24 12:52:44 +03:00
parent bd090f1ecf
commit ebe597bd06

View File

@ -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')