We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plus
1 parent c89dd18 commit 131f9a2Copy full SHA for 131f9a2
tests/bugs/core_0053_test.py
@@ -45,7 +45,7 @@
45
addi_subst_settings = QA_GLOBALS['schema_n_quotes_suppress']
46
addi_subst_tokens = addi_subst_settings['addi_subst']
47
48
-substitutions = [ ('line: \\d+, col: \\d++', '') ]
+substitutions = [ ('line: \\d+, col: \\d+', '') ]
49
for p in addi_subst_tokens.split(' '):
50
substitutions.append( (p, '') )
51
0 commit comments