hcl/cmd/hclspecsuite
Martin Atkins 7887810587 specsuite: Fix some regressions
Lately we've made some changes that have affected the behavior of the
specsuite tests, causing them to fail. Much of this was caused by changes
to the harness itself (based on hcldec), although one break in particular
here was an intentional change to the implementation of modulo in
upstream cty to make it produce a more accurate result when used with
a fractional divisor.
2021-02-23 09:05:19 -08:00
..
README.md specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
diagnostics.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
log.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
main.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00
runner.go specsuite: Fix some regressions 2021-02-23 09:05:19 -08:00
test_file.go Fix import ordering from the move from hcl2 repository 2019-12-11 07:34:30 -08:00
traversals.go Unfold the "hcl" directory up into the root 2019-09-09 16:08:19 -07:00

README.md

hclspecsuite

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