--- source: full-moon/tests/fail_cases.rs expression: tokens --- - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 5 line: 1 character: 6 token_type: type: Symbol symbol: local - start_position: bytes: 5 line: 1 character: 6 end_position: bytes: 6 line: 1 character: 7 token_type: type: Whitespace characters: " " - start_position: bytes: 6 line: 1 character: 7 end_position: bytes: 14 line: 1 character: 15 token_type: type: Identifier identifier: endIndex - start_position: bytes: 14 line: 1 character: 15 end_position: bytes: 15 line: 1 character: 16 token_type: type: Whitespace characters: " " - start_position: bytes: 15 line: 1 character: 16 end_position: bytes: 16 line: 1 character: 17 token_type: type: Symbol symbol: "=" - start_position: bytes: 16 line: 1 character: 17 end_position: bytes: 17 line: 1 character: 18 token_type: type: Whitespace characters: " " - start_position: bytes: 17 line: 1 character: 18 end_position: bytes: 19 line: 1 character: 20 token_type: type: Symbol symbol: if - start_position: bytes: 19 line: 1 character: 20 end_position: bytes: 20 line: 1 character: 21 token_type: type: Whitespace characters: " " - start_position: bytes: 20 line: 1 character: 21 end_position: bytes: 31 line: 1 character: 32 token_type: type: Identifier identifier: a_condition - start_position: bytes: 31 line: 1 character: 32 end_position: bytes: 32 line: 1 character: 32 token_type: type: Whitespace characters: "\n" - start_position: bytes: 32 line: 2 character: 1 end_position: bytes: 34 line: 2 character: 3 token_type: type: Whitespace characters: "\t\t" - start_position: bytes: 34 line: 2 character: 3 end_position: bytes: 38 line: 2 character: 7 token_type: type: Symbol symbol: then - start_position: bytes: 38 line: 2 character: 7 end_position: bytes: 39 line: 2 character: 8 token_type: type: Whitespace characters: " " - start_position: bytes: 39 line: 2 character: 8 end_position: bytes: 57 line: 2 character: 26 token_type: type: Identifier identifier: expression_if_true - start_position: bytes: 57 line: 2 character: 26 end_position: bytes: 58 line: 2 character: 26 token_type: type: Whitespace characters: "\n" - start_position: bytes: 58 line: 3 character: 1 end_position: bytes: 60 line: 3 character: 3 token_type: type: Whitespace characters: "\t\t" - start_position: bytes: 60 line: 3 character: 3 end_position: bytes: 64 line: 3 character: 7 token_type: type: Symbol symbol: else - start_position: bytes: 64 line: 3 character: 7 end_position: bytes: 65 line: 3 character: 8 token_type: type: Whitespace characters: " " - start_position: bytes: 65 line: 3 character: 8 end_position: bytes: 67 line: 3 character: 10 token_type: type: Symbol symbol: if - start_position: bytes: 67 line: 3 character: 10 end_position: bytes: 68 line: 3 character: 11 token_type: type: Whitespace characters: " " - start_position: bytes: 68 line: 3 character: 11 end_position: bytes: 85 line: 3 character: 28 token_type: type: Identifier identifier: another_condition - start_position: bytes: 85 line: 3 character: 28 end_position: bytes: 86 line: 3 character: 28 token_type: type: Whitespace characters: "\n" - start_position: bytes: 86 line: 4 character: 1 end_position: bytes: 90 line: 4 character: 5 token_type: type: Whitespace characters: "\t\t\t\t" - start_position: bytes: 90 line: 4 character: 5 end_position: bytes: 94 line: 4 character: 9 token_type: type: Symbol symbol: then - start_position: bytes: 94 line: 4 character: 9 end_position: bytes: 95 line: 4 character: 10 token_type: type: Whitespace characters: " " - start_position: bytes: 95 line: 4 character: 10 end_position: bytes: 121 line: 4 character: 36 token_type: type: Identifier identifier: another_expression_if_true - start_position: bytes: 121 line: 4 character: 36 end_position: bytes: 122 line: 4 character: 36 token_type: type: Whitespace characters: "\n" - start_position: bytes: 122 line: 5 character: 1 end_position: bytes: 123 line: 5 character: 1 token_type: type: Whitespace characters: "\n" - start_position: bytes: 123 line: 6 character: 1 end_position: bytes: 128 line: 6 character: 6 token_type: type: Identifier identifier: print - start_position: bytes: 128 line: 6 character: 6 end_position: bytes: 129 line: 6 character: 7 token_type: type: Symbol symbol: ( - start_position: bytes: 129 line: 6 character: 7 end_position: bytes: 138 line: 6 character: 16 token_type: type: StringLiteral literal: testing quote_type: Double - start_position: bytes: 138 line: 6 character: 16 end_position: bytes: 139 line: 6 character: 17 token_type: type: Symbol symbol: ) - start_position: bytes: 139 line: 6 character: 17 end_position: bytes: 139 line: 6 character: 17 token_type: type: Eof