toml/tomlc99/test1
Daniel Ziltener f4d951fac5 Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02:00
..
extra Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02:00
.gitignore Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02:00
README.md Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02:00
build.sh Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02:00
run.sh Merge commit 'e8bd3328273ed3df505b9cd7175710319c21b8a8' as 'tomlc99' 2022-09-06 13:25:41 +02: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.