--- source: full-moon/tests/pass_cases.rs expression: tokens input_file: full-moon/tests/roblox_cases/pass/z-escape-string --- - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 5 line: 1 character: 6 token_type: type: Identifier identifier: print - start_position: bytes: 5 line: 1 character: 6 end_position: bytes: 6 line: 1 character: 7 token_type: type: Symbol symbol: ( - start_position: bytes: 6 line: 1 character: 7 end_position: bytes: 29 line: 2 character: 12 token_type: type: StringLiteral literal: "testing \\z\n\t twelve" quote_type: Double - start_position: bytes: 29 line: 2 character: 12 end_position: bytes: 30 line: 2 character: 13 token_type: type: Symbol symbol: ) - start_position: bytes: 30 line: 2 character: 13 end_position: bytes: 31 line: 2 character: 13 token_type: type: Whitespace characters: "\n" - start_position: bytes: 31 line: 3 character: 1 end_position: bytes: 32 line: 3 character: 1 token_type: type: Whitespace characters: "\n" - start_position: bytes: 32 line: 4 character: 1 end_position: bytes: 37 line: 4 character: 6 token_type: type: Identifier identifier: print - start_position: bytes: 37 line: 4 character: 6 end_position: bytes: 38 line: 4 character: 7 token_type: type: Symbol symbol: ( - start_position: bytes: 38 line: 4 character: 7 end_position: bytes: 54 line: 5 character: 8 token_type: type: StringLiteral literal: "Hello \\\n\tWorld" quote_type: Double - start_position: bytes: 54 line: 5 character: 8 end_position: bytes: 55 line: 5 character: 9 token_type: type: Symbol symbol: ) - start_position: bytes: 55 line: 5 character: 9 end_position: bytes: 56 line: 5 character: 9 token_type: type: Whitespace characters: "\n" - start_position: bytes: 56 line: 6 character: 1 end_position: bytes: 57 line: 6 character: 1 token_type: type: Whitespace characters: "\n" - start_position: bytes: 57 line: 7 character: 1 end_position: bytes: 62 line: 7 character: 6 token_type: type: Identifier identifier: print - start_position: bytes: 62 line: 7 character: 6 end_position: bytes: 63 line: 7 character: 7 token_type: type: Symbol symbol: ( - start_position: bytes: 63 line: 7 character: 7 end_position: bytes: 86 line: 8 character: 12 token_type: type: InterpolatedString literal: "testing \\z\n\t twelve" kind: Simple - start_position: bytes: 86 line: 8 character: 12 end_position: bytes: 87 line: 8 character: 13 token_type: type: Symbol symbol: ) - start_position: bytes: 87 line: 8 character: 13 end_position: bytes: 88 line: 8 character: 13 token_type: type: Whitespace characters: "\n" - start_position: bytes: 88 line: 9 character: 1 end_position: bytes: 89 line: 9 character: 1 token_type: type: Whitespace characters: "\n" - start_position: bytes: 89 line: 10 character: 1 end_position: bytes: 94 line: 10 character: 6 token_type: type: Identifier identifier: print - start_position: bytes: 94 line: 10 character: 6 end_position: bytes: 95 line: 10 character: 7 token_type: type: Symbol symbol: ( - start_position: bytes: 95 line: 10 character: 7 end_position: bytes: 111 line: 11 character: 8 token_type: type: InterpolatedString literal: "Hello \\\n\tWorld" kind: Simple - start_position: bytes: 111 line: 11 character: 8 end_position: bytes: 112 line: 11 character: 9 token_type: type: Symbol symbol: ) - start_position: bytes: 112 line: 11 character: 9 end_position: bytes: 113 line: 11 character: 9 token_type: type: Whitespace characters: "\n" - start_position: bytes: 113 line: 12 character: 1 end_position: bytes: 113 line: 12 character: 1 token_type: type: Eof