ianb / doctestjs

Javascript testing made easy and explicit
http://ianb.github.io/doctestjs/
MIT License
142 stars 10 forks source link

Switch to class="test" instead of class="commenttest" #22

Closed ianb closed 11 years ago

ianb commented 12 years ago

class=commenttest is long and awkward. Though it should stay working, we should switch to something simpler like class=test

shamrin commented 11 years ago

It would be wonderful to also update the docs about class="test" ;)