rust/tests/rustdoc-html/link-title-escape.rs
2026-01-07 14:23:30 +01:00

9 lines
214 B
Rust

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