--- source: tests/lexer.rs description: " \"\" \"\" ``" expression: "lexer.into_iter().collect::>()" --- [ StringLiteral("\"\"") at Position { value: 1, line: 0, col: 1 }, StringLiteral("\"\"") at Position { value: 4, line: 0, col: 4 }, StringLiteral("\"\"") at Position { value: 7, line: 0, col: 7 }, ]