pictcode / lib / Cake / Test / test_app / Config / nested.ini @ 635eef61
履歴 | 表示 | アノテート | ダウンロード (259 Bytes)
1 | 635eef61 | spyder1211 | ; Test file for testing ini files with . syntax |
---|---|---|---|
2 | [database] |
||
3 | db.username = mark |
||
4 | db.password = secret |
||
5 | |||
6 | [nesting] |
||
7 | one.two.three = 3 |
||
8 | a.b.c.d = On |
||
9 | |||
10 | [bools] |
||
11 | test_on = on |
||
12 | test_off = off |
||
13 | test_yes = yes |
||
14 | test_no = no |
||
15 | test_true = true |
||
16 | test_false = false |
||
17 | test_null = null |