summaryrefslogtreecommitdiff
path: root/specsuite/tests/structure/attributes/unexpected.t
blob: 2e5a57c1722a40999c8e800c9c116b129129094b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diagnostics {
  error {
    # An argument named "c" is not expected here.
    from {
      line   = 3
      column = 1
      byte   = 28
    }
    to {
      line   = 3
      column = 2
      byte   = 29
    }
  }
}