windows: Fix tests (#26450)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
f59f2caf7e
commit
1cfbfc199c
1 changed files with 4 additions and 1 deletions
|
@ -934,7 +934,10 @@ mod tests {
|
||||||
|
|
||||||
let test_session = TestSession::init(cx).await;
|
let test_session = TestSession::init(cx).await;
|
||||||
let output = test_session.test_success(script, cx).await;
|
let output = test_session.test_success(script, cx).await;
|
||||||
assert_eq!(output, "File: /file1.txt\nMatches:\n world\n");
|
assert_eq!(
|
||||||
|
output,
|
||||||
|
concat!("File: ", path!("/file1.txt"), "\nMatches:\n world\n")
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// io.open
|
// io.open
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue