htmlparser2
htmlparser2 copied to clipboard
Characters allowed at the beginning of XML tag names are overly broad
<text wx:else>{{goodsMap[item].quantity <= 20 ? 'smaller than' : 'bigger than'}}<text class="quantity">{{goodsMap[item].quantity}}</text>pieces</text>
For example, parser will regard "<=" as a new tag start in code above.