From 526e2bfcdb5f55f2bd94b29cf314f8cb4c37bf4f Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 14 Feb 2022 00:24:11 +0000 Subject: made parseconf 4 times faster --- test/test.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) (limited to 'test/test.conf') diff --git a/test/test.conf b/test/test.conf index 139597f..8ac673f 100644 --- a/test/test.conf +++ b/test/test.conf @@ -1,2 +1,43 @@ +key1 value +key2 value + key3 value +key5 value; +key6 value;; +include test/external.conf + +dict { +a 1 + b 2 + c 3 + d 4 + e 5 +} + +list [ + alpha + beta + gamma + delta +] + + +other_dict { + contained_list [ + a listo + of values + to be + parsed + ] + + value1 parsed + value2 parsed + + builtin { + this that + that the other + then now + } + +} -- cgit v1.2.1