]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/link-title-escape.rs
Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / link-title-escape.rs
1 #![crate_name = "foo"]
2
3 //! hello [foo]
4 //!
5 //! [foo]: url 'title & <stuff> & "things"'
6
7 // @has 'foo/index.html' 'title &amp; &lt;stuff&gt; &amp; &quot;things&quot;'