|
@@ -43,7 +43,7 @@ module.exports = {
|
|
|
var s = e.init('a',[5]);
|
|
var s = e.init('a',[5]);
|
|
|
|
|
|
|
|
assert.strictEqual(s.code, 'OK');
|
|
assert.strictEqual(s.code, 'OK');
|
|
|
- assert.ok( ! e.matches({'a':[6]}) );
|
|
|
|
|
|
|
+ assert.ok( e.matches({'a':[6]}) );
|
|
|
},
|
|
},
|
|
|
"should not match null" : function() {
|
|
"should not match null" : function() {
|
|
|
var e = new GTEMatchExpression();
|
|
var e = new GTEMatchExpression();
|