OSDN Git Service

restart
[umumu/umumu.git] / lib / Cake / Test / test_app / Config / nested.ini
diff --git a/lib/Cake/Test/test_app/Config/nested.ini b/lib/Cake/Test/test_app/Config/nested.ini
new file mode 100644 (file)
index 0000000..f9832a2
--- /dev/null
@@ -0,0 +1,17 @@
+; Test file for testing ini files with . syntax
+[database]
+db.username = mark
+db.password = secret
+
+[nesting]
+one.two.three = 3
+a.b.c.d = On
+
+[bools]
+test_on = on
+test_off = off
+test_yes = yes
+test_no = no
+test_true = true
+test_false = false
+test_null = null