We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3a297 commit 4c8ec89Copy full SHA for 4c8ec89
src/parser.coffee
@@ -118,7 +118,7 @@ class exports.Parser extends events
118
if @options.mergeAttrs
119
@assignOrPush obj, processedKey, newValue
120
else
121
- @assignOrPush obj[attrkey], processedKey, newValue
+ obj[attrkey][processedKey] = newValue
122
123
# need a place to store the node name
124
obj["#name"] = if @options.tagNameProcessors then processItem(@options.tagNameProcessors, node.name) else node.name
0 commit comments