summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
authorJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-11-23 21:23:54 -0800
committerJacob Hoffman-Andrews <github@hoffman-andrews.com>2021-11-24 19:41:48 -0800
commitd9afca58081e09c7dd9fa5c874810e05dce18d49 (patch)
treecfa694426beca251eecfc1d7c6834b124a8afb39 /src/test/rustdoc
parentf0683f98fa114cc4f9e795031f44be3eebb65790 (diff)
downloadrust-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.rs2
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;