---
source: full-moon/tests/fail_cases.rs
expression: result.errors
input_file: full-moon/tests/cases/fail/parser/paren-expression-3
---
- AstError:
token:
start_position:
bytes: 9
line: 1
character: 10
end_position:
bytes: 10
line: 1
character: 11
token_type:
type: Symbol
symbol: ","
additional: "expected `)` after expression"
- AstError:
token:
start_position:
bytes: 12
line: 1
character: 13
end_position:
bytes: 13
line: 1
character: 14
token_type:
type: Symbol
symbol: ","
additional: trailing commas are not allowed