hcl/cmd/hclspecsuite
Martin Atkins 2934d2f033 cmd/hclspecsuite: Generate correct ranges in diagnostic-diagnostics
We were taking a pointer to a for loop iterator variable and thus
capturing the final iteration value rather than each one separately. By
using the .Ptr() method instead, we force a copy of the range which we
then take a pointer to.
2018-12-14 11:33:28 -08:00
..
diagnostics.go cmd/hclspecsuite: Check for expected diagnostics 2018-08-12 10:08:27 -07:00
log.go hcl/spectests: run the spec testsuite as part of "go test" 2018-08-12 18:22:10 -07:00
main.go hcl/spectests: run the spec testsuite as part of "go test" 2018-08-12 18:22:10 -07:00
README.md specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
runner.go cmd/hclspecsuite: Generate correct ranges in diagnostic-diagnostics 2018-12-14 11:33:28 -08:00
test_file.go cmd/hclspecsuite: Check for traversals when requested 2018-08-12 09:31:28 -07:00
traversals.go cmd/hclspecsuite: Check for traversals when requested 2018-08-12 09:31:28 -07:00

hclspecsuite

hclspecsuite is the test harness for the HCL specification test suite.