From a3942b3241189a003414874a96732e373e63ccae Mon Sep 17 00:00:00 2001 From: Clecio Jung Date: Sat, 18 Mar 2023 18:02:41 -0300 Subject: Initial commit --- examples/incorrect.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/incorrect.ini (limited to 'examples/incorrect.ini') diff --git a/examples/incorrect.ini b/examples/incorrect.ini new file mode 100644 index 0000000..317ce8a --- /dev/null +++ b/examples/incorrect.ini @@ -0,0 +1,21 @@ + # Test a comment + # a = 5 +a = 1 + ; Test another type of comment + ; b = 3 + b = 2 ; comment + c = a+b # comment + +[ section 1 ] +test=2 +beta=96 + +[ section 2 ] +test2 = 65 +a = ; 15 + +alpha = beta + +[section 3 + +[section 4] dfg \ No newline at end of file -- cgit v1.2.3