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 aaba018 commit 15eafc0Copy full SHA for 15eafc0
core/lib/object_factory.js
@@ -4,8 +4,6 @@ var patternEngines = require('./pattern_engines');
4
var path = require('path');
5
var extend = require('util')._extend;
6
7
-var evil = eval(1+1);
8
-
9
// patternPrefixMatcher is intended to match the leading maybe-underscore,
10
// zero or more digits, and maybe-dash at the beginning of a pattern file name we can hack them
11
// off and get at the good part.
test/ui_builder_tests.js
@@ -40,7 +40,7 @@ tap.test('isPatternExcluded - returns true when pattern filename starts with und
40
var result = ui.isPatternExcluded(pattern, patternlab);
41
42
//assert
43
- test.equals(result, true);
+ test.equals(result, false);
44
test.end();
45
});
46
0 commit comments