Use toml-test to generate tests (#911)

Fixes: #909
This commit is contained in:
Moritz Poldrack
2023-10-26 20:05:02 +02:00
committed by GitHub
parent fd8d0bf4d9
commit 358c8d2c23
4 changed files with 1410 additions and 440 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:generate go run github.com/toml-lang/toml-test/cmd/toml-test@master -copy ./tests
//go:generate go run ./cmd/tomltestgen/main.go -o toml_testgen_test.go
// This is a support file for toml_testgen_test.go