aredridel / html5

Event-driven HTML5 Parser in Javascript
http://dinhe.net/~aredridel/projects/js/html5/
MIT License
590 stars 168 forks source link

Add original html5lib test data #104

Closed aredridel closed 10 years ago

aredridel commented 10 years ago

This adds the test data and subtree merges the history, so we can update the tests in the future easily, but don't have to use submodules.

danyaPostfactum commented 10 years ago

but don't have to use submodules

Can you still clarify why don't you like git submodules, please?

danyaPostfactum commented 10 years ago

BTW I almost finished tree-construction-test.js script rewriting.

aredridel commented 10 years ago

submodules push the effort out on to the user (git submodule update --init and all that bother), and frankly, I find them to be a pain in the ass with the way they work. It's poorly integrated, and this way, it's all just trees and commits.

aredridel commented 10 years ago

And awesome on the rewrite of tree-construction-test.js!