changeset 328:02e5ff7b9890

Ini: add configs for tests
author David Demelier <markand@malikania.fr>
date Wed, 04 Mar 2015 13:18:00 +0100
parents 78e8f9a3b233
children 43b4163470c2
files C++/Tests/Ini/configs/includes.conf C++/Tests/Ini/configs/novalue.conf
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C++/Tests/Ini/configs/includes.conf	Wed Mar 04 13:18:00 2015 +0100
@@ -0,0 +1,5 @@
+# With some includes
+@include "simple.conf"	# comments also work here
+
+[standard]
+verbose = false
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C++/Tests/Ini/configs/novalue.conf	Wed Mar 04 13:18:00 2015 +0100
@@ -0,0 +1,6 @@
+[plugins]
+histedit=
+highlight= #empty
+general = 
+
+