hcl/cmd/hclspecsuite
Martin Atkins a21a3f1908 Fix import ordering from the move from hcl2 repository
When we did the automatic rewriting from the hashicorp/hcl2 import paths
to hashicorp/hcl/v2 import paths, our automatic rewrite script did not
run "go fmt" afterwards and so left some imports misordered as a result
of the slightly-differently-shaped directory structure in the new
repository.
2019-12-11 07:34:30 -08: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
README.md specsuite: Start of the harness for the specification test suite 2018-08-09 19:29:32 -07:00
runner.go cmd/hclspecsuite: run hcldec with --keep-nulls 2019-10-01 15:59:10 -07: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

hclspecsuite

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