1 2 3 4 5 6
// A Praxis snippet with multiple parse errors, for the `check` parse-error // integration test. Missing `=` in the binding, a stray `)`, and a broken second // statement — the parser must recover past each and keep reporting. var x 1 ) var = 2