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 8cd2a5a commit 3046d3fCopy full SHA for 3046d3f
crates/tmc-langs-cli/tests/integration.rs
@@ -45,7 +45,7 @@ fn test(f: impl Fn(&Path)) {
45
(r"/var/\S*", "[PATH]"),
46
(r"C:\\\S*\\Temp\\\S*", "[PATH]"),
47
// replace Windows-style path separators
48
- (r"\\", "/"),
+ (r"\\\\", "/"),
49
]}, {
50
insta::glob!("sample_exercises/*/*", |exercise| {
51
f(exercise)
0 commit comments