Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
; 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