1 2 3 4 5 6 7 8 9 10
use super::*; #[test] fn tagfilter() { html_opts!( [render.unsafe_, extension.tagfilter], concat!("hi <xmp> ok\n", "\n", "<xmp>\n"), concat!("<p>hi <xmp> ok</p>\n", "<xmp>\n"), ); }