Add generic HTML5LibTest class for performing HTML5lib tests

https://github.com/html5lib/html5lib-tests
This commit is contained in:
iska
2014-10-25 17:35:58 +02:00
parent 779fcf0a73
commit 0910290ef2
6 changed files with 272 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
//
// HTMLTokens.h
// HTMLKit
//
// Created by Iska on 25/10/14.
// Copyright (c) 2014 BrainCookie. All rights reserved.
//
#import "HTMLToken.h"
#import "HTMLCharacterToken.h"
#import "HTMLCommentToken.h"
#import "HTMLDOCTYPEToken.h"
#import "HTMLEOFToken.h"
#import "HTMLParseErrorToken.h"
#import "HTMLTagToken.h"