We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa3fc0 commit d97b328Copy full SHA for d97b328
test/configCases/rule-set/query/index.js
@@ -8,4 +8,8 @@ it("should match rule with resource query", function() {
8
"a",
9
"?query"
10
]);
11
+ var a3 = require("./a?other");
12
+ a3.should.be.eql([
13
+ "a"
14
+ ]);
15
});
0 commit comments