We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad79f52 commit 0b8ef01Copy full SHA for 0b8ef01
utils.js
@@ -54,7 +54,7 @@ exports.getAttrs = function (str, start, options) {
54
}
55
56
// {value="inside quotes"}
57
- if (char_ === '"' && value === '') {
+ if (char_ === '"' && value === '' && !valueInsideQuotes) {
58
valueInsideQuotes = true;
59
continue;
60
0 commit comments