]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/link-title-escape.rs
Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=sfackler
[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;'