From e3a30a269667067198a76571b2e6b02a23c268ee Mon Sep 17 00:00:00 2001 From: ToyB-Chan Date: Fri, 31 Jan 2025 17:28:21 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acc4217..6da5e0e 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ my-value = 5 | Invalid character in key. [MyOtherSection.Subsection] | "MyOtherSection" has not been defined before. myValue = 16 # a comment | Inline comments are not allowed. array2d = [[9], [50, 3]] | Lengths of the arrays in the same dimension don't match. +abc = | Keys may not contain empty values [MyOtherSection] myArray = [ | Values may not span over multiple lines.