From 870e63be7360b5a0097a27656048e853bc720464 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 21 Jul 2014 22:29:16 -0700 Subject: Initial commit --- oldtests/HTML/Inline.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 oldtests/HTML/Inline.html (limited to 'oldtests/HTML/Inline.html') diff --git a/oldtests/HTML/Inline.html b/oldtests/HTML/Inline.html new file mode 100644 index 0000000..94d40ac --- /dev/null +++ b/oldtests/HTML/Inline.html @@ -0,0 +1,8 @@ +<p><span>hi</span> +<span><code>hi</code></span> +<span class="foo bar" +title='whatever' blue=yes/> +Hello <!-- this +is a comment --> there. +A line<br />break. +<not a tag></p> -- cgit v1.2.3