--- source: full-moon/tests/pass_cases.rs assertion_line: 47 expression: ast.nodes() input_file: full-moon/tests/cases/pass/shebang --- stmts: - - FunctionCall: prefix: Name: leading_trivia: - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 18 line: 1 character: 19 token_type: type: Shebang line: "#!/usr/bin/env lua" - start_position: bytes: 18 line: 1 character: 19 end_position: bytes: 19 line: 1 character: 19 token_type: type: Whitespace characters: "\n" - start_position: bytes: 19 line: 2 character: 1 end_position: bytes: 20 line: 2 character: 1 token_type: type: Whitespace characters: "\n" token: start_position: bytes: 20 line: 3 character: 1 end_position: bytes: 25 line: 3 character: 6 token_type: type: Identifier identifier: print trailing_trivia: [] suffixes: - Call: AnonymousCall: Parentheses: parentheses: tokens: - leading_trivia: [] token: start_position: bytes: 25 line: 3 character: 6 end_position: bytes: 26 line: 3 character: 7 token_type: type: Symbol symbol: ( trailing_trivia: [] - leading_trivia: [] token: start_position: bytes: 39 line: 3 character: 20 end_position: bytes: 40 line: 3 character: 21 token_type: type: Symbol symbol: ) trailing_trivia: [] arguments: pairs: - End: String: leading_trivia: [] token: start_position: bytes: 26 line: 3 character: 7 end_position: bytes: 39 line: 3 character: 20 token_type: type: StringLiteral literal: Hello world quote_type: Double trailing_trivia: [] - leading_trivia: [] token: start_position: bytes: 40 line: 3 character: 21 end_position: bytes: 41 line: 3 character: 22 token_type: type: Symbol symbol: ; trailing_trivia: - start_position: bytes: 41 line: 3 character: 22 end_position: bytes: 42 line: 3 character: 22 token_type: type: Whitespace characters: "\n"