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 24eb656 commit 8abd3c4Copy full SHA for 8abd3c4
rust/ql/integration-tests/conftest.py
@@ -20,5 +20,6 @@ def rust_check_diagnostics(check_diagnostics):
20
(r'"ms"\s*:\s*[0-9]+', '"ms": "REDACTED"'),
21
(r'"pretty"\s*:\s*"[0-9]+:[0-9]{2}:[0-9]{2}.[0-9]{3}"', '"pretty": "REDACTED"'),
22
(r'Cargo.toml|rust-project.json', "<manifest>"),
23
+ (r'"//\?/', '"'), # remove windows `//?/` long path syntax
24
]
25
return check_diagnostics
0 commit comments