Add generic HTML5LibTest class for performing HTML5lib tests
https://github.com/html5lib/html5lib-tests
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user