We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c8065 commit 03e2852Copy full SHA for 03e2852
LICENSE
@@ -2,7 +2,7 @@
2
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
3
Version 2, December 2004
4
5
- Copyright (c) 2016 David Chambers <dc@davidchambers.me>
+ Copyright (c) 2018 David Chambers <dc@davidchambers.me>
6
7
Everyone is permitted to copy and distribute verbatim or modified
8
copies of this license document, and changing it is allowed as long
package.json
@@ -1,6 +1,6 @@
1
{
"name": "doctest",
- "version": "0.13.0",
+ "version": "0.14.0",
"description": "Doctests for JavaScript and CoffeeScript",
"license": "WTFPL",
"contributors": [
test/line-endings/CR.js
@@ -1 +1 @@
-// > 2 * 3 * 7// 42
+// > 2 * 3 * 7// 42
0 commit comments