about summary refs log tree commit diff
path: root/src/test/rustdoc/static-root-path.rs
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2022-08-12 00:44:07 -0400
committerNoah Lev <camelidcamel@gmail.com>2022-08-13 00:52:16 -0400
commitb34e2404fd375e1bc18c1191639e4e67bdbc7d19 (patch)
treeeddb11bee894f0a05292ea6a5597e8289e0c69bb /src/test/rustdoc/static-root-path.rs
parent9db6061d64fbec7470f4e4419d16c47fe9aeb322 (diff)
downloadrust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.tar.gz
rust-b34e2404fd375e1bc18c1191639e4e67bdbc7d19.zip
Update `@!has` name in tests
Diffstat (limited to 'src/test/rustdoc/static-root-path.rs')
-rw-r--r--src/test/rustdoc/static-root-path.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/rustdoc/static-root-path.rs b/src/test/rustdoc/static-root-path.rs
index ac11445d459..08c055c5b8d 100644
--- a/src/test/rustdoc/static-root-path.rs
+++ b/src/test/rustdoc/static-root-path.rs
@@ -2,17 +2,17 @@
 
 // @has static_root_path/struct.SomeStruct.html
 // @matchesraw - '"/cache/main\.js"'
-// @!matches - '"\.\./main\.js"'
+// @!matchesraw - '"\.\./main\.js"'
 // @matchesraw - 'data-root-path="\.\./"'
-// @!matches - '"/cache/search-index\.js"'
+// @!matchesraw - '"/cache/search-index\.js"'
 pub struct SomeStruct;
 
 // @has src/static_root_path/static-root-path.rs.html
 // @matchesraw - '"/cache/source-script\.js"'
-// @!matches - '"\.\./\.\./source-script\.js"'
+// @!matchesraw - '"\.\./\.\./source-script\.js"'
 // @matchesraw - '"\.\./\.\./source-files.js"'
-// @!matches - '"/cache/source-files\.js"'
+// @!matchesraw - '"/cache/source-files\.js"'
 
 // @has settings.html
 // @matchesraw - '/cache/settings\.js'
-// @!matches - '\./settings\.js'
+// @!matchesraw - '\./settings\.js'