snaptoken / leg

Tools for making step-by-step code walkthroughs
MIT License
132 stars 2 forks source link

Confirm that the rewritten `leg` still outputs the same diff HTML as the old `leg` #27

Closed paigeruten closed 6 years ago

paigeruten commented 6 years ago

Either compare all the steps in kilo-tutorial manually to make sure they're the same, or write a script that somehow compares the HTML to make sure it's the same. (Easiest way might be to use an html prettifier that formats html in a very specific way, then do a simple diff on the outputs of that.)