diff options
Diffstat (limited to 'old/test/charref_test1.html')
-rw-r--r-- | old/test/charref_test1.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/test/charref_test1.html b/old/test/charref_test1.html new file mode 100644 index 0000000..027822f --- /dev/null +++ b/old/test/charref_test1.html @@ -0,0 +1,26 @@ +<!doctype html> this is html5<br> +? expect ?<br> +�x3f; should fail<br> +&#}; should fail<br> +? expect ?<br> +? should fail<br> +&#-10; should fail<br> +� should fail<br> + should fail<br> + should fail<br> +” error but workaround to "<br> + should fail<br> +􃀀 should be something<br> +� should fail<br> +� should fail<br> +Ж cyrillic Zh<br> +<br> +& ampersand<br> +<a href="../index.html%3Fq&copy=3&.html">link</a> check attrs<br> +(w)≫⃒(w) expands to 6 bytes; would've broken under the old in-place substitution<br> +⟨ ⟩ are different in html4 and html5 (look the same)<br> +& should fail<br> +&---; I left the strchr(":_.-", *s) alone. It's probably not exactly correct for html5.<br> +& & & bare ampersands<br> +' expect '<br> +&asdfghjkl; unrecognized<br> |