Skip to content

Commit 3f5ada0

Browse files
authored
fix: add support for string concatenation in attributes (#1077)
1 parent 9b816ef commit 3f5ada0

File tree

3 files changed

+721
-0
lines changed

3 files changed

+721
-0
lines changed

src/lexer/attribute.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = {
4343
case "<":
4444
case ">":
4545
case "!":
46+
case ".":
4647
return this.consume_TOKEN();
4748
case "[":
4849
this.attributeListDepth[this.attributeIndex]++;

0 commit comments

Comments
 (0)