From e5a0911156f95f6a65830ff35e261c4ebe7eb170 Mon Sep 17 00:00:00 2001 From: rajanpanth Date: Thu, 20 Aug 2026 12:30:53 +0545 Subject: [PATCH] test: drop shadowed ignoreAttributes option The object literal set ignoreAttributes twice; the boolean was immediately overridden by the function and never took effect. --- spec/pathExpression_spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/pathExpression_spec.js b/spec/pathExpression_spec.js index 01783f4e..d788a1c1 100644 --- a/spec/pathExpression_spec.js +++ b/spec/pathExpression_spec.js @@ -326,7 +326,6 @@ describe("Path-Expression-Matcher Integration", function () { const userExpr = new Expression("root.user"); const parser = new XMLParser({ - ignoreAttributes: false, jPath: false, ignoreAttributes: (attrName, matcher) => { // console.log(attrName, matcher.getCurrentTag())