Add libconfig implementation and tests
[lttng-tools.git] / tests / unit / ini_config / sample.ini
diff --git a/tests/unit/ini_config/sample.ini b/tests/unit/ini_config/sample.ini
new file mode 100644 (file)
index 0000000..2a9c4a9
--- /dev/null
@@ -0,0 +1,11 @@
+global_entry=yes
+
+[section1]
+section1_entry=42
+
+[section2]
+    section2_test_entry1=2
+section2_test_entry2=3
+
+[section 3]
+name with a space = another value
This page took 0.022868 seconds and 4 git commands to generate.