]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/libucl/tests/basic/2.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / libucl / tests / basic / 2.in
1 section1 { param1 = value; param2 = value, 
2 section3 {param = value; param2 = value, param3 = ["value1", value2, 100500]}}
3 section2 { param1 = {key = value}, param1 = ["key"]}
4
5 # Numbers
6 key1 = 1s
7 key2 = 1min
8 key3 = 1kb
9 key4 = 5M
10 key5 = 10mS
11 key6 = 10y
12
13 # Strings
14 key1 = "some string";
15 key2 = /some/path;
16 key3 = 111some,
17 key4: s1,
18 "key5": "\n\r123"
19
20 # Variables
21 keyvar = "$ABItest";
22 keyvar = "${ABI}$ABI${ABI}${$ABI}";
23 keyvar = "${some}$no${}$$test$$$$$$$";
24 keyvar = "$ABI$$ABI$$$ABI$$$$";