---
source: full-moon/tests/fail_cases.rs
expression: result.errors
input_file: full-moon/tests/cases/fail/parser/table-9
---
- AstError:
token:
start_position:
bytes: 20
line: 2
character: 9
end_position:
bytes: 21
line: 2
character: 10
token_type:
type: Symbol
symbol: "="
additional: "expected `]` after expression"
range:
- bytes: 13
line: 2
character: 2
- bytes: 19
line: 2
character: 8
- AstError:
token:
start_position:
bytes: 20
line: 2
character: 9
end_position:
bytes: 21
line: 2
character: 10
token_type:
type: Symbol
symbol: "="
additional: "unexpected token, this needs to be a statement"