rust/src/test/rustdoc/link-title-escape.rs
2018-12-25 21:08:33 -07:00

7 lines
167 B
Rust

#![crate_name = "foo"]
//! hello [foo]
//!
//! [foo]: url 'title & <stuff> & "things"'
// @has 'foo/index.html' 'title &amp; &lt;stuff&gt; &amp; &quot;things&quot;'