summaryrefslogtreecommitdiff
path: root/tests/typ/compiler/embedded-expr.typ
blob: ab426f6a4183c729eac84a2772e360cfccf4c7d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Test embedded expressions.
// Ref: false

---
// Error: 6-8 expected identifier, found keyword `as`
#let as = 1 + 2

---
#{
  // Error: 7-9 expected identifier, found keyword `as`
  let as = 10
}