Closed falcondai closed 11 years ago
currently i think ampersands by themselves within an attribute value string are indiscriminately rendered as invalid. Consider:
a(href!='https://www.google.com/search?hl=en&gl=us&tbm=nws&q=google') Google news search
string literal behind != should be treated as unescaped.
!=
The corresponding jade language spec is here: https://github.com/visionmedia/jade/issues/198
i must be using some other version of Jade tmbundle. I don't see the same issue with your current version, so i am closing the issue. Sorry for the confusion.
currently i think ampersands by themselves within an attribute value string are indiscriminately rendered as invalid. Consider:
string literal behind
!=
should be treated as unescaped.The corresponding jade language spec is here: https://github.com/visionmedia/jade/issues/198