Expand encoder test coverage
[jansson.git] / test / testdata / valid
1 [""]
2 ========
3 ["a"]
4 ========
5 ["abcdefghijklmnopqrstuvwxyz1234567890 "]
6 ========
7 ["€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞"]
8 ========
9 ["\"\\\/\b\f\n\r\t"]
10 ========
11 ["\u002c one-byte UTF-8"]
12 ========
13 ["\u0123 two-byte UTF-8"]
14 ========
15 ["\u0821 three-byte UTF-8"]
16 ========
17 ["\uD834\uDD1E surrogate, four-byte UTF-8"]
18 ========
19 ["\u0012 escaped control character"]
20 ========
21 [0]
22 ========
23 [1]
24 ========
25 [123]
26 ========
27 [-0]
28 ========
29 [-1]
30 ========
31 [-123]
32 ========
33 [123.456789]
34 ========
35 [123e45]
36 ========
37 [1E22]
38 ========
39 [1e+2]
40 ========
41 [1e-2]
42 ========
43 [1E+2]
44 ========
45 [1E-2]
46 ========
47 [123.456e78]
48 ========
49 [true]
50 ========
51 [false]
52 ========
53 [null]
54 ========
55 []
56 ========
57 [{}]
58 ========
59 [1,2,3,4,
60 "a", "b", "c",
61 {"foo": "bar", "core": "dump"},
62 true, false, true, true, null, false
63 ]
64 ========
65 {}
66 ========
67 {"a":[]}