Skip to content

Commit

Permalink
fix: add support for string concatenation in attributes (glayzzle#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthBlue333 authored Mar 21, 2023
1 parent 9b816ef commit 3f5ada0
Show file tree
Hide file tree
Showing 3 changed files with 721 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lexer/attribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
case "<":
case ">":
case "!":
case ".":
return this.consume_TOKEN();
case "[":
this.attributeListDepth[this.attributeIndex]++;
Expand Down
Loading

0 comments on commit 3f5ada0

Please sign in to comment.