toml/test1
Cameron Moore 1d4fc82ebc
fix toml-test build script for Go 1.17
Fixes #62
2021-11-22 19:26:59 -06:00
..
extra v0.5 compliant 2019-10-08 16:58:18 -07:00
.gitignore v0.5 compliant 2019-10-08 16:58:18 -07:00
README.md updated 2021-04-11 15:24:10 -07:00
build.sh fix toml-test build script for Go 1.17 2021-11-22 19:26:59 -06:00
run.sh fix to make it run 2021-07-05 00:11:10 -07:00

README.md

How to run the tests

% bash build.sh
% bash run.sh
Test: array-mixed-types-arrays-and-ints (invalid)

Expected an error, but no error was reported.
-------------------------------------------------------------------------------
Test: array-mixed-types-ints-and-floats (invalid)

Expected an error, but no error was reported.
-------------------------------------------------------------------------------
Test: array-mixed-types-strings-and-ints (invalid)

Expected an error, but no error was reported.

129 passed, 3 failed

Note: toml version 1.0 allows mixed types in arrays.