summary refs log tree commit diff
path: root/src/test/rustdoc/link-title-escape.rs
blob: 29e82cba98d35424702bdd8c3458a1daeb470eee (plain)
1
2
3
4
5
6
7
#![crate_name = "foo"]

//! hello [foo]
//!
//! [foo]: url 'title & <stuff> & "things"'

// @has 'foo/index.html' 'title &amp; &lt;stuff&gt; &amp; &quot;things&quot;'