]> git.proxmox.com Git - rustc.git/blobdiff - src/test/rustdoc/remove-url-from-headings.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / rustdoc / remove-url-from-headings.rs
index e2b232a6efb931f5185c3b536fc53f156340f8a9..599c429a6e1de388f306ae803c44ecdfb95ce2bd 100644 (file)
@@ -1,7 +1,7 @@
 #![crate_name = "foo"]
 
 // @has foo/fn.foo.html
-// @!has - '//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'