--- source: full-moon/tests/pass_cases.rs expression: tokens input_file: full-moon/tests/cases/pass/mixed-indented-comments --- - start_position: bytes: 0 line: 1 character: 1 end_position: bytes: 1 line: 1 character: 2 token_type: type: Whitespace characters: "\t" - start_position: bytes: 1 line: 1 character: 2 end_position: bytes: 24 line: 1 character: 25 token_type: type: SingleLineComment comment: " Indented single line" - start_position: bytes: 24 line: 1 character: 25 end_position: bytes: 25 line: 1 character: 25 token_type: type: Whitespace characters: "\n" - start_position: bytes: 25 line: 2 character: 1 end_position: bytes: 26 line: 2 character: 2 token_type: type: Whitespace characters: "\t" - start_position: bytes: 26 line: 2 character: 2 end_position: bytes: 56 line: 4 character: 4 token_type: type: MultiLineComment blocks: 0 comment: "\n\t\tIndented multi line\n\t" - start_position: bytes: 56 line: 4 character: 4 end_position: bytes: 56 line: 4 character: 4 token_type: type: Eof