2934d2f033
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. |
||
---|---|---|
.. | ||
diagnostics.go | ||
log.go | ||
main.go | ||
README.md | ||
runner.go | ||
test_file.go | ||
traversals.go |
hclspecsuite
hclspecsuite
is the test harness for
the HCL specification test suite.