]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/remove-url-from-headings.rs
Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514
[rust.git] / src / test / rustdoc / remove-url-from-headings.rs
index 8fb38cc8bf3fb48db3e29c9bdbc3703d79e46f14..599c429a6e1de388f306ae803c44ecdfb95ce2bd 100644 (file)
@@ -1,7 +1,7 @@
 #![crate_name = "foo"]
 
 // @has foo/fn.foo.html
-// @!hasraw - '//a[@href="http://a.a"]'
+// @!has - '//a[@href="http://a.a"]' ''
 // @has - '//a[@href="#implementing-stuff-somewhere"]' 'Implementing stuff somewhere'
 // @has - '//a[@href="#another-one-urg"]' 'Another one urg'