diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-01-31 15:42:45 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-02-01 11:27:59 +0100 |
| commit | 5cf20ca3c539d8d2e2560055f516ef95251837c1 (patch) | |
| tree | f911a11fb80abc1acaa365cdefb1f799c1aa8ea3 /src/test/rustdoc | |
| parent | f40aaa68278ef0879af5fe7ce077c64c6515ea05 (diff) | |
| download | rust-5cf20ca3c539d8d2e2560055f516ef95251837c1.tar.gz rust-5cf20ca3c539d8d2e2560055f516ef95251837c1.zip | |
Fix image link in the settings menu
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/keyword.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/keyword.rs b/src/test/rustdoc/keyword.rs index d3327ae7ae1..c721c024468 100644 --- a/src/test/rustdoc/keyword.rs +++ b/src/test/rustdoc/keyword.rs @@ -7,7 +7,7 @@ // @has foo/keyword.match.html '//a[@class="keyword"]' 'match' // @has foo/keyword.match.html '//span[@class="in-band"]' 'Keyword match' // @has foo/keyword.match.html '//section[@id="main"]//div[@class="docblock"]//p' 'this is a test!' -// @!has foo/index.html '//a/@href' 'foo/index.html' +// @has foo/index.html '//a/@href' '../foo/index.html' // @!has foo/foo/index.html // @!has-dir foo/foo #[doc(keyword = "match")] |
