···11+---
22+source: compiler-core/src/parse/tests.rs
33+expression: assert let a = 10
44+---
55+----- SOURCE CODE
66+assert let a = 10
77+88+----- ERROR
99+error: Syntax error
1010+ ┌─ /src/parse/error.gleam:1:8
1111+ │
1212+1 │ assert let a = 10
1313+ │ ^^^ I was not expecting this
1414+1515+Found the keyword `let`, expected one of:
1616+- An expression