summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-17 00:54:12 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-09 10:04:21 +0530
commit8c55e32256f4081d097cd7114fcf5e307a8a9288 (patch)
tree4377a7d60ab894e15b3da93d1191a5090603f09b /test
parente68a4b8ac410f402d12308ce7d63083b78d7ee89 (diff)
downloadlibhubbub-8c55e32256f4081d097cd7114fcf5e307a8a9288.tar.gz
libhubbub-8c55e32256f4081d097cd7114fcf5e307a8a9288.tar.bz2
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
Diffstat (limited to 'test')
-rw-r--r--test/data/tokeniser2/INDEX6
1 files changed, 3 insertions, 3 deletions
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