blob: 61343e74d8a987780c909267d565d52881676e67 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | {
  c = c
  d = d
  any: test#any
  {
    chars = any
  }
  f = f
  e = e
  c = c
  d = d
  any: test#any
  {
    chars = any
  }
  f = f
  e = e
  :20:8 error: unexpected element 'c'
}
 |