--- source: tests/lexer.rs description: "`${test} ${df} `" expression: "lexer.into_iter().collect::>()" --- [ OpeningBackTick("`") at Position { value: 0, line: 0, col: 0 }, DollarSignLBracket("${") at Position { value: 1, line: 0, col: 1 }, Ident("test") at Position { value: 3, line: 0, col: 3 }, RBracket("}") at Position { value: 7, line: 0, col: 7 }, StringLiteral(" ") at Position { value: 8, line: 0, col: 8 }, DollarSignLBracket("${") at Position { value: 9, line: 0, col: 9 }, Ident("df") at Position { value: 11, line: 0, col: 11 }, RBracket("}") at Position { value: 13, line: 0, col: 13 }, StringLiteral(" ") at Position { value: 14, line: 0, col: 14 }, ClosingBackTick("`") at Position { value: 15, line: 0, col: 15 }, ]