--- source: full-moon/tests/fail_cases.rs assertion_line: 56 expression: "String::from_utf8(output.into_inner()).unwrap()" input_file: full-moon/tests/cases/fail/tokenizer/unclosed-string-4 --- error[tokenizer]: unclosed string (1:1 to 2:1) ┌─ source.lua:1:1 │ 1 │ ╭ "recover 2 │ │ local x = 1 │ ╰^ error[ast]: unexpected token, this needs to be a statement ┌─ source.lua:1:1 │ 1 │ ╭ "recover 2 │ │ local x = 1 │ ╰^