summaryrefslogtreecommitdiffstats
path: root/contrib/libucl/tests/generate.res
blob: 970b3125bae64d7c38c9f8c695e40176d861a8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
key0 = 0.100000;
key1 = "test string";
key2 = "test \\nstring";
key3 = "  test string    \n";
key4 [
    9.999000,
    10,
    10.100000,
]
key4 = true;
key5 = "";
key6 = "";
key7 = "   \\n";
key8 = 1048576;
key9 = 3.140000;
key10 = true;
key11 = false;
key12 = "gslin@gslin.org";
key13 = "#test";
"k=3" = true;

OpenPOWER on IntegriCloud