updated
This commit is contained in:
parent
06e2fceedf
commit
e9bfb63807
1 changed files with 14 additions and 1 deletions
|
@ -4,6 +4,19 @@ How to run the tests
|
|||
```
|
||||
% bash build.sh
|
||||
% bash run.sh
|
||||
77 passed, 0 failed
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue