aboutsummaryrefslogtreecommitdiffstats
path: root/src/ucl/tests/2.in
blob: 59a4d0c381702623b47fc0a6346be2d46329c47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
section1 { param1 = value; param2 = value, 
section3 {param = value; param2 = value, param3 = ["value1", value2, 100500]}}
section2 { param1 = {key = value}, param1 = ["key"]}

# Numbers
key1 = 1s
key2 = 1min
key3 = 1kb
key4 = 5M
key5 = 10mS
key6 = 10y

# Strings
key1 = "some string";
key2 = /some/path;
key3 = 111some,
key4: s1,
"key5": "\n\r123"