--- source: tests/lexer.rs description: "`head ${} ${} tail`" expression: "lexer.into_iter().collect::>()" --- [ OpeningBackTick("`") at Position { value: 0, line: 0, col: 0 }, StringLiteral("head ") at Position { value: 1, line: 0, col: 1 }, DollarSignLBracket("${") at Position { value: 6, line: 0, col: 6 }, RBracket("}") at Position { value: 8, line: 0, col: 8 }, StringLiteral(" ") at Position { value: 9, line: 0, col: 9 }, DollarSignLBracket("${") at Position { value: 10, line: 0, col: 10 }, RBracket("}") at Position { value: 12, line: 0, col: 12 }, StringLiteral(" tail") at Position { value: 13, line: 0, col: 13 }, ClosingBackTick("`") at Position { value: 18, line: 0, col: 18 }, ]