From 0113ec2c4358a5a6f4ad473372a63d2aa3c249c0 Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Sat, 18 Mar 2023 20:43:43 -0300 Subject: Improve parsing --- examples/incorrect.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/incorrect.ini') diff --git a/examples/incorrect.ini b/examples/incorrect.ini index 317ce8a..42dd5f2 100644 --- a/examples/incorrect.ini +++ b/examples/incorrect.ini @@ -10,6 +10,11 @@ a = 1 test=2 beta=96 +# We allow for spaces and special characters inside values, but not on keys +erro r = 56 +correct = al bel gam + +# Section names can have special characters and spaces [ section 2 ] test2 = 65 a = ; 15 -- cgit v1.2.3