ianb / doctestjs

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

Several fixes #41

Closed boxed closed 11 years ago

boxed commented 11 years ago
ianb commented 11 years ago

Looks great, thanks for the contribution! I don't know why the section parsing kept giving me problems, I fixed that code like 3 times already and still didn't get it right...

boxed commented 11 years ago

Hmm.. That makes me a bit worried I broke it :)

On 5 apr 2013, at 19:19, Ian Bicking notifications@github.com wrote:

Looks great, thanks for the contribution! I don't know why the section parsing kept giving me problems, I fixed that code like 3 times already and still didn't get it right...

— Reply to this email directly or view it on GitHub.

boxed commented 11 years ago

Oops, sorry about the radix thing. I keep forgetting that javascript is totally broken :P

shamrin commented 11 years ago

This broke loading of external .js without sections. E.g. examples-2.js silently fails to load in examples/examples-2.html.

boxed commented 11 years ago

Oh crap. I'll look at it asap.

On 8 apr 2013, at 16:59, Alexey Shamrin notifications@github.com wrote:

This broke loading of external .js without sections. E.g. examples-2.js silently fails to load in examples/examples-2.html.

— Reply to this email directly or view it on GitHub.