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.
1 parent c50bfc4 commit 01674a3Copy full SHA for 01674a3
tests/bugs/gh_7466_plans_tracking_test.py
@@ -48,7 +48,7 @@
48
49
substitutions = [
50
(' \\(line \\d+, column \\d+\\)', '(line, column)' )
51
- ,( '\\s+\\d+\\s+ms', '')
+ ,( '\\d+\\s+ms', '')
52
]
53
54
act = python_act('db', substitutions = substitutions)
0 commit comments