--- source: full-moon/tests/pass_cases.rs assertion_line: 52 expression: ast.nodes() input_file: full-moon/tests/roblox_cases/pass/continue --- stmts: - - While: while_token: leading_trivia: - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 27 line: 1 character: 28 token_type: type: SingleLineComment comment: " Very important loop here" - start_position: bytes: 27 line: 1 character: 28 end_position: bytes: 28 line: 1 character: 28 token_type: type: Whitespace characters: "\n" token: start_position: bytes: 28 line: 2 character: 1 end_position: bytes: 33 line: 2 character: 6 token_type: type: Symbol symbol: while trailing_trivia: - start_position: bytes: 33 line: 2 character: 6 end_position: bytes: 34 line: 2 character: 7 token_type: type: Whitespace characters: " " condition: Symbol: leading_trivia: [] token: start_position: bytes: 34 line: 2 character: 7 end_position: bytes: 38 line: 2 character: 11 token_type: type: Symbol symbol: "true" trailing_trivia: - start_position: bytes: 38 line: 2 character: 11 end_position: bytes: 39 line: 2 character: 12 token_type: type: Whitespace characters: " " do_token: leading_trivia: [] token: start_position: bytes: 39 line: 2 character: 12 end_position: bytes: 41 line: 2 character: 14 token_type: type: Symbol symbol: do trailing_trivia: - start_position: bytes: 41 line: 2 character: 14 end_position: bytes: 42 line: 2 character: 14 token_type: type: Whitespace characters: "\n" block: stmts: [] last_stmt: - Continue: leading_trivia: - start_position: bytes: 42 line: 3 character: 1 end_position: bytes: 43 line: 3 character: 2 token_type: type: Whitespace characters: "\t" token: start_position: bytes: 43 line: 3 character: 2 end_position: bytes: 51 line: 3 character: 10 token_type: type: Identifier identifier: continue trailing_trivia: - start_position: bytes: 51 line: 3 character: 10 end_position: bytes: 52 line: 3 character: 10 token_type: type: Whitespace characters: "\n" - ~ end_token: leading_trivia: [] token: start_position: bytes: 52 line: 4 character: 1 end_position: bytes: 55 line: 4 character: 4 token_type: type: Symbol symbol: end trailing_trivia: - start_position: bytes: 55 line: 4 character: 4 end_position: bytes: 56 line: 4 character: 4 token_type: type: Whitespace characters: "\n" - ~ - - FunctionCall: prefix: Name: leading_trivia: - start_position: bytes: 56 line: 5 character: 1 end_position: bytes: 57 line: 5 character: 1 token_type: type: Whitespace characters: "\n" token: start_position: bytes: 57 line: 6 character: 1 end_position: bytes: 65 line: 6 character: 9 token_type: type: Identifier identifier: continue trailing_trivia: [] suffixes: - Call: AnonymousCall: Parentheses: parentheses: tokens: - leading_trivia: [] token: start_position: bytes: 65 line: 6 character: 9 end_position: bytes: 66 line: 6 character: 10 token_type: type: Symbol symbol: ( trailing_trivia: [] - leading_trivia: [] token: start_position: bytes: 66 line: 6 character: 10 end_position: bytes: 67 line: 6 character: 11 token_type: type: Symbol symbol: ) trailing_trivia: - start_position: bytes: 67 line: 6 character: 11 end_position: bytes: 68 line: 6 character: 11 token_type: type: Whitespace characters: "\n" arguments: pairs: [] - ~ - - LocalAssignment: local_token: leading_trivia: [] token: start_position: bytes: 68 line: 7 character: 1 end_position: bytes: 73 line: 7 character: 6 token_type: type: Symbol symbol: local trailing_trivia: - start_position: bytes: 73 line: 7 character: 6 end_position: bytes: 74 line: 7 character: 7 token_type: type: Whitespace characters: " " name_list: pairs: - End: leading_trivia: [] token: start_position: bytes: 74 line: 7 character: 7 end_position: bytes: 82 line: 7 character: 15 token_type: type: Identifier identifier: continue trailing_trivia: - start_position: bytes: 82 line: 7 character: 15 end_position: bytes: 83 line: 7 character: 16 token_type: type: Whitespace characters: " " equal_token: leading_trivia: [] token: start_position: bytes: 83 line: 7 character: 16 end_position: bytes: 84 line: 7 character: 17 token_type: type: Symbol symbol: "=" trailing_trivia: - start_position: bytes: 84 line: 7 character: 17 end_position: bytes: 85 line: 7 character: 18 token_type: type: Whitespace characters: " " expr_list: pairs: - End: Number: leading_trivia: [] token: start_position: bytes: 85 line: 7 character: 18 end_position: bytes: 86 line: 7 character: 19 token_type: type: Number text: "4" trailing_trivia: - start_position: bytes: 86 line: 7 character: 19 end_position: bytes: 87 line: 7 character: 19 token_type: type: Whitespace characters: "\n" - ~