Skip to content

Commit 6ae5ead

Browse files
committed
i am being dumb lol
1 parent 8a81ca7 commit 6ae5ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/biome_html_parser/src/syntax

crates/biome_html_parser/src/syntax/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl TextExpression {
555555
}
556556
}
557557
TextExpressionKind::Double => {
558-
if p.at(T!["}}"]) {
558+
if p.at(T!['}']) {
559559
p.bump_remap_with_context(
560560
HTML_LITERAL,
561561
HtmlLexContext::TextExpression(self.kind),

0 commit comments

Comments
 (0)