toml/tomlc99/test1
Daniel Ziltener 91ea498688 Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398'
git-subtree-dir: tomlc99
git-subtree-mainline: f2ccebdd2d
git-subtree-split: 5221b3d3d6
2024-03-26 13:44:04 +01:00
..
extra Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398' 2024-03-26 13:44:04 +01:00
.gitignore Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398' 2024-03-26 13:44:04 +01:00
README.md Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398' 2024-03-26 13:44:04 +01:00
build.sh Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398' 2024-03-26 13:44:04 +01:00
run.sh Add 'tomlc99/' from commit '5221b3d3d66c25a1dc6f0372b4f824f1202fe398' 2024-03-26 13:44:04 +01: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.