From e9bfb63807c1d87a4b74362b976420ff1d73a305 Mon Sep 17 00:00:00 2001 From: CK Tan Date: Sun, 11 Apr 2021 15:24:10 -0700 Subject: [PATCH] updated --- test1/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/test1/README.md b/test1/README.md index bdf6a30..1a83616 100644 --- a/test1/README.md +++ b/test1/README.md @@ -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.