]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/libucl/tests/basic/1.res
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / libucl / tests / basic / 1.res
1 key1 = "value";
2 key1 = "value2";
3 key1 = "value;";
4 key1 = 1.0;
5 key1 = -3735928559;
6 key1 = "0xdeadbeef.1";
7 key1 = "0xreadbeef";
8 key1 = -1e-10;
9 key1 = 1;
10 key1 = true;
11 key1 = false;
12 key1 = true;
13