X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=lib%2FCake%2FTest%2Ftest_app%2FConfig%2Fnested.ini;fp=lib%2FCake%2FTest%2Ftest_app%2FConfig%2Fnested.ini;h=f9832a26cf40d8790d265729928f15576162baba;hb=929c7c5575dd46ba7355ada5de9bd72e83946175;hp=0000000000000000000000000000000000000000;hpb=5ff0c9235788452f12520f523f72b3b90354864e;p=umumu%2Fumumu.git diff --git a/lib/Cake/Test/test_app/Config/nested.ini b/lib/Cake/Test/test_app/Config/nested.ini new file mode 100644 index 0000000..f9832a2 --- /dev/null +++ b/lib/Cake/Test/test_app/Config/nested.ini @@ -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