summaryrefslogtreecommitdiffstats
path: root/tests/nfsconf/02-valid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfsconf/02-valid.conf')
-rw-r--r--tests/nfsconf/02-valid.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/nfsconf/02-valid.conf b/tests/nfsconf/02-valid.conf
new file mode 100644
index 0000000..ca8ccab
--- /dev/null
+++ b/tests/nfsconf/02-valid.conf
@@ -0,0 +1,25 @@
+[environment]
+one = 1
+two = 2
+three = 3
+
+[section_one]
+one = 11
+two = 22
+three = $three
+ four = "six "
+ five six = seven eight
+
+[section_two "two"]
+one = Un
+two = Dau
+include = "02-valid.sub"
+
+[section_two "one"]
+one = Un
+two = Deux
+
+[section_two "two"]
+four = Pedwar
+ five = " Pump "
+