hcl/specsuite/tests/structure/blocks/single_unclosed.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

15 lines
164 B
Perl

diagnostics {
error {
from {
line = 2
column = 1
byte = 4
}
to {
line = 2
column = 1
byte = 4
}
}
}