Fixed nesting elements in attributes.
This commit is contained in:
parent
5d2ace2f58
commit
2c3740c159
1
acorn.js
1
acorn.js
@ -3050,6 +3050,7 @@
|
|||||||
// standard JS token or an XJS text node
|
// standard JS token or an XJS text node
|
||||||
inXJSChild = origInXJSChild;
|
inXJSChild = origInXJSChild;
|
||||||
inXJSTag = origInXJSTag;
|
inXJSTag = origInXJSTag;
|
||||||
|
tokRegexpAllowed = false;
|
||||||
expectChar('>');
|
expectChar('>');
|
||||||
return finishNode(node, "XJSClosingElement");
|
return finishNode(node, "XJSClosingElement");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user