diff options
| author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-11-23 21:23:54 -0800 |
|---|---|---|
| committer | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-11-24 19:41:48 -0800 |
| commit | d9afca58081e09c7dd9fa5c874810e05dce18d49 (patch) | |
| tree | cfa694426beca251eecfc1d7c6834b124a8afb39 /src/test/rustdoc | |
| parent | f0683f98fa114cc4f9e795031f44be3eebb65790 (diff) | |
| download | rust-d9afca58081e09c7dd9fa5c874810e05dce18d49.tar.gz rust-d9afca58081e09c7dd9fa5c874810e05dce18d49.zip | |
Consistentize the system for image URLs in CSS.
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/static-root-path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/static-root-path.rs b/src/test/rustdoc/static-root-path.rs index 2f7c89c5f1e..f1d49b9fcb2 100644 --- a/src/test/rustdoc/static-root-path.rs +++ b/src/test/rustdoc/static-root-path.rs @@ -3,7 +3,7 @@ // @has static_root_path/struct.SomeStruct.html // @matches - '"/cache/main\.js"' // @!matches - '"\.\./main\.js"' -// @matches - '"\.\./search-index\.js"' +// @matches - 'data-root-path="\.\./"' // @!matches - '"/cache/search-index\.js"' pub struct SomeStruct; |
