aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/parser/validation/attribute/output
blob: 990f9955ede22e0bc9983844146270d3ce9a67cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pass-a
{
  b = b
  any: test#foo = foo
  any: test#bar = bar
}

pass-b
{
  a = a
  b = b
}

pass-c
{
  a = a
  b = b
}

fail
{
  8:9 expected attribute not encountered
}