From 6c0423abcd1ba034ed7a33cfb1feef409f6fa658 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 28 Dec 2015 18:01:44 -0800 Subject: Fixed some HTML inline tests... which were actually HTML blocks, given the changes to block parsing rules since these examples were written. Closes #382. --- spec.txt | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/spec.txt b/spec.txt index a1eba2c..d2131b8 100644 --- a/spec.txt +++ b/spec.txt @@ -7749,16 +7749,9 @@ _boolean zoop:33=zoop:33 />

Custom tag names can be used: . - - - -foo - +Foo . - - -foo - +

Foo

. Illegal tag names, not parsed as HTML: @@ -7806,11 +7799,9 @@ Missing [whitespace]: Closing tags: . - - + . - - +

. Illegal attributes in closing tag: @@ -7875,17 +7866,17 @@ foo &<]]> Entities are preserved in HTML attributes: . - +foo . - +

foo

. Backslash escapes do not work in HTML attributes: . - +foo . - +

foo

. . -- cgit v1.2.3