Skip to content

Commit

Permalink
Update lex.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Sep 11, 2023
1 parent 21ca954 commit 821ea2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/erg_parser/lex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ impl Lexer /*<'a>*/ {
}
Interpolation::SingleLine => {
self.interpol_stack.pop();
s.push(c);
let token = self.emit_token(StrInterpRight, &s);
return Ok(token);
}
Expand Down

0 comments on commit 821ea2a

Please sign in to comment.