[Pkg-javascript-commits] [node-detective] 11/119: failing test for require("str")()
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:44:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-detective.
commit 56b43e50a7385e1701aedbfba61dbed9727cc263
Author: James Halliday <mail at substack.net>
Date: Sun Jun 19 18:04:16 2011 -0700
failing test for require("str")()
---
test/strings.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/strings.js b/test/strings.js
index 1ae74b7..e2ad796 100644
--- a/test/strings.js
+++ b/test/strings.js
@@ -4,5 +4,5 @@ var fs = require('fs');
var src = fs.readFileSync(__dirname + '/files/strings.js');
exports.single = function () {
- assert.deepEqual(detective(src), [ 'a', 'b', 'c', 'events', 'y' ]);
+ assert.deepEqual(detective(src), [ 'a', 'b', 'c', 'events', 'doom', 'y' ]);
};
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-detective.git
More information about the Pkg-javascript-commits
mailing list