--- source: full-moon/tests/pass_cases.rs assertion_line: 38 expression: tokens input_file: full-moon/tests/cases/pass/single-line-comment-4 --- - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 10 line: 1 character: 11 token_type: type: SingleLineComment comment: "[comment" - start_position: bytes: 10 line: 1 character: 11 end_position: bytes: 11 line: 1 character: 11 token_type: type: Whitespace characters: "\n" - start_position: bytes: 11 line: 2 character: 1 end_position: bytes: 22 line: 2 character: 12 token_type: type: SingleLineComment comment: (comment) - start_position: bytes: 22 line: 2 character: 12 end_position: bytes: 23 line: 2 character: 12 token_type: type: Whitespace characters: "\n" - start_position: bytes: 23 line: 3 character: 1 end_position: bytes: 34 line: 3 character: 12 token_type: type: SingleLineComment comment: "[=comment" - start_position: bytes: 34 line: 3 character: 12 end_position: bytes: 35 line: 3 character: 12 token_type: type: Whitespace characters: "\n" - start_position: bytes: 35 line: 4 character: 1 end_position: bytes: 37 line: 4 character: 3 token_type: type: SingleLineComment comment: "" - start_position: bytes: 37 line: 4 character: 3 end_position: bytes: 38 line: 4 character: 3 token_type: type: Whitespace characters: "\n" - start_position: bytes: 38 line: 5 character: 1 end_position: bytes: 38 line: 5 character: 1 token_type: type: Eof