projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2309420
)
Use [/] instead of hardcoded / so that it's portable on Windows.
author
Esteve Fernandez
<esteve@apache.org>
Tue, 29 May 2018 10:05:12 +0000
(12:05 +0200)
committer
Esteve Fernandez
<esteve@apache.org>
Tue, 29 May 2018 10:05:41 +0000
(12:05 +0200)
tests/testsuite/doc.rs
patch
|
blob
|
history
diff --git
a/tests/testsuite/doc.rs
b/tests/testsuite/doc.rs
index 4e5d3f72832365a0a8da44c3ae8e213488d3dc95..8d5f6fc44c36893751b264e81135d71d0921bc93 100644
(file)
--- a/
tests/testsuite/doc.rs
+++ b/
tests/testsuite/doc.rs
@@
-1509,7
+1509,7
@@
fn doc_workspace_open_different_library_and_package_names() {
execs()
.with_status(0)
.with_stderr_contains("[..] Documenting foo v0.1.0 ([..])")
- .with_stderr_contains("[..] Opening [..]
/foo/target/doc/foolib/
index.html")
+ .with_stderr_contains("[..] Opening [..]
[/]foo[/]target[/]doc[/]foolib[/]
index.html")
);
}