--- source: full-moon/tests/fail_cases.rs assertion_line: 22 expression: result.errors input_file: full-moon/tests/roblox_cases/fail/parser/string-interpolation-double-brace --- - AstError: token: start_position: bytes: 6 line: 1 character: 7 end_position: bytes: 7 line: 1 character: 8 token_type: type: Symbol symbol: "{" additional: "unexpected double brace, try \\{ if you meant to escape" - AstError: token: start_position: bytes: 4 line: 1 character: 5 end_position: bytes: 6 line: 1 character: 7 token_type: type: InterpolatedString literal: "" kind: Begin additional: "expected expression after `{`" - AstError: token: start_position: bytes: 7 line: 1 character: 8 end_position: bytes: 8 line: 1 character: 9 token_type: type: Symbol symbol: "}" additional: "unexpected token, this needs to be a statement"