2017-11-17 21:52:59 +00:00
|
|
|
How to run the tests
|
|
|
|
===
|
|
|
|
|
|
|
|
```
|
|
|
|
% bash build.sh
|
|
|
|
% bash run.sh
|
2021-04-11 22:24:10 +00:00
|
|
|
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
|
2017-11-17 21:52:59 +00:00
|
|
|
```
|
|
|
|
|
2021-04-11 22:24:10 +00:00
|
|
|
Note: toml version 1.0 allows mixed types in arrays.
|