Skip to content

Commit

Permalink
add version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed May 7, 2012
1 parent 486339a commit e155027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doctest.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ window.doctest = (url) ->
for {pass, expected, actual, num} in (r for r in results when not r.pass)
console.warn "expected #{q expected} on line #{num} (got #{q actual})"

window.doctest.version = '0.1.0'

commented_lines = (text) ->
lines = []
for line, idx in text.split /\r?\n|\r/
Expand Down
2 changes: 2 additions & 0 deletions doctest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e155027

Please sign in to comment.