tbamud/third_party/tomlc99/test1
2026-01-23 09:27:09 -08:00
..
extra Update game to use TOML format for persistent data 2026-01-23 09:27:09 -08:00
.gitignore Update game to use TOML format for persistent data 2026-01-23 09:27:09 -08:00
build.sh Update game to use TOML format for persistent data 2026-01-23 09:27:09 -08:00
README.md Update game to use TOML format for persistent data 2026-01-23 09:27:09 -08:00
run.sh Update game to use TOML format for persistent data 2026-01-23 09:27:09 -08:00

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.