Fix missing comma in test/test.js.

This commit is contained in:
John-David Dalton
2014-04-19 17:50:16 -07:00
parent 68fdac532f
commit aef5c61415

View File

@@ -270,7 +270,7 @@
"'_array': [1, 2, 3],",
"'_boolean': new Boolean(false),",
"'_date': new Date,",
"'_errors': [new Error, new EvalError, new RangeError, new ReferenceError, new SyntaxError, new TypeError, new URIError]",
"'_errors': [new Error, new EvalError, new RangeError, new ReferenceError, new SyntaxError, new TypeError, new URIError],",
"'_function': function() {},",
"'_nan': NaN,",
"'_null': null,",