Update toml-test to v1.6.0 (#1007)

This commit is contained in:
Nathan Baulch
2026-01-04 12:45:06 +11:00
committed by GitHub
parent 180c6ba2ba
commit 2af3554f90
3 changed files with 386 additions and 196 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
//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
//go:generate go run github.com/toml-lang/toml-test/cmd/toml-test@v1.6.0 -copy ./tests
//go:generate go run ./cmd/tomltestgen/main.go -r v1.6.0 -o toml_testgen_test.go
// This is a support file for toml_testgen_test.go
package toml_test