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 15cb894 commit 1dc174aCopy full SHA for 1dc174a
tests/ceiling.rs
@@ -68,7 +68,7 @@ fn justfile_init_search_stops_at_ceiling_dir() {
68
.current_dir("foo/bar")
69
.args(["--init", "--ceiling", ceiling.to_str().unwrap()])
70
.stderr_regex(if cfg!(windows) {
71
- "Wrote justfile to `.*\\foo\\bar\\justfile`\n"
+ r"Wrote justfile to `.*\\foo\\bar\\justfile`\n"
72
} else {
73
"Wrote justfile to `.*/foo/bar/justfile`\n"
74
})
0 commit comments