RobLoach / docpad-plugin-htmlmin

Adds support to minify HTML in DocPad
http://github.com/kangax/html-minifier
Other
1 stars 1 forks source link

Add more thorough tests #2

Closed greduan closed 10 years ago

greduan commented 10 years ago

This is just a nice thing to do.

Add a test for every setting, just to make sure that it works correctly and without any errors or incorrect parsing.

Of course not necessary, but more like a best practices. Make the tests as thorough as possible. :)

Check my test case for what I mean: https://github.com/Greduan/docpad-plugin-textile/tree/master/test

It's only one file but it covers a lot of what Textile would parse. :)

RobLoach commented 10 years ago

Thanks a lot for the guidance, I really appreciate it! I'm always a fan of more tests.