From 8c55e32256f4081d097cd7114fcf5e307a8a9288 Mon Sep 17 00:00:00 2001 From: Rupinder Singh Khokhar Date: Tue, 17 Jun 2014 00:54:12 +0530 Subject: added RAWTEXT contentModel. Also removed an if(c='-') condition because I felt it was extranious, with no clear logic, not according to the specs. Also fixed a sever bug in handling the tagname state. In all 3 more test files give a PASS --- test/data/tokeniser2/INDEX | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/data/tokeniser2') diff --git a/test/data/tokeniser2/INDEX b/test/data/tokeniser2/INDEX index 33b9060..4b9e037 100644 --- a/test/data/tokeniser2/INDEX +++ b/test/data/tokeniser2/INDEX @@ -6,11 +6,11 @@ test1.test html5lib tests (part 1) test2.test html5lib tests (part 2) test3.test html5lib tests (part 3) test4.test html5lib tests (part 4) -#contentModelFlags.test html5lib content model tests +contentModelFlags.test html5lib content model tests entities.test html5lib entity tests -#escapeFlag.test html5lib escape flag tests +escapeFlag.test html5lib escape flag tests numericEntities.test html5lib numeric entities tests -#unicodeChars.test html5lib unicode character tests +unicodeChars.test html5lib unicode character tests cdata.test CDATA section tests regression.test Regression tests #domjs.test NA -- cgit v1.2.3