mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-10 22:24:12 +02:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
17
lib/Cake/Test/test_app/Config/nested.ini
Normal file
17
lib/Cake/Test/test_app/Config/nested.ini
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue