---
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/parser/table-9
---
error[ast]: expected `]` after expression
┌─ source.lua:2:2
│
2 │ [a.b.c = 10,
│ ^^^^^^
error[ast]: unexpected token, this needs to be a statement
┌─ source.lua:2:9
│
2 │ [a.b.c = 10,
│ ^