summaryrefslogtreecommitdiff
path: root/specsuite/tests/structure/attributes
AgeCommit message (Collapse)Author
2018-08-12specsuite: a few additional tests for structureMartin Atkins
This is still not fully comprehensive, but tests some basic functionality.
2018-08-12cmd/hclspecsuite: Check for expected diagnosticsMartin Atkins
When a test file declares one or more expected diagnostics, we check those instead of checking the result value. The severities and source ranges must match. We don't test the error messages themselves because they are not part of the specification and may vary between implementations or, in future, be translated into other languages.
2018-08-10specsuite: Initial test for top-level attribute handlingMartin Atkins