hcl/specsuite/tests/structure/attributes/unexpected.t
Martin Atkins 12f0f2dbc5 specsuite: a few additional tests for structure
This is still not fully comprehensive, but tests some basic functionality.
2018-08-12 18:18:58 -07:00

16 lines
216 B
Perl

diagnostics {
error {
# An argument named "c" is not expected here.
from {
line = 3
column = 1
byte = 28
}
to {
line = 3
column = 2
byte = 29
}
}
}