1*17293a6fSEric Samelson[
2*17293a6fSEric Samelson    {
3*17293a6fSEric Samelson        "name": "0x00 in string",
4*17293a6fSEric Samelson        "raw": [
5*17293a6fSEric Samelson            "\" \u0000 \""
6*17293a6fSEric Samelson        ],
7*17293a6fSEric Samelson        "header_type": "item",
8*17293a6fSEric Samelson        "must_fail": true
9*17293a6fSEric Samelson    },
10*17293a6fSEric Samelson    {
11*17293a6fSEric Samelson        "name": "0x01 in string",
12*17293a6fSEric Samelson        "raw": [
13*17293a6fSEric Samelson            "\" \u0001 \""
14*17293a6fSEric Samelson        ],
15*17293a6fSEric Samelson        "header_type": "item",
16*17293a6fSEric Samelson        "must_fail": true
17*17293a6fSEric Samelson    },
18*17293a6fSEric Samelson    {
19*17293a6fSEric Samelson        "name": "0x02 in string",
20*17293a6fSEric Samelson        "raw": [
21*17293a6fSEric Samelson            "\" \u0002 \""
22*17293a6fSEric Samelson        ],
23*17293a6fSEric Samelson        "header_type": "item",
24*17293a6fSEric Samelson        "must_fail": true
25*17293a6fSEric Samelson    },
26*17293a6fSEric Samelson    {
27*17293a6fSEric Samelson        "name": "0x03 in string",
28*17293a6fSEric Samelson        "raw": [
29*17293a6fSEric Samelson            "\" \u0003 \""
30*17293a6fSEric Samelson        ],
31*17293a6fSEric Samelson        "header_type": "item",
32*17293a6fSEric Samelson        "must_fail": true
33*17293a6fSEric Samelson    },
34*17293a6fSEric Samelson    {
35*17293a6fSEric Samelson        "name": "0x04 in string",
36*17293a6fSEric Samelson        "raw": [
37*17293a6fSEric Samelson            "\" \u0004 \""
38*17293a6fSEric Samelson        ],
39*17293a6fSEric Samelson        "header_type": "item",
40*17293a6fSEric Samelson        "must_fail": true
41*17293a6fSEric Samelson    },
42*17293a6fSEric Samelson    {
43*17293a6fSEric Samelson        "name": "0x05 in string",
44*17293a6fSEric Samelson        "raw": [
45*17293a6fSEric Samelson            "\" \u0005 \""
46*17293a6fSEric Samelson        ],
47*17293a6fSEric Samelson        "header_type": "item",
48*17293a6fSEric Samelson        "must_fail": true
49*17293a6fSEric Samelson    },
50*17293a6fSEric Samelson    {
51*17293a6fSEric Samelson        "name": "0x06 in string",
52*17293a6fSEric Samelson        "raw": [
53*17293a6fSEric Samelson            "\" \u0006 \""
54*17293a6fSEric Samelson        ],
55*17293a6fSEric Samelson        "header_type": "item",
56*17293a6fSEric Samelson        "must_fail": true
57*17293a6fSEric Samelson    },
58*17293a6fSEric Samelson    {
59*17293a6fSEric Samelson        "name": "0x07 in string",
60*17293a6fSEric Samelson        "raw": [
61*17293a6fSEric Samelson            "\" \u0007 \""
62*17293a6fSEric Samelson        ],
63*17293a6fSEric Samelson        "header_type": "item",
64*17293a6fSEric Samelson        "must_fail": true
65*17293a6fSEric Samelson    },
66*17293a6fSEric Samelson    {
67*17293a6fSEric Samelson        "name": "0x08 in string",
68*17293a6fSEric Samelson        "raw": [
69*17293a6fSEric Samelson            "\" \b \""
70*17293a6fSEric Samelson        ],
71*17293a6fSEric Samelson        "header_type": "item",
72*17293a6fSEric Samelson        "must_fail": true
73*17293a6fSEric Samelson    },
74*17293a6fSEric Samelson    {
75*17293a6fSEric Samelson        "name": "0x09 in string",
76*17293a6fSEric Samelson        "raw": [
77*17293a6fSEric Samelson            "\" \t \""
78*17293a6fSEric Samelson        ],
79*17293a6fSEric Samelson        "header_type": "item",
80*17293a6fSEric Samelson        "must_fail": true
81*17293a6fSEric Samelson    },
82*17293a6fSEric Samelson    {
83*17293a6fSEric Samelson        "name": "0x0a in string",
84*17293a6fSEric Samelson        "raw": [
85*17293a6fSEric Samelson            "\" \n \""
86*17293a6fSEric Samelson        ],
87*17293a6fSEric Samelson        "header_type": "item",
88*17293a6fSEric Samelson        "must_fail": true
89*17293a6fSEric Samelson    },
90*17293a6fSEric Samelson    {
91*17293a6fSEric Samelson        "name": "0x0b in string",
92*17293a6fSEric Samelson        "raw": [
93*17293a6fSEric Samelson            "\" \u000b \""
94*17293a6fSEric Samelson        ],
95*17293a6fSEric Samelson        "header_type": "item",
96*17293a6fSEric Samelson        "must_fail": true
97*17293a6fSEric Samelson    },
98*17293a6fSEric Samelson    {
99*17293a6fSEric Samelson        "name": "0x0c in string",
100*17293a6fSEric Samelson        "raw": [
101*17293a6fSEric Samelson            "\" \f \""
102*17293a6fSEric Samelson        ],
103*17293a6fSEric Samelson        "header_type": "item",
104*17293a6fSEric Samelson        "must_fail": true
105*17293a6fSEric Samelson    },
106*17293a6fSEric Samelson    {
107*17293a6fSEric Samelson        "name": "0x0d in string",
108*17293a6fSEric Samelson        "raw": [
109*17293a6fSEric Samelson            "\" \r \""
110*17293a6fSEric Samelson        ],
111*17293a6fSEric Samelson        "header_type": "item",
112*17293a6fSEric Samelson        "must_fail": true
113*17293a6fSEric Samelson    },
114*17293a6fSEric Samelson    {
115*17293a6fSEric Samelson        "name": "0x0e in string",
116*17293a6fSEric Samelson        "raw": [
117*17293a6fSEric Samelson            "\" \u000e \""
118*17293a6fSEric Samelson        ],
119*17293a6fSEric Samelson        "header_type": "item",
120*17293a6fSEric Samelson        "must_fail": true
121*17293a6fSEric Samelson    },
122*17293a6fSEric Samelson    {
123*17293a6fSEric Samelson        "name": "0x0f in string",
124*17293a6fSEric Samelson        "raw": [
125*17293a6fSEric Samelson            "\" \u000f \""
126*17293a6fSEric Samelson        ],
127*17293a6fSEric Samelson        "header_type": "item",
128*17293a6fSEric Samelson        "must_fail": true
129*17293a6fSEric Samelson    },
130*17293a6fSEric Samelson    {
131*17293a6fSEric Samelson        "name": "0x10 in string",
132*17293a6fSEric Samelson        "raw": [
133*17293a6fSEric Samelson            "\" \u0010 \""
134*17293a6fSEric Samelson        ],
135*17293a6fSEric Samelson        "header_type": "item",
136*17293a6fSEric Samelson        "must_fail": true
137*17293a6fSEric Samelson    },
138*17293a6fSEric Samelson    {
139*17293a6fSEric Samelson        "name": "0x11 in string",
140*17293a6fSEric Samelson        "raw": [
141*17293a6fSEric Samelson            "\" \u0011 \""
142*17293a6fSEric Samelson        ],
143*17293a6fSEric Samelson        "header_type": "item",
144*17293a6fSEric Samelson        "must_fail": true
145*17293a6fSEric Samelson    },
146*17293a6fSEric Samelson    {
147*17293a6fSEric Samelson        "name": "0x12 in string",
148*17293a6fSEric Samelson        "raw": [
149*17293a6fSEric Samelson            "\" \u0012 \""
150*17293a6fSEric Samelson        ],
151*17293a6fSEric Samelson        "header_type": "item",
152*17293a6fSEric Samelson        "must_fail": true
153*17293a6fSEric Samelson    },
154*17293a6fSEric Samelson    {
155*17293a6fSEric Samelson        "name": "0x13 in string",
156*17293a6fSEric Samelson        "raw": [
157*17293a6fSEric Samelson            "\" \u0013 \""
158*17293a6fSEric Samelson        ],
159*17293a6fSEric Samelson        "header_type": "item",
160*17293a6fSEric Samelson        "must_fail": true
161*17293a6fSEric Samelson    },
162*17293a6fSEric Samelson    {
163*17293a6fSEric Samelson        "name": "0x14 in string",
164*17293a6fSEric Samelson        "raw": [
165*17293a6fSEric Samelson            "\" \u0014 \""
166*17293a6fSEric Samelson        ],
167*17293a6fSEric Samelson        "header_type": "item",
168*17293a6fSEric Samelson        "must_fail": true
169*17293a6fSEric Samelson    },
170*17293a6fSEric Samelson    {
171*17293a6fSEric Samelson        "name": "0x15 in string",
172*17293a6fSEric Samelson        "raw": [
173*17293a6fSEric Samelson            "\" \u0015 \""
174*17293a6fSEric Samelson        ],
175*17293a6fSEric Samelson        "header_type": "item",
176*17293a6fSEric Samelson        "must_fail": true
177*17293a6fSEric Samelson    },
178*17293a6fSEric Samelson    {
179*17293a6fSEric Samelson        "name": "0x16 in string",
180*17293a6fSEric Samelson        "raw": [
181*17293a6fSEric Samelson            "\" \u0016 \""
182*17293a6fSEric Samelson        ],
183*17293a6fSEric Samelson        "header_type": "item",
184*17293a6fSEric Samelson        "must_fail": true
185*17293a6fSEric Samelson    },
186*17293a6fSEric Samelson    {
187*17293a6fSEric Samelson        "name": "0x17 in string",
188*17293a6fSEric Samelson        "raw": [
189*17293a6fSEric Samelson            "\" \u0017 \""
190*17293a6fSEric Samelson        ],
191*17293a6fSEric Samelson        "header_type": "item",
192*17293a6fSEric Samelson        "must_fail": true
193*17293a6fSEric Samelson    },
194*17293a6fSEric Samelson    {
195*17293a6fSEric Samelson        "name": "0x18 in string",
196*17293a6fSEric Samelson        "raw": [
197*17293a6fSEric Samelson            "\" \u0018 \""
198*17293a6fSEric Samelson        ],
199*17293a6fSEric Samelson        "header_type": "item",
200*17293a6fSEric Samelson        "must_fail": true
201*17293a6fSEric Samelson    },
202*17293a6fSEric Samelson    {
203*17293a6fSEric Samelson        "name": "0x19 in string",
204*17293a6fSEric Samelson        "raw": [
205*17293a6fSEric Samelson            "\" \u0019 \""
206*17293a6fSEric Samelson        ],
207*17293a6fSEric Samelson        "header_type": "item",
208*17293a6fSEric Samelson        "must_fail": true
209*17293a6fSEric Samelson    },
210*17293a6fSEric Samelson    {
211*17293a6fSEric Samelson        "name": "0x1a in string",
212*17293a6fSEric Samelson        "raw": [
213*17293a6fSEric Samelson            "\" \u001a \""
214*17293a6fSEric Samelson        ],
215*17293a6fSEric Samelson        "header_type": "item",
216*17293a6fSEric Samelson        "must_fail": true
217*17293a6fSEric Samelson    },
218*17293a6fSEric Samelson    {
219*17293a6fSEric Samelson        "name": "0x1b in string",
220*17293a6fSEric Samelson        "raw": [
221*17293a6fSEric Samelson            "\" \u001b \""
222*17293a6fSEric Samelson        ],
223*17293a6fSEric Samelson        "header_type": "item",
224*17293a6fSEric Samelson        "must_fail": true
225*17293a6fSEric Samelson    },
226*17293a6fSEric Samelson    {
227*17293a6fSEric Samelson        "name": "0x1c in string",
228*17293a6fSEric Samelson        "raw": [
229*17293a6fSEric Samelson            "\" \u001c \""
230*17293a6fSEric Samelson        ],
231*17293a6fSEric Samelson        "header_type": "item",
232*17293a6fSEric Samelson        "must_fail": true
233*17293a6fSEric Samelson    },
234*17293a6fSEric Samelson    {
235*17293a6fSEric Samelson        "name": "0x1d in string",
236*17293a6fSEric Samelson        "raw": [
237*17293a6fSEric Samelson            "\" \u001d \""
238*17293a6fSEric Samelson        ],
239*17293a6fSEric Samelson        "header_type": "item",
240*17293a6fSEric Samelson        "must_fail": true
241*17293a6fSEric Samelson    },
242*17293a6fSEric Samelson    {
243*17293a6fSEric Samelson        "name": "0x1e in string",
244*17293a6fSEric Samelson        "raw": [
245*17293a6fSEric Samelson            "\" \u001e \""
246*17293a6fSEric Samelson        ],
247*17293a6fSEric Samelson        "header_type": "item",
248*17293a6fSEric Samelson        "must_fail": true
249*17293a6fSEric Samelson    },
250*17293a6fSEric Samelson    {
251*17293a6fSEric Samelson        "name": "0x1f in string",
252*17293a6fSEric Samelson        "raw": [
253*17293a6fSEric Samelson            "\" \u001f \""
254*17293a6fSEric Samelson        ],
255*17293a6fSEric Samelson        "header_type": "item",
256*17293a6fSEric Samelson        "must_fail": true
257*17293a6fSEric Samelson    },
258*17293a6fSEric Samelson    {
259*17293a6fSEric Samelson        "name": "0x20 in string",
260*17293a6fSEric Samelson        "raw": [
261*17293a6fSEric Samelson            "\"   \""
262*17293a6fSEric Samelson        ],
263*17293a6fSEric Samelson        "header_type": "item",
264*17293a6fSEric Samelson        "expected": [
265*17293a6fSEric Samelson            "   ",
266*17293a6fSEric Samelson            []
267*17293a6fSEric Samelson        ]
268*17293a6fSEric Samelson    },
269*17293a6fSEric Samelson    {
270*17293a6fSEric Samelson        "name": "0x21 in string",
271*17293a6fSEric Samelson        "raw": [
272*17293a6fSEric Samelson            "\" ! \""
273*17293a6fSEric Samelson        ],
274*17293a6fSEric Samelson        "header_type": "item",
275*17293a6fSEric Samelson        "expected": [
276*17293a6fSEric Samelson            " ! ",
277*17293a6fSEric Samelson            []
278*17293a6fSEric Samelson        ]
279*17293a6fSEric Samelson    },
280*17293a6fSEric Samelson    {
281*17293a6fSEric Samelson        "name": "0x22 in string",
282*17293a6fSEric Samelson        "raw": [
283*17293a6fSEric Samelson            "\" \" \""
284*17293a6fSEric Samelson        ],
285*17293a6fSEric Samelson        "header_type": "item",
286*17293a6fSEric Samelson        "must_fail": true
287*17293a6fSEric Samelson    },
288*17293a6fSEric Samelson    {
289*17293a6fSEric Samelson        "name": "0x23 in string",
290*17293a6fSEric Samelson        "raw": [
291*17293a6fSEric Samelson            "\" # \""
292*17293a6fSEric Samelson        ],
293*17293a6fSEric Samelson        "header_type": "item",
294*17293a6fSEric Samelson        "expected": [
295*17293a6fSEric Samelson            " # ",
296*17293a6fSEric Samelson            []
297*17293a6fSEric Samelson        ]
298*17293a6fSEric Samelson    },
299*17293a6fSEric Samelson    {
300*17293a6fSEric Samelson        "name": "0x24 in string",
301*17293a6fSEric Samelson        "raw": [
302*17293a6fSEric Samelson            "\" $ \""
303*17293a6fSEric Samelson        ],
304*17293a6fSEric Samelson        "header_type": "item",
305*17293a6fSEric Samelson        "expected": [
306*17293a6fSEric Samelson            " $ ",
307*17293a6fSEric Samelson            []
308*17293a6fSEric Samelson        ]
309*17293a6fSEric Samelson    },
310*17293a6fSEric Samelson    {
311*17293a6fSEric Samelson        "name": "0x25 in string",
312*17293a6fSEric Samelson        "raw": [
313*17293a6fSEric Samelson            "\" % \""
314*17293a6fSEric Samelson        ],
315*17293a6fSEric Samelson        "header_type": "item",
316*17293a6fSEric Samelson        "expected": [
317*17293a6fSEric Samelson            " % ",
318*17293a6fSEric Samelson            []
319*17293a6fSEric Samelson        ]
320*17293a6fSEric Samelson    },
321*17293a6fSEric Samelson    {
322*17293a6fSEric Samelson        "name": "0x26 in string",
323*17293a6fSEric Samelson        "raw": [
324*17293a6fSEric Samelson            "\" & \""
325*17293a6fSEric Samelson        ],
326*17293a6fSEric Samelson        "header_type": "item",
327*17293a6fSEric Samelson        "expected": [
328*17293a6fSEric Samelson            " & ",
329*17293a6fSEric Samelson            []
330*17293a6fSEric Samelson        ]
331*17293a6fSEric Samelson    },
332*17293a6fSEric Samelson    {
333*17293a6fSEric Samelson        "name": "0x27 in string",
334*17293a6fSEric Samelson        "raw": [
335*17293a6fSEric Samelson            "\" ' \""
336*17293a6fSEric Samelson        ],
337*17293a6fSEric Samelson        "header_type": "item",
338*17293a6fSEric Samelson        "expected": [
339*17293a6fSEric Samelson            " ' ",
340*17293a6fSEric Samelson            []
341*17293a6fSEric Samelson        ]
342*17293a6fSEric Samelson    },
343*17293a6fSEric Samelson    {
344*17293a6fSEric Samelson        "name": "0x28 in string",
345*17293a6fSEric Samelson        "raw": [
346*17293a6fSEric Samelson            "\" ( \""
347*17293a6fSEric Samelson        ],
348*17293a6fSEric Samelson        "header_type": "item",
349*17293a6fSEric Samelson        "expected": [
350*17293a6fSEric Samelson            " ( ",
351*17293a6fSEric Samelson            []
352*17293a6fSEric Samelson        ]
353*17293a6fSEric Samelson    },
354*17293a6fSEric Samelson    {
355*17293a6fSEric Samelson        "name": "0x29 in string",
356*17293a6fSEric Samelson        "raw": [
357*17293a6fSEric Samelson            "\" ) \""
358*17293a6fSEric Samelson        ],
359*17293a6fSEric Samelson        "header_type": "item",
360*17293a6fSEric Samelson        "expected": [
361*17293a6fSEric Samelson            " ) ",
362*17293a6fSEric Samelson            []
363*17293a6fSEric Samelson        ]
364*17293a6fSEric Samelson    },
365*17293a6fSEric Samelson    {
366*17293a6fSEric Samelson        "name": "0x2a in string",
367*17293a6fSEric Samelson        "raw": [
368*17293a6fSEric Samelson            "\" * \""
369*17293a6fSEric Samelson        ],
370*17293a6fSEric Samelson        "header_type": "item",
371*17293a6fSEric Samelson        "expected": [
372*17293a6fSEric Samelson            " * ",
373*17293a6fSEric Samelson            []
374*17293a6fSEric Samelson        ]
375*17293a6fSEric Samelson    },
376*17293a6fSEric Samelson    {
377*17293a6fSEric Samelson        "name": "0x2b in string",
378*17293a6fSEric Samelson        "raw": [
379*17293a6fSEric Samelson            "\" + \""
380*17293a6fSEric Samelson        ],
381*17293a6fSEric Samelson        "header_type": "item",
382*17293a6fSEric Samelson        "expected": [
383*17293a6fSEric Samelson            " + ",
384*17293a6fSEric Samelson            []
385*17293a6fSEric Samelson        ]
386*17293a6fSEric Samelson    },
387*17293a6fSEric Samelson    {
388*17293a6fSEric Samelson        "name": "0x2c in string",
389*17293a6fSEric Samelson        "raw": [
390*17293a6fSEric Samelson            "\" , \""
391*17293a6fSEric Samelson        ],
392*17293a6fSEric Samelson        "header_type": "item",
393*17293a6fSEric Samelson        "expected": [
394*17293a6fSEric Samelson            " , ",
395*17293a6fSEric Samelson            []
396*17293a6fSEric Samelson        ]
397*17293a6fSEric Samelson    },
398*17293a6fSEric Samelson    {
399*17293a6fSEric Samelson        "name": "0x2d in string",
400*17293a6fSEric Samelson        "raw": [
401*17293a6fSEric Samelson            "\" - \""
402*17293a6fSEric Samelson        ],
403*17293a6fSEric Samelson        "header_type": "item",
404*17293a6fSEric Samelson        "expected": [
405*17293a6fSEric Samelson            " - ",
406*17293a6fSEric Samelson            []
407*17293a6fSEric Samelson        ]
408*17293a6fSEric Samelson    },
409*17293a6fSEric Samelson    {
410*17293a6fSEric Samelson        "name": "0x2e in string",
411*17293a6fSEric Samelson        "raw": [
412*17293a6fSEric Samelson            "\" . \""
413*17293a6fSEric Samelson        ],
414*17293a6fSEric Samelson        "header_type": "item",
415*17293a6fSEric Samelson        "expected": [
416*17293a6fSEric Samelson            " . ",
417*17293a6fSEric Samelson            []
418*17293a6fSEric Samelson        ]
419*17293a6fSEric Samelson    },
420*17293a6fSEric Samelson    {
421*17293a6fSEric Samelson        "name": "0x2f in string",
422*17293a6fSEric Samelson        "raw": [
423*17293a6fSEric Samelson            "\" / \""
424*17293a6fSEric Samelson        ],
425*17293a6fSEric Samelson        "header_type": "item",
426*17293a6fSEric Samelson        "expected": [
427*17293a6fSEric Samelson            " / ",
428*17293a6fSEric Samelson            []
429*17293a6fSEric Samelson        ]
430*17293a6fSEric Samelson    },
431*17293a6fSEric Samelson    {
432*17293a6fSEric Samelson        "name": "0x30 in string",
433*17293a6fSEric Samelson        "raw": [
434*17293a6fSEric Samelson            "\" 0 \""
435*17293a6fSEric Samelson        ],
436*17293a6fSEric Samelson        "header_type": "item",
437*17293a6fSEric Samelson        "expected": [
438*17293a6fSEric Samelson            " 0 ",
439*17293a6fSEric Samelson            []
440*17293a6fSEric Samelson        ]
441*17293a6fSEric Samelson    },
442*17293a6fSEric Samelson    {
443*17293a6fSEric Samelson        "name": "0x31 in string",
444*17293a6fSEric Samelson        "raw": [
445*17293a6fSEric Samelson            "\" 1 \""
446*17293a6fSEric Samelson        ],
447*17293a6fSEric Samelson        "header_type": "item",
448*17293a6fSEric Samelson        "expected": [
449*17293a6fSEric Samelson            " 1 ",
450*17293a6fSEric Samelson            []
451*17293a6fSEric Samelson        ]
452*17293a6fSEric Samelson    },
453*17293a6fSEric Samelson    {
454*17293a6fSEric Samelson        "name": "0x32 in string",
455*17293a6fSEric Samelson        "raw": [
456*17293a6fSEric Samelson            "\" 2 \""
457*17293a6fSEric Samelson        ],
458*17293a6fSEric Samelson        "header_type": "item",
459*17293a6fSEric Samelson        "expected": [
460*17293a6fSEric Samelson            " 2 ",
461*17293a6fSEric Samelson            []
462*17293a6fSEric Samelson        ]
463*17293a6fSEric Samelson    },
464*17293a6fSEric Samelson    {
465*17293a6fSEric Samelson        "name": "0x33 in string",
466*17293a6fSEric Samelson        "raw": [
467*17293a6fSEric Samelson            "\" 3 \""
468*17293a6fSEric Samelson        ],
469*17293a6fSEric Samelson        "header_type": "item",
470*17293a6fSEric Samelson        "expected": [
471*17293a6fSEric Samelson            " 3 ",
472*17293a6fSEric Samelson            []
473*17293a6fSEric Samelson        ]
474*17293a6fSEric Samelson    },
475*17293a6fSEric Samelson    {
476*17293a6fSEric Samelson        "name": "0x34 in string",
477*17293a6fSEric Samelson        "raw": [
478*17293a6fSEric Samelson            "\" 4 \""
479*17293a6fSEric Samelson        ],
480*17293a6fSEric Samelson        "header_type": "item",
481*17293a6fSEric Samelson        "expected": [
482*17293a6fSEric Samelson            " 4 ",
483*17293a6fSEric Samelson            []
484*17293a6fSEric Samelson        ]
485*17293a6fSEric Samelson    },
486*17293a6fSEric Samelson    {
487*17293a6fSEric Samelson        "name": "0x35 in string",
488*17293a6fSEric Samelson        "raw": [
489*17293a6fSEric Samelson            "\" 5 \""
490*17293a6fSEric Samelson        ],
491*17293a6fSEric Samelson        "header_type": "item",
492*17293a6fSEric Samelson        "expected": [
493*17293a6fSEric Samelson            " 5 ",
494*17293a6fSEric Samelson            []
495*17293a6fSEric Samelson        ]
496*17293a6fSEric Samelson    },
497*17293a6fSEric Samelson    {
498*17293a6fSEric Samelson        "name": "0x36 in string",
499*17293a6fSEric Samelson        "raw": [
500*17293a6fSEric Samelson            "\" 6 \""
501*17293a6fSEric Samelson        ],
502*17293a6fSEric Samelson        "header_type": "item",
503*17293a6fSEric Samelson        "expected": [
504*17293a6fSEric Samelson            " 6 ",
505*17293a6fSEric Samelson            []
506*17293a6fSEric Samelson        ]
507*17293a6fSEric Samelson    },
508*17293a6fSEric Samelson    {
509*17293a6fSEric Samelson        "name": "0x37 in string",
510*17293a6fSEric Samelson        "raw": [
511*17293a6fSEric Samelson            "\" 7 \""
512*17293a6fSEric Samelson        ],
513*17293a6fSEric Samelson        "header_type": "item",
514*17293a6fSEric Samelson        "expected": [
515*17293a6fSEric Samelson            " 7 ",
516*17293a6fSEric Samelson            []
517*17293a6fSEric Samelson        ]
518*17293a6fSEric Samelson    },
519*17293a6fSEric Samelson    {
520*17293a6fSEric Samelson        "name": "0x38 in string",
521*17293a6fSEric Samelson        "raw": [
522*17293a6fSEric Samelson            "\" 8 \""
523*17293a6fSEric Samelson        ],
524*17293a6fSEric Samelson        "header_type": "item",
525*17293a6fSEric Samelson        "expected": [
526*17293a6fSEric Samelson            " 8 ",
527*17293a6fSEric Samelson            []
528*17293a6fSEric Samelson        ]
529*17293a6fSEric Samelson    },
530*17293a6fSEric Samelson    {
531*17293a6fSEric Samelson        "name": "0x39 in string",
532*17293a6fSEric Samelson        "raw": [
533*17293a6fSEric Samelson            "\" 9 \""
534*17293a6fSEric Samelson        ],
535*17293a6fSEric Samelson        "header_type": "item",
536*17293a6fSEric Samelson        "expected": [
537*17293a6fSEric Samelson            " 9 ",
538*17293a6fSEric Samelson            []
539*17293a6fSEric Samelson        ]
540*17293a6fSEric Samelson    },
541*17293a6fSEric Samelson    {
542*17293a6fSEric Samelson        "name": "0x3a in string",
543*17293a6fSEric Samelson        "raw": [
544*17293a6fSEric Samelson            "\" : \""
545*17293a6fSEric Samelson        ],
546*17293a6fSEric Samelson        "header_type": "item",
547*17293a6fSEric Samelson        "expected": [
548*17293a6fSEric Samelson            " : ",
549*17293a6fSEric Samelson            []
550*17293a6fSEric Samelson        ]
551*17293a6fSEric Samelson    },
552*17293a6fSEric Samelson    {
553*17293a6fSEric Samelson        "name": "0x3b in string",
554*17293a6fSEric Samelson        "raw": [
555*17293a6fSEric Samelson            "\" ; \""
556*17293a6fSEric Samelson        ],
557*17293a6fSEric Samelson        "header_type": "item",
558*17293a6fSEric Samelson        "expected": [
559*17293a6fSEric Samelson            " ; ",
560*17293a6fSEric Samelson            []
561*17293a6fSEric Samelson        ]
562*17293a6fSEric Samelson    },
563*17293a6fSEric Samelson    {
564*17293a6fSEric Samelson        "name": "0x3c in string",
565*17293a6fSEric Samelson        "raw": [
566*17293a6fSEric Samelson            "\" < \""
567*17293a6fSEric Samelson        ],
568*17293a6fSEric Samelson        "header_type": "item",
569*17293a6fSEric Samelson        "expected": [
570*17293a6fSEric Samelson            " < ",
571*17293a6fSEric Samelson            []
572*17293a6fSEric Samelson        ]
573*17293a6fSEric Samelson    },
574*17293a6fSEric Samelson    {
575*17293a6fSEric Samelson        "name": "0x3d in string",
576*17293a6fSEric Samelson        "raw": [
577*17293a6fSEric Samelson            "\" = \""
578*17293a6fSEric Samelson        ],
579*17293a6fSEric Samelson        "header_type": "item",
580*17293a6fSEric Samelson        "expected": [
581*17293a6fSEric Samelson            " = ",
582*17293a6fSEric Samelson            []
583*17293a6fSEric Samelson        ]
584*17293a6fSEric Samelson    },
585*17293a6fSEric Samelson    {
586*17293a6fSEric Samelson        "name": "0x3e in string",
587*17293a6fSEric Samelson        "raw": [
588*17293a6fSEric Samelson            "\" > \""
589*17293a6fSEric Samelson        ],
590*17293a6fSEric Samelson        "header_type": "item",
591*17293a6fSEric Samelson        "expected": [
592*17293a6fSEric Samelson            " > ",
593*17293a6fSEric Samelson            []
594*17293a6fSEric Samelson        ]
595*17293a6fSEric Samelson    },
596*17293a6fSEric Samelson    {
597*17293a6fSEric Samelson        "name": "0x3f in string",
598*17293a6fSEric Samelson        "raw": [
599*17293a6fSEric Samelson            "\" ? \""
600*17293a6fSEric Samelson        ],
601*17293a6fSEric Samelson        "header_type": "item",
602*17293a6fSEric Samelson        "expected": [
603*17293a6fSEric Samelson            " ? ",
604*17293a6fSEric Samelson            []
605*17293a6fSEric Samelson        ]
606*17293a6fSEric Samelson    },
607*17293a6fSEric Samelson    {
608*17293a6fSEric Samelson        "name": "0x40 in string",
609*17293a6fSEric Samelson        "raw": [
610*17293a6fSEric Samelson            "\" @ \""
611*17293a6fSEric Samelson        ],
612*17293a6fSEric Samelson        "header_type": "item",
613*17293a6fSEric Samelson        "expected": [
614*17293a6fSEric Samelson            " @ ",
615*17293a6fSEric Samelson            []
616*17293a6fSEric Samelson        ]
617*17293a6fSEric Samelson    },
618*17293a6fSEric Samelson    {
619*17293a6fSEric Samelson        "name": "0x41 in string",
620*17293a6fSEric Samelson        "raw": [
621*17293a6fSEric Samelson            "\" A \""
622*17293a6fSEric Samelson        ],
623*17293a6fSEric Samelson        "header_type": "item",
624*17293a6fSEric Samelson        "expected": [
625*17293a6fSEric Samelson            " A ",
626*17293a6fSEric Samelson            []
627*17293a6fSEric Samelson        ]
628*17293a6fSEric Samelson    },
629*17293a6fSEric Samelson    {
630*17293a6fSEric Samelson        "name": "0x42 in string",
631*17293a6fSEric Samelson        "raw": [
632*17293a6fSEric Samelson            "\" B \""
633*17293a6fSEric Samelson        ],
634*17293a6fSEric Samelson        "header_type": "item",
635*17293a6fSEric Samelson        "expected": [
636*17293a6fSEric Samelson            " B ",
637*17293a6fSEric Samelson            []
638*17293a6fSEric Samelson        ]
639*17293a6fSEric Samelson    },
640*17293a6fSEric Samelson    {
641*17293a6fSEric Samelson        "name": "0x43 in string",
642*17293a6fSEric Samelson        "raw": [
643*17293a6fSEric Samelson            "\" C \""
644*17293a6fSEric Samelson        ],
645*17293a6fSEric Samelson        "header_type": "item",
646*17293a6fSEric Samelson        "expected": [
647*17293a6fSEric Samelson            " C ",
648*17293a6fSEric Samelson            []
649*17293a6fSEric Samelson        ]
650*17293a6fSEric Samelson    },
651*17293a6fSEric Samelson    {
652*17293a6fSEric Samelson        "name": "0x44 in string",
653*17293a6fSEric Samelson        "raw": [
654*17293a6fSEric Samelson            "\" D \""
655*17293a6fSEric Samelson        ],
656*17293a6fSEric Samelson        "header_type": "item",
657*17293a6fSEric Samelson        "expected": [
658*17293a6fSEric Samelson            " D ",
659*17293a6fSEric Samelson            []
660*17293a6fSEric Samelson        ]
661*17293a6fSEric Samelson    },
662*17293a6fSEric Samelson    {
663*17293a6fSEric Samelson        "name": "0x45 in string",
664*17293a6fSEric Samelson        "raw": [
665*17293a6fSEric Samelson            "\" E \""
666*17293a6fSEric Samelson        ],
667*17293a6fSEric Samelson        "header_type": "item",
668*17293a6fSEric Samelson        "expected": [
669*17293a6fSEric Samelson            " E ",
670*17293a6fSEric Samelson            []
671*17293a6fSEric Samelson        ]
672*17293a6fSEric Samelson    },
673*17293a6fSEric Samelson    {
674*17293a6fSEric Samelson        "name": "0x46 in string",
675*17293a6fSEric Samelson        "raw": [
676*17293a6fSEric Samelson            "\" F \""
677*17293a6fSEric Samelson        ],
678*17293a6fSEric Samelson        "header_type": "item",
679*17293a6fSEric Samelson        "expected": [
680*17293a6fSEric Samelson            " F ",
681*17293a6fSEric Samelson            []
682*17293a6fSEric Samelson        ]
683*17293a6fSEric Samelson    },
684*17293a6fSEric Samelson    {
685*17293a6fSEric Samelson        "name": "0x47 in string",
686*17293a6fSEric Samelson        "raw": [
687*17293a6fSEric Samelson            "\" G \""
688*17293a6fSEric Samelson        ],
689*17293a6fSEric Samelson        "header_type": "item",
690*17293a6fSEric Samelson        "expected": [
691*17293a6fSEric Samelson            " G ",
692*17293a6fSEric Samelson            []
693*17293a6fSEric Samelson        ]
694*17293a6fSEric Samelson    },
695*17293a6fSEric Samelson    {
696*17293a6fSEric Samelson        "name": "0x48 in string",
697*17293a6fSEric Samelson        "raw": [
698*17293a6fSEric Samelson            "\" H \""
699*17293a6fSEric Samelson        ],
700*17293a6fSEric Samelson        "header_type": "item",
701*17293a6fSEric Samelson        "expected": [
702*17293a6fSEric Samelson            " H ",
703*17293a6fSEric Samelson            []
704*17293a6fSEric Samelson        ]
705*17293a6fSEric Samelson    },
706*17293a6fSEric Samelson    {
707*17293a6fSEric Samelson        "name": "0x49 in string",
708*17293a6fSEric Samelson        "raw": [
709*17293a6fSEric Samelson            "\" I \""
710*17293a6fSEric Samelson        ],
711*17293a6fSEric Samelson        "header_type": "item",
712*17293a6fSEric Samelson        "expected": [
713*17293a6fSEric Samelson            " I ",
714*17293a6fSEric Samelson            []
715*17293a6fSEric Samelson        ]
716*17293a6fSEric Samelson    },
717*17293a6fSEric Samelson    {
718*17293a6fSEric Samelson        "name": "0x4a in string",
719*17293a6fSEric Samelson        "raw": [
720*17293a6fSEric Samelson            "\" J \""
721*17293a6fSEric Samelson        ],
722*17293a6fSEric Samelson        "header_type": "item",
723*17293a6fSEric Samelson        "expected": [
724*17293a6fSEric Samelson            " J ",
725*17293a6fSEric Samelson            []
726*17293a6fSEric Samelson        ]
727*17293a6fSEric Samelson    },
728*17293a6fSEric Samelson    {
729*17293a6fSEric Samelson        "name": "0x4b in string",
730*17293a6fSEric Samelson        "raw": [
731*17293a6fSEric Samelson            "\" K \""
732*17293a6fSEric Samelson        ],
733*17293a6fSEric Samelson        "header_type": "item",
734*17293a6fSEric Samelson        "expected": [
735*17293a6fSEric Samelson            " K ",
736*17293a6fSEric Samelson            []
737*17293a6fSEric Samelson        ]
738*17293a6fSEric Samelson    },
739*17293a6fSEric Samelson    {
740*17293a6fSEric Samelson        "name": "0x4c in string",
741*17293a6fSEric Samelson        "raw": [
742*17293a6fSEric Samelson            "\" L \""
743*17293a6fSEric Samelson        ],
744*17293a6fSEric Samelson        "header_type": "item",
745*17293a6fSEric Samelson        "expected": [
746*17293a6fSEric Samelson            " L ",
747*17293a6fSEric Samelson            []
748*17293a6fSEric Samelson        ]
749*17293a6fSEric Samelson    },
750*17293a6fSEric Samelson    {
751*17293a6fSEric Samelson        "name": "0x4d in string",
752*17293a6fSEric Samelson        "raw": [
753*17293a6fSEric Samelson            "\" M \""
754*17293a6fSEric Samelson        ],
755*17293a6fSEric Samelson        "header_type": "item",
756*17293a6fSEric Samelson        "expected": [
757*17293a6fSEric Samelson            " M ",
758*17293a6fSEric Samelson            []
759*17293a6fSEric Samelson        ]
760*17293a6fSEric Samelson    },
761*17293a6fSEric Samelson    {
762*17293a6fSEric Samelson        "name": "0x4e in string",
763*17293a6fSEric Samelson        "raw": [
764*17293a6fSEric Samelson            "\" N \""
765*17293a6fSEric Samelson        ],
766*17293a6fSEric Samelson        "header_type": "item",
767*17293a6fSEric Samelson        "expected": [
768*17293a6fSEric Samelson            " N ",
769*17293a6fSEric Samelson            []
770*17293a6fSEric Samelson        ]
771*17293a6fSEric Samelson    },
772*17293a6fSEric Samelson    {
773*17293a6fSEric Samelson        "name": "0x4f in string",
774*17293a6fSEric Samelson        "raw": [
775*17293a6fSEric Samelson            "\" O \""
776*17293a6fSEric Samelson        ],
777*17293a6fSEric Samelson        "header_type": "item",
778*17293a6fSEric Samelson        "expected": [
779*17293a6fSEric Samelson            " O ",
780*17293a6fSEric Samelson            []
781*17293a6fSEric Samelson        ]
782*17293a6fSEric Samelson    },
783*17293a6fSEric Samelson    {
784*17293a6fSEric Samelson        "name": "0x50 in string",
785*17293a6fSEric Samelson        "raw": [
786*17293a6fSEric Samelson            "\" P \""
787*17293a6fSEric Samelson        ],
788*17293a6fSEric Samelson        "header_type": "item",
789*17293a6fSEric Samelson        "expected": [
790*17293a6fSEric Samelson            " P ",
791*17293a6fSEric Samelson            []
792*17293a6fSEric Samelson        ]
793*17293a6fSEric Samelson    },
794*17293a6fSEric Samelson    {
795*17293a6fSEric Samelson        "name": "0x51 in string",
796*17293a6fSEric Samelson        "raw": [
797*17293a6fSEric Samelson            "\" Q \""
798*17293a6fSEric Samelson        ],
799*17293a6fSEric Samelson        "header_type": "item",
800*17293a6fSEric Samelson        "expected": [
801*17293a6fSEric Samelson            " Q ",
802*17293a6fSEric Samelson            []
803*17293a6fSEric Samelson        ]
804*17293a6fSEric Samelson    },
805*17293a6fSEric Samelson    {
806*17293a6fSEric Samelson        "name": "0x52 in string",
807*17293a6fSEric Samelson        "raw": [
808*17293a6fSEric Samelson            "\" R \""
809*17293a6fSEric Samelson        ],
810*17293a6fSEric Samelson        "header_type": "item",
811*17293a6fSEric Samelson        "expected": [
812*17293a6fSEric Samelson            " R ",
813*17293a6fSEric Samelson            []
814*17293a6fSEric Samelson        ]
815*17293a6fSEric Samelson    },
816*17293a6fSEric Samelson    {
817*17293a6fSEric Samelson        "name": "0x53 in string",
818*17293a6fSEric Samelson        "raw": [
819*17293a6fSEric Samelson            "\" S \""
820*17293a6fSEric Samelson        ],
821*17293a6fSEric Samelson        "header_type": "item",
822*17293a6fSEric Samelson        "expected": [
823*17293a6fSEric Samelson            " S ",
824*17293a6fSEric Samelson            []
825*17293a6fSEric Samelson        ]
826*17293a6fSEric Samelson    },
827*17293a6fSEric Samelson    {
828*17293a6fSEric Samelson        "name": "0x54 in string",
829*17293a6fSEric Samelson        "raw": [
830*17293a6fSEric Samelson            "\" T \""
831*17293a6fSEric Samelson        ],
832*17293a6fSEric Samelson        "header_type": "item",
833*17293a6fSEric Samelson        "expected": [
834*17293a6fSEric Samelson            " T ",
835*17293a6fSEric Samelson            []
836*17293a6fSEric Samelson        ]
837*17293a6fSEric Samelson    },
838*17293a6fSEric Samelson    {
839*17293a6fSEric Samelson        "name": "0x55 in string",
840*17293a6fSEric Samelson        "raw": [
841*17293a6fSEric Samelson            "\" U \""
842*17293a6fSEric Samelson        ],
843*17293a6fSEric Samelson        "header_type": "item",
844*17293a6fSEric Samelson        "expected": [
845*17293a6fSEric Samelson            " U ",
846*17293a6fSEric Samelson            []
847*17293a6fSEric Samelson        ]
848*17293a6fSEric Samelson    },
849*17293a6fSEric Samelson    {
850*17293a6fSEric Samelson        "name": "0x56 in string",
851*17293a6fSEric Samelson        "raw": [
852*17293a6fSEric Samelson            "\" V \""
853*17293a6fSEric Samelson        ],
854*17293a6fSEric Samelson        "header_type": "item",
855*17293a6fSEric Samelson        "expected": [
856*17293a6fSEric Samelson            " V ",
857*17293a6fSEric Samelson            []
858*17293a6fSEric Samelson        ]
859*17293a6fSEric Samelson    },
860*17293a6fSEric Samelson    {
861*17293a6fSEric Samelson        "name": "0x57 in string",
862*17293a6fSEric Samelson        "raw": [
863*17293a6fSEric Samelson            "\" W \""
864*17293a6fSEric Samelson        ],
865*17293a6fSEric Samelson        "header_type": "item",
866*17293a6fSEric Samelson        "expected": [
867*17293a6fSEric Samelson            " W ",
868*17293a6fSEric Samelson            []
869*17293a6fSEric Samelson        ]
870*17293a6fSEric Samelson    },
871*17293a6fSEric Samelson    {
872*17293a6fSEric Samelson        "name": "0x58 in string",
873*17293a6fSEric Samelson        "raw": [
874*17293a6fSEric Samelson            "\" X \""
875*17293a6fSEric Samelson        ],
876*17293a6fSEric Samelson        "header_type": "item",
877*17293a6fSEric Samelson        "expected": [
878*17293a6fSEric Samelson            " X ",
879*17293a6fSEric Samelson            []
880*17293a6fSEric Samelson        ]
881*17293a6fSEric Samelson    },
882*17293a6fSEric Samelson    {
883*17293a6fSEric Samelson        "name": "0x59 in string",
884*17293a6fSEric Samelson        "raw": [
885*17293a6fSEric Samelson            "\" Y \""
886*17293a6fSEric Samelson        ],
887*17293a6fSEric Samelson        "header_type": "item",
888*17293a6fSEric Samelson        "expected": [
889*17293a6fSEric Samelson            " Y ",
890*17293a6fSEric Samelson            []
891*17293a6fSEric Samelson        ]
892*17293a6fSEric Samelson    },
893*17293a6fSEric Samelson    {
894*17293a6fSEric Samelson        "name": "0x5a in string",
895*17293a6fSEric Samelson        "raw": [
896*17293a6fSEric Samelson            "\" Z \""
897*17293a6fSEric Samelson        ],
898*17293a6fSEric Samelson        "header_type": "item",
899*17293a6fSEric Samelson        "expected": [
900*17293a6fSEric Samelson            " Z ",
901*17293a6fSEric Samelson            []
902*17293a6fSEric Samelson        ]
903*17293a6fSEric Samelson    },
904*17293a6fSEric Samelson    {
905*17293a6fSEric Samelson        "name": "0x5b in string",
906*17293a6fSEric Samelson        "raw": [
907*17293a6fSEric Samelson            "\" [ \""
908*17293a6fSEric Samelson        ],
909*17293a6fSEric Samelson        "header_type": "item",
910*17293a6fSEric Samelson        "expected": [
911*17293a6fSEric Samelson            " [ ",
912*17293a6fSEric Samelson            []
913*17293a6fSEric Samelson        ]
914*17293a6fSEric Samelson    },
915*17293a6fSEric Samelson    {
916*17293a6fSEric Samelson        "name": "0x5c in string",
917*17293a6fSEric Samelson        "raw": [
918*17293a6fSEric Samelson            "\" \\ \""
919*17293a6fSEric Samelson        ],
920*17293a6fSEric Samelson        "header_type": "item",
921*17293a6fSEric Samelson        "must_fail": true
922*17293a6fSEric Samelson    },
923*17293a6fSEric Samelson    {
924*17293a6fSEric Samelson        "name": "0x5d in string",
925*17293a6fSEric Samelson        "raw": [
926*17293a6fSEric Samelson            "\" ] \""
927*17293a6fSEric Samelson        ],
928*17293a6fSEric Samelson        "header_type": "item",
929*17293a6fSEric Samelson        "expected": [
930*17293a6fSEric Samelson            " ] ",
931*17293a6fSEric Samelson            []
932*17293a6fSEric Samelson        ]
933*17293a6fSEric Samelson    },
934*17293a6fSEric Samelson    {
935*17293a6fSEric Samelson        "name": "0x5e in string",
936*17293a6fSEric Samelson        "raw": [
937*17293a6fSEric Samelson            "\" ^ \""
938*17293a6fSEric Samelson        ],
939*17293a6fSEric Samelson        "header_type": "item",
940*17293a6fSEric Samelson        "expected": [
941*17293a6fSEric Samelson            " ^ ",
942*17293a6fSEric Samelson            []
943*17293a6fSEric Samelson        ]
944*17293a6fSEric Samelson    },
945*17293a6fSEric Samelson    {
946*17293a6fSEric Samelson        "name": "0x5f in string",
947*17293a6fSEric Samelson        "raw": [
948*17293a6fSEric Samelson            "\" _ \""
949*17293a6fSEric Samelson        ],
950*17293a6fSEric Samelson        "header_type": "item",
951*17293a6fSEric Samelson        "expected": [
952*17293a6fSEric Samelson            " _ ",
953*17293a6fSEric Samelson            []
954*17293a6fSEric Samelson        ]
955*17293a6fSEric Samelson    },
956*17293a6fSEric Samelson    {
957*17293a6fSEric Samelson        "name": "0x60 in string",
958*17293a6fSEric Samelson        "raw": [
959*17293a6fSEric Samelson            "\" ` \""
960*17293a6fSEric Samelson        ],
961*17293a6fSEric Samelson        "header_type": "item",
962*17293a6fSEric Samelson        "expected": [
963*17293a6fSEric Samelson            " ` ",
964*17293a6fSEric Samelson            []
965*17293a6fSEric Samelson        ]
966*17293a6fSEric Samelson    },
967*17293a6fSEric Samelson    {
968*17293a6fSEric Samelson        "name": "0x61 in string",
969*17293a6fSEric Samelson        "raw": [
970*17293a6fSEric Samelson            "\" a \""
971*17293a6fSEric Samelson        ],
972*17293a6fSEric Samelson        "header_type": "item",
973*17293a6fSEric Samelson        "expected": [
974*17293a6fSEric Samelson            " a ",
975*17293a6fSEric Samelson            []
976*17293a6fSEric Samelson        ]
977*17293a6fSEric Samelson    },
978*17293a6fSEric Samelson    {
979*17293a6fSEric Samelson        "name": "0x62 in string",
980*17293a6fSEric Samelson        "raw": [
981*17293a6fSEric Samelson            "\" b \""
982*17293a6fSEric Samelson        ],
983*17293a6fSEric Samelson        "header_type": "item",
984*17293a6fSEric Samelson        "expected": [
985*17293a6fSEric Samelson            " b ",
986*17293a6fSEric Samelson            []
987*17293a6fSEric Samelson        ]
988*17293a6fSEric Samelson    },
989*17293a6fSEric Samelson    {
990*17293a6fSEric Samelson        "name": "0x63 in string",
991*17293a6fSEric Samelson        "raw": [
992*17293a6fSEric Samelson            "\" c \""
993*17293a6fSEric Samelson        ],
994*17293a6fSEric Samelson        "header_type": "item",
995*17293a6fSEric Samelson        "expected": [
996*17293a6fSEric Samelson            " c ",
997*17293a6fSEric Samelson            []
998*17293a6fSEric Samelson        ]
999*17293a6fSEric Samelson    },
1000*17293a6fSEric Samelson    {
1001*17293a6fSEric Samelson        "name": "0x64 in string",
1002*17293a6fSEric Samelson        "raw": [
1003*17293a6fSEric Samelson            "\" d \""
1004*17293a6fSEric Samelson        ],
1005*17293a6fSEric Samelson        "header_type": "item",
1006*17293a6fSEric Samelson        "expected": [
1007*17293a6fSEric Samelson            " d ",
1008*17293a6fSEric Samelson            []
1009*17293a6fSEric Samelson        ]
1010*17293a6fSEric Samelson    },
1011*17293a6fSEric Samelson    {
1012*17293a6fSEric Samelson        "name": "0x65 in string",
1013*17293a6fSEric Samelson        "raw": [
1014*17293a6fSEric Samelson            "\" e \""
1015*17293a6fSEric Samelson        ],
1016*17293a6fSEric Samelson        "header_type": "item",
1017*17293a6fSEric Samelson        "expected": [
1018*17293a6fSEric Samelson            " e ",
1019*17293a6fSEric Samelson            []
1020*17293a6fSEric Samelson        ]
1021*17293a6fSEric Samelson    },
1022*17293a6fSEric Samelson    {
1023*17293a6fSEric Samelson        "name": "0x66 in string",
1024*17293a6fSEric Samelson        "raw": [
1025*17293a6fSEric Samelson            "\" f \""
1026*17293a6fSEric Samelson        ],
1027*17293a6fSEric Samelson        "header_type": "item",
1028*17293a6fSEric Samelson        "expected": [
1029*17293a6fSEric Samelson            " f ",
1030*17293a6fSEric Samelson            []
1031*17293a6fSEric Samelson        ]
1032*17293a6fSEric Samelson    },
1033*17293a6fSEric Samelson    {
1034*17293a6fSEric Samelson        "name": "0x67 in string",
1035*17293a6fSEric Samelson        "raw": [
1036*17293a6fSEric Samelson            "\" g \""
1037*17293a6fSEric Samelson        ],
1038*17293a6fSEric Samelson        "header_type": "item",
1039*17293a6fSEric Samelson        "expected": [
1040*17293a6fSEric Samelson            " g ",
1041*17293a6fSEric Samelson            []
1042*17293a6fSEric Samelson        ]
1043*17293a6fSEric Samelson    },
1044*17293a6fSEric Samelson    {
1045*17293a6fSEric Samelson        "name": "0x68 in string",
1046*17293a6fSEric Samelson        "raw": [
1047*17293a6fSEric Samelson            "\" h \""
1048*17293a6fSEric Samelson        ],
1049*17293a6fSEric Samelson        "header_type": "item",
1050*17293a6fSEric Samelson        "expected": [
1051*17293a6fSEric Samelson            " h ",
1052*17293a6fSEric Samelson            []
1053*17293a6fSEric Samelson        ]
1054*17293a6fSEric Samelson    },
1055*17293a6fSEric Samelson    {
1056*17293a6fSEric Samelson        "name": "0x69 in string",
1057*17293a6fSEric Samelson        "raw": [
1058*17293a6fSEric Samelson            "\" i \""
1059*17293a6fSEric Samelson        ],
1060*17293a6fSEric Samelson        "header_type": "item",
1061*17293a6fSEric Samelson        "expected": [
1062*17293a6fSEric Samelson            " i ",
1063*17293a6fSEric Samelson            []
1064*17293a6fSEric Samelson        ]
1065*17293a6fSEric Samelson    },
1066*17293a6fSEric Samelson    {
1067*17293a6fSEric Samelson        "name": "0x6a in string",
1068*17293a6fSEric Samelson        "raw": [
1069*17293a6fSEric Samelson            "\" j \""
1070*17293a6fSEric Samelson        ],
1071*17293a6fSEric Samelson        "header_type": "item",
1072*17293a6fSEric Samelson        "expected": [
1073*17293a6fSEric Samelson            " j ",
1074*17293a6fSEric Samelson            []
1075*17293a6fSEric Samelson        ]
1076*17293a6fSEric Samelson    },
1077*17293a6fSEric Samelson    {
1078*17293a6fSEric Samelson        "name": "0x6b in string",
1079*17293a6fSEric Samelson        "raw": [
1080*17293a6fSEric Samelson            "\" k \""
1081*17293a6fSEric Samelson        ],
1082*17293a6fSEric Samelson        "header_type": "item",
1083*17293a6fSEric Samelson        "expected": [
1084*17293a6fSEric Samelson            " k ",
1085*17293a6fSEric Samelson            []
1086*17293a6fSEric Samelson        ]
1087*17293a6fSEric Samelson    },
1088*17293a6fSEric Samelson    {
1089*17293a6fSEric Samelson        "name": "0x6c in string",
1090*17293a6fSEric Samelson        "raw": [
1091*17293a6fSEric Samelson            "\" l \""
1092*17293a6fSEric Samelson        ],
1093*17293a6fSEric Samelson        "header_type": "item",
1094*17293a6fSEric Samelson        "expected": [
1095*17293a6fSEric Samelson            " l ",
1096*17293a6fSEric Samelson            []
1097*17293a6fSEric Samelson        ]
1098*17293a6fSEric Samelson    },
1099*17293a6fSEric Samelson    {
1100*17293a6fSEric Samelson        "name": "0x6d in string",
1101*17293a6fSEric Samelson        "raw": [
1102*17293a6fSEric Samelson            "\" m \""
1103*17293a6fSEric Samelson        ],
1104*17293a6fSEric Samelson        "header_type": "item",
1105*17293a6fSEric Samelson        "expected": [
1106*17293a6fSEric Samelson            " m ",
1107*17293a6fSEric Samelson            []
1108*17293a6fSEric Samelson        ]
1109*17293a6fSEric Samelson    },
1110*17293a6fSEric Samelson    {
1111*17293a6fSEric Samelson        "name": "0x6e in string",
1112*17293a6fSEric Samelson        "raw": [
1113*17293a6fSEric Samelson            "\" n \""
1114*17293a6fSEric Samelson        ],
1115*17293a6fSEric Samelson        "header_type": "item",
1116*17293a6fSEric Samelson        "expected": [
1117*17293a6fSEric Samelson            " n ",
1118*17293a6fSEric Samelson            []
1119*17293a6fSEric Samelson        ]
1120*17293a6fSEric Samelson    },
1121*17293a6fSEric Samelson    {
1122*17293a6fSEric Samelson        "name": "0x6f in string",
1123*17293a6fSEric Samelson        "raw": [
1124*17293a6fSEric Samelson            "\" o \""
1125*17293a6fSEric Samelson        ],
1126*17293a6fSEric Samelson        "header_type": "item",
1127*17293a6fSEric Samelson        "expected": [
1128*17293a6fSEric Samelson            " o ",
1129*17293a6fSEric Samelson            []
1130*17293a6fSEric Samelson        ]
1131*17293a6fSEric Samelson    },
1132*17293a6fSEric Samelson    {
1133*17293a6fSEric Samelson        "name": "0x70 in string",
1134*17293a6fSEric Samelson        "raw": [
1135*17293a6fSEric Samelson            "\" p \""
1136*17293a6fSEric Samelson        ],
1137*17293a6fSEric Samelson        "header_type": "item",
1138*17293a6fSEric Samelson        "expected": [
1139*17293a6fSEric Samelson            " p ",
1140*17293a6fSEric Samelson            []
1141*17293a6fSEric Samelson        ]
1142*17293a6fSEric Samelson    },
1143*17293a6fSEric Samelson    {
1144*17293a6fSEric Samelson        "name": "0x71 in string",
1145*17293a6fSEric Samelson        "raw": [
1146*17293a6fSEric Samelson            "\" q \""
1147*17293a6fSEric Samelson        ],
1148*17293a6fSEric Samelson        "header_type": "item",
1149*17293a6fSEric Samelson        "expected": [
1150*17293a6fSEric Samelson            " q ",
1151*17293a6fSEric Samelson            []
1152*17293a6fSEric Samelson        ]
1153*17293a6fSEric Samelson    },
1154*17293a6fSEric Samelson    {
1155*17293a6fSEric Samelson        "name": "0x72 in string",
1156*17293a6fSEric Samelson        "raw": [
1157*17293a6fSEric Samelson            "\" r \""
1158*17293a6fSEric Samelson        ],
1159*17293a6fSEric Samelson        "header_type": "item",
1160*17293a6fSEric Samelson        "expected": [
1161*17293a6fSEric Samelson            " r ",
1162*17293a6fSEric Samelson            []
1163*17293a6fSEric Samelson        ]
1164*17293a6fSEric Samelson    },
1165*17293a6fSEric Samelson    {
1166*17293a6fSEric Samelson        "name": "0x73 in string",
1167*17293a6fSEric Samelson        "raw": [
1168*17293a6fSEric Samelson            "\" s \""
1169*17293a6fSEric Samelson        ],
1170*17293a6fSEric Samelson        "header_type": "item",
1171*17293a6fSEric Samelson        "expected": [
1172*17293a6fSEric Samelson            " s ",
1173*17293a6fSEric Samelson            []
1174*17293a6fSEric Samelson        ]
1175*17293a6fSEric Samelson    },
1176*17293a6fSEric Samelson    {
1177*17293a6fSEric Samelson        "name": "0x74 in string",
1178*17293a6fSEric Samelson        "raw": [
1179*17293a6fSEric Samelson            "\" t \""
1180*17293a6fSEric Samelson        ],
1181*17293a6fSEric Samelson        "header_type": "item",
1182*17293a6fSEric Samelson        "expected": [
1183*17293a6fSEric Samelson            " t ",
1184*17293a6fSEric Samelson            []
1185*17293a6fSEric Samelson        ]
1186*17293a6fSEric Samelson    },
1187*17293a6fSEric Samelson    {
1188*17293a6fSEric Samelson        "name": "0x75 in string",
1189*17293a6fSEric Samelson        "raw": [
1190*17293a6fSEric Samelson            "\" u \""
1191*17293a6fSEric Samelson        ],
1192*17293a6fSEric Samelson        "header_type": "item",
1193*17293a6fSEric Samelson        "expected": [
1194*17293a6fSEric Samelson            " u ",
1195*17293a6fSEric Samelson            []
1196*17293a6fSEric Samelson        ]
1197*17293a6fSEric Samelson    },
1198*17293a6fSEric Samelson    {
1199*17293a6fSEric Samelson        "name": "0x76 in string",
1200*17293a6fSEric Samelson        "raw": [
1201*17293a6fSEric Samelson            "\" v \""
1202*17293a6fSEric Samelson        ],
1203*17293a6fSEric Samelson        "header_type": "item",
1204*17293a6fSEric Samelson        "expected": [
1205*17293a6fSEric Samelson            " v ",
1206*17293a6fSEric Samelson            []
1207*17293a6fSEric Samelson        ]
1208*17293a6fSEric Samelson    },
1209*17293a6fSEric Samelson    {
1210*17293a6fSEric Samelson        "name": "0x77 in string",
1211*17293a6fSEric Samelson        "raw": [
1212*17293a6fSEric Samelson            "\" w \""
1213*17293a6fSEric Samelson        ],
1214*17293a6fSEric Samelson        "header_type": "item",
1215*17293a6fSEric Samelson        "expected": [
1216*17293a6fSEric Samelson            " w ",
1217*17293a6fSEric Samelson            []
1218*17293a6fSEric Samelson        ]
1219*17293a6fSEric Samelson    },
1220*17293a6fSEric Samelson    {
1221*17293a6fSEric Samelson        "name": "0x78 in string",
1222*17293a6fSEric Samelson        "raw": [
1223*17293a6fSEric Samelson            "\" x \""
1224*17293a6fSEric Samelson        ],
1225*17293a6fSEric Samelson        "header_type": "item",
1226*17293a6fSEric Samelson        "expected": [
1227*17293a6fSEric Samelson            " x ",
1228*17293a6fSEric Samelson            []
1229*17293a6fSEric Samelson        ]
1230*17293a6fSEric Samelson    },
1231*17293a6fSEric Samelson    {
1232*17293a6fSEric Samelson        "name": "0x79 in string",
1233*17293a6fSEric Samelson        "raw": [
1234*17293a6fSEric Samelson            "\" y \""
1235*17293a6fSEric Samelson        ],
1236*17293a6fSEric Samelson        "header_type": "item",
1237*17293a6fSEric Samelson        "expected": [
1238*17293a6fSEric Samelson            " y ",
1239*17293a6fSEric Samelson            []
1240*17293a6fSEric Samelson        ]
1241*17293a6fSEric Samelson    },
1242*17293a6fSEric Samelson    {
1243*17293a6fSEric Samelson        "name": "0x7a in string",
1244*17293a6fSEric Samelson        "raw": [
1245*17293a6fSEric Samelson            "\" z \""
1246*17293a6fSEric Samelson        ],
1247*17293a6fSEric Samelson        "header_type": "item",
1248*17293a6fSEric Samelson        "expected": [
1249*17293a6fSEric Samelson            " z ",
1250*17293a6fSEric Samelson            []
1251*17293a6fSEric Samelson        ]
1252*17293a6fSEric Samelson    },
1253*17293a6fSEric Samelson    {
1254*17293a6fSEric Samelson        "name": "0x7b in string",
1255*17293a6fSEric Samelson        "raw": [
1256*17293a6fSEric Samelson            "\" { \""
1257*17293a6fSEric Samelson        ],
1258*17293a6fSEric Samelson        "header_type": "item",
1259*17293a6fSEric Samelson        "expected": [
1260*17293a6fSEric Samelson            " { ",
1261*17293a6fSEric Samelson            []
1262*17293a6fSEric Samelson        ]
1263*17293a6fSEric Samelson    },
1264*17293a6fSEric Samelson    {
1265*17293a6fSEric Samelson        "name": "0x7c in string",
1266*17293a6fSEric Samelson        "raw": [
1267*17293a6fSEric Samelson            "\" | \""
1268*17293a6fSEric Samelson        ],
1269*17293a6fSEric Samelson        "header_type": "item",
1270*17293a6fSEric Samelson        "expected": [
1271*17293a6fSEric Samelson            " | ",
1272*17293a6fSEric Samelson            []
1273*17293a6fSEric Samelson        ]
1274*17293a6fSEric Samelson    },
1275*17293a6fSEric Samelson    {
1276*17293a6fSEric Samelson        "name": "0x7d in string",
1277*17293a6fSEric Samelson        "raw": [
1278*17293a6fSEric Samelson            "\" } \""
1279*17293a6fSEric Samelson        ],
1280*17293a6fSEric Samelson        "header_type": "item",
1281*17293a6fSEric Samelson        "expected": [
1282*17293a6fSEric Samelson            " } ",
1283*17293a6fSEric Samelson            []
1284*17293a6fSEric Samelson        ]
1285*17293a6fSEric Samelson    },
1286*17293a6fSEric Samelson    {
1287*17293a6fSEric Samelson        "name": "0x7e in string",
1288*17293a6fSEric Samelson        "raw": [
1289*17293a6fSEric Samelson            "\" ~ \""
1290*17293a6fSEric Samelson        ],
1291*17293a6fSEric Samelson        "header_type": "item",
1292*17293a6fSEric Samelson        "expected": [
1293*17293a6fSEric Samelson            " ~ ",
1294*17293a6fSEric Samelson            []
1295*17293a6fSEric Samelson        ]
1296*17293a6fSEric Samelson    },
1297*17293a6fSEric Samelson    {
1298*17293a6fSEric Samelson        "name": "0x7f in string",
1299*17293a6fSEric Samelson        "raw": [
1300*17293a6fSEric Samelson            "\" \u007f \""
1301*17293a6fSEric Samelson        ],
1302*17293a6fSEric Samelson        "header_type": "item",
1303*17293a6fSEric Samelson        "must_fail": true
1304*17293a6fSEric Samelson    },
1305*17293a6fSEric Samelson    {
1306*17293a6fSEric Samelson        "name": "Escaped 0x00 in string",
1307*17293a6fSEric Samelson        "raw": [
1308*17293a6fSEric Samelson            "\"\\\u0000\""
1309*17293a6fSEric Samelson        ],
1310*17293a6fSEric Samelson        "header_type": "item",
1311*17293a6fSEric Samelson        "must_fail": true
1312*17293a6fSEric Samelson    },
1313*17293a6fSEric Samelson    {
1314*17293a6fSEric Samelson        "name": "Escaped 0x01 in string",
1315*17293a6fSEric Samelson        "raw": [
1316*17293a6fSEric Samelson            "\"\\\u0001\""
1317*17293a6fSEric Samelson        ],
1318*17293a6fSEric Samelson        "header_type": "item",
1319*17293a6fSEric Samelson        "must_fail": true
1320*17293a6fSEric Samelson    },
1321*17293a6fSEric Samelson    {
1322*17293a6fSEric Samelson        "name": "Escaped 0x02 in string",
1323*17293a6fSEric Samelson        "raw": [
1324*17293a6fSEric Samelson            "\"\\\u0002\""
1325*17293a6fSEric Samelson        ],
1326*17293a6fSEric Samelson        "header_type": "item",
1327*17293a6fSEric Samelson        "must_fail": true
1328*17293a6fSEric Samelson    },
1329*17293a6fSEric Samelson    {
1330*17293a6fSEric Samelson        "name": "Escaped 0x03 in string",
1331*17293a6fSEric Samelson        "raw": [
1332*17293a6fSEric Samelson            "\"\\\u0003\""
1333*17293a6fSEric Samelson        ],
1334*17293a6fSEric Samelson        "header_type": "item",
1335*17293a6fSEric Samelson        "must_fail": true
1336*17293a6fSEric Samelson    },
1337*17293a6fSEric Samelson    {
1338*17293a6fSEric Samelson        "name": "Escaped 0x04 in string",
1339*17293a6fSEric Samelson        "raw": [
1340*17293a6fSEric Samelson            "\"\\\u0004\""
1341*17293a6fSEric Samelson        ],
1342*17293a6fSEric Samelson        "header_type": "item",
1343*17293a6fSEric Samelson        "must_fail": true
1344*17293a6fSEric Samelson    },
1345*17293a6fSEric Samelson    {
1346*17293a6fSEric Samelson        "name": "Escaped 0x05 in string",
1347*17293a6fSEric Samelson        "raw": [
1348*17293a6fSEric Samelson            "\"\\\u0005\""
1349*17293a6fSEric Samelson        ],
1350*17293a6fSEric Samelson        "header_type": "item",
1351*17293a6fSEric Samelson        "must_fail": true
1352*17293a6fSEric Samelson    },
1353*17293a6fSEric Samelson    {
1354*17293a6fSEric Samelson        "name": "Escaped 0x06 in string",
1355*17293a6fSEric Samelson        "raw": [
1356*17293a6fSEric Samelson            "\"\\\u0006\""
1357*17293a6fSEric Samelson        ],
1358*17293a6fSEric Samelson        "header_type": "item",
1359*17293a6fSEric Samelson        "must_fail": true
1360*17293a6fSEric Samelson    },
1361*17293a6fSEric Samelson    {
1362*17293a6fSEric Samelson        "name": "Escaped 0x07 in string",
1363*17293a6fSEric Samelson        "raw": [
1364*17293a6fSEric Samelson            "\"\\\u0007\""
1365*17293a6fSEric Samelson        ],
1366*17293a6fSEric Samelson        "header_type": "item",
1367*17293a6fSEric Samelson        "must_fail": true
1368*17293a6fSEric Samelson    },
1369*17293a6fSEric Samelson    {
1370*17293a6fSEric Samelson        "name": "Escaped 0x08 in string",
1371*17293a6fSEric Samelson        "raw": [
1372*17293a6fSEric Samelson            "\"\\\b\""
1373*17293a6fSEric Samelson        ],
1374*17293a6fSEric Samelson        "header_type": "item",
1375*17293a6fSEric Samelson        "must_fail": true
1376*17293a6fSEric Samelson    },
1377*17293a6fSEric Samelson    {
1378*17293a6fSEric Samelson        "name": "Escaped 0x09 in string",
1379*17293a6fSEric Samelson        "raw": [
1380*17293a6fSEric Samelson            "\"\\\t\""
1381*17293a6fSEric Samelson        ],
1382*17293a6fSEric Samelson        "header_type": "item",
1383*17293a6fSEric Samelson        "must_fail": true
1384*17293a6fSEric Samelson    },
1385*17293a6fSEric Samelson    {
1386*17293a6fSEric Samelson        "name": "Escaped 0x0a in string",
1387*17293a6fSEric Samelson        "raw": [
1388*17293a6fSEric Samelson            "\"\\\n\""
1389*17293a6fSEric Samelson        ],
1390*17293a6fSEric Samelson        "header_type": "item",
1391*17293a6fSEric Samelson        "must_fail": true
1392*17293a6fSEric Samelson    },
1393*17293a6fSEric Samelson    {
1394*17293a6fSEric Samelson        "name": "Escaped 0x0b in string",
1395*17293a6fSEric Samelson        "raw": [
1396*17293a6fSEric Samelson            "\"\\\u000b\""
1397*17293a6fSEric Samelson        ],
1398*17293a6fSEric Samelson        "header_type": "item",
1399*17293a6fSEric Samelson        "must_fail": true
1400*17293a6fSEric Samelson    },
1401*17293a6fSEric Samelson    {
1402*17293a6fSEric Samelson        "name": "Escaped 0x0c in string",
1403*17293a6fSEric Samelson        "raw": [
1404*17293a6fSEric Samelson            "\"\\\f\""
1405*17293a6fSEric Samelson        ],
1406*17293a6fSEric Samelson        "header_type": "item",
1407*17293a6fSEric Samelson        "must_fail": true
1408*17293a6fSEric Samelson    },
1409*17293a6fSEric Samelson    {
1410*17293a6fSEric Samelson        "name": "Escaped 0x0d in string",
1411*17293a6fSEric Samelson        "raw": [
1412*17293a6fSEric Samelson            "\"\\\r\""
1413*17293a6fSEric Samelson        ],
1414*17293a6fSEric Samelson        "header_type": "item",
1415*17293a6fSEric Samelson        "must_fail": true
1416*17293a6fSEric Samelson    },
1417*17293a6fSEric Samelson    {
1418*17293a6fSEric Samelson        "name": "Escaped 0x0e in string",
1419*17293a6fSEric Samelson        "raw": [
1420*17293a6fSEric Samelson            "\"\\\u000e\""
1421*17293a6fSEric Samelson        ],
1422*17293a6fSEric Samelson        "header_type": "item",
1423*17293a6fSEric Samelson        "must_fail": true
1424*17293a6fSEric Samelson    },
1425*17293a6fSEric Samelson    {
1426*17293a6fSEric Samelson        "name": "Escaped 0x0f in string",
1427*17293a6fSEric Samelson        "raw": [
1428*17293a6fSEric Samelson            "\"\\\u000f\""
1429*17293a6fSEric Samelson        ],
1430*17293a6fSEric Samelson        "header_type": "item",
1431*17293a6fSEric Samelson        "must_fail": true
1432*17293a6fSEric Samelson    },
1433*17293a6fSEric Samelson    {
1434*17293a6fSEric Samelson        "name": "Escaped 0x10 in string",
1435*17293a6fSEric Samelson        "raw": [
1436*17293a6fSEric Samelson            "\"\\\u0010\""
1437*17293a6fSEric Samelson        ],
1438*17293a6fSEric Samelson        "header_type": "item",
1439*17293a6fSEric Samelson        "must_fail": true
1440*17293a6fSEric Samelson    },
1441*17293a6fSEric Samelson    {
1442*17293a6fSEric Samelson        "name": "Escaped 0x11 in string",
1443*17293a6fSEric Samelson        "raw": [
1444*17293a6fSEric Samelson            "\"\\\u0011\""
1445*17293a6fSEric Samelson        ],
1446*17293a6fSEric Samelson        "header_type": "item",
1447*17293a6fSEric Samelson        "must_fail": true
1448*17293a6fSEric Samelson    },
1449*17293a6fSEric Samelson    {
1450*17293a6fSEric Samelson        "name": "Escaped 0x12 in string",
1451*17293a6fSEric Samelson        "raw": [
1452*17293a6fSEric Samelson            "\"\\\u0012\""
1453*17293a6fSEric Samelson        ],
1454*17293a6fSEric Samelson        "header_type": "item",
1455*17293a6fSEric Samelson        "must_fail": true
1456*17293a6fSEric Samelson    },
1457*17293a6fSEric Samelson    {
1458*17293a6fSEric Samelson        "name": "Escaped 0x13 in string",
1459*17293a6fSEric Samelson        "raw": [
1460*17293a6fSEric Samelson            "\"\\\u0013\""
1461*17293a6fSEric Samelson        ],
1462*17293a6fSEric Samelson        "header_type": "item",
1463*17293a6fSEric Samelson        "must_fail": true
1464*17293a6fSEric Samelson    },
1465*17293a6fSEric Samelson    {
1466*17293a6fSEric Samelson        "name": "Escaped 0x14 in string",
1467*17293a6fSEric Samelson        "raw": [
1468*17293a6fSEric Samelson            "\"\\\u0014\""
1469*17293a6fSEric Samelson        ],
1470*17293a6fSEric Samelson        "header_type": "item",
1471*17293a6fSEric Samelson        "must_fail": true
1472*17293a6fSEric Samelson    },
1473*17293a6fSEric Samelson    {
1474*17293a6fSEric Samelson        "name": "Escaped 0x15 in string",
1475*17293a6fSEric Samelson        "raw": [
1476*17293a6fSEric Samelson            "\"\\\u0015\""
1477*17293a6fSEric Samelson        ],
1478*17293a6fSEric Samelson        "header_type": "item",
1479*17293a6fSEric Samelson        "must_fail": true
1480*17293a6fSEric Samelson    },
1481*17293a6fSEric Samelson    {
1482*17293a6fSEric Samelson        "name": "Escaped 0x16 in string",
1483*17293a6fSEric Samelson        "raw": [
1484*17293a6fSEric Samelson            "\"\\\u0016\""
1485*17293a6fSEric Samelson        ],
1486*17293a6fSEric Samelson        "header_type": "item",
1487*17293a6fSEric Samelson        "must_fail": true
1488*17293a6fSEric Samelson    },
1489*17293a6fSEric Samelson    {
1490*17293a6fSEric Samelson        "name": "Escaped 0x17 in string",
1491*17293a6fSEric Samelson        "raw": [
1492*17293a6fSEric Samelson            "\"\\\u0017\""
1493*17293a6fSEric Samelson        ],
1494*17293a6fSEric Samelson        "header_type": "item",
1495*17293a6fSEric Samelson        "must_fail": true
1496*17293a6fSEric Samelson    },
1497*17293a6fSEric Samelson    {
1498*17293a6fSEric Samelson        "name": "Escaped 0x18 in string",
1499*17293a6fSEric Samelson        "raw": [
1500*17293a6fSEric Samelson            "\"\\\u0018\""
1501*17293a6fSEric Samelson        ],
1502*17293a6fSEric Samelson        "header_type": "item",
1503*17293a6fSEric Samelson        "must_fail": true
1504*17293a6fSEric Samelson    },
1505*17293a6fSEric Samelson    {
1506*17293a6fSEric Samelson        "name": "Escaped 0x19 in string",
1507*17293a6fSEric Samelson        "raw": [
1508*17293a6fSEric Samelson            "\"\\\u0019\""
1509*17293a6fSEric Samelson        ],
1510*17293a6fSEric Samelson        "header_type": "item",
1511*17293a6fSEric Samelson        "must_fail": true
1512*17293a6fSEric Samelson    },
1513*17293a6fSEric Samelson    {
1514*17293a6fSEric Samelson        "name": "Escaped 0x1a in string",
1515*17293a6fSEric Samelson        "raw": [
1516*17293a6fSEric Samelson            "\"\\\u001a\""
1517*17293a6fSEric Samelson        ],
1518*17293a6fSEric Samelson        "header_type": "item",
1519*17293a6fSEric Samelson        "must_fail": true
1520*17293a6fSEric Samelson    },
1521*17293a6fSEric Samelson    {
1522*17293a6fSEric Samelson        "name": "Escaped 0x1b in string",
1523*17293a6fSEric Samelson        "raw": [
1524*17293a6fSEric Samelson            "\"\\\u001b\""
1525*17293a6fSEric Samelson        ],
1526*17293a6fSEric Samelson        "header_type": "item",
1527*17293a6fSEric Samelson        "must_fail": true
1528*17293a6fSEric Samelson    },
1529*17293a6fSEric Samelson    {
1530*17293a6fSEric Samelson        "name": "Escaped 0x1c in string",
1531*17293a6fSEric Samelson        "raw": [
1532*17293a6fSEric Samelson            "\"\\\u001c\""
1533*17293a6fSEric Samelson        ],
1534*17293a6fSEric Samelson        "header_type": "item",
1535*17293a6fSEric Samelson        "must_fail": true
1536*17293a6fSEric Samelson    },
1537*17293a6fSEric Samelson    {
1538*17293a6fSEric Samelson        "name": "Escaped 0x1d in string",
1539*17293a6fSEric Samelson        "raw": [
1540*17293a6fSEric Samelson            "\"\\\u001d\""
1541*17293a6fSEric Samelson        ],
1542*17293a6fSEric Samelson        "header_type": "item",
1543*17293a6fSEric Samelson        "must_fail": true
1544*17293a6fSEric Samelson    },
1545*17293a6fSEric Samelson    {
1546*17293a6fSEric Samelson        "name": "Escaped 0x1e in string",
1547*17293a6fSEric Samelson        "raw": [
1548*17293a6fSEric Samelson            "\"\\\u001e\""
1549*17293a6fSEric Samelson        ],
1550*17293a6fSEric Samelson        "header_type": "item",
1551*17293a6fSEric Samelson        "must_fail": true
1552*17293a6fSEric Samelson    },
1553*17293a6fSEric Samelson    {
1554*17293a6fSEric Samelson        "name": "Escaped 0x1f in string",
1555*17293a6fSEric Samelson        "raw": [
1556*17293a6fSEric Samelson            "\"\\\u001f\""
1557*17293a6fSEric Samelson        ],
1558*17293a6fSEric Samelson        "header_type": "item",
1559*17293a6fSEric Samelson        "must_fail": true
1560*17293a6fSEric Samelson    },
1561*17293a6fSEric Samelson    {
1562*17293a6fSEric Samelson        "name": "Escaped 0x20 in string",
1563*17293a6fSEric Samelson        "raw": [
1564*17293a6fSEric Samelson            "\"\\ \""
1565*17293a6fSEric Samelson        ],
1566*17293a6fSEric Samelson        "header_type": "item",
1567*17293a6fSEric Samelson        "must_fail": true
1568*17293a6fSEric Samelson    },
1569*17293a6fSEric Samelson    {
1570*17293a6fSEric Samelson        "name": "Escaped 0x21 in string",
1571*17293a6fSEric Samelson        "raw": [
1572*17293a6fSEric Samelson            "\"\\!\""
1573*17293a6fSEric Samelson        ],
1574*17293a6fSEric Samelson        "header_type": "item",
1575*17293a6fSEric Samelson        "must_fail": true
1576*17293a6fSEric Samelson    },
1577*17293a6fSEric Samelson    {
1578*17293a6fSEric Samelson        "name": "Escaped 0x22 in string",
1579*17293a6fSEric Samelson        "raw": [
1580*17293a6fSEric Samelson            "\"\\\"\""
1581*17293a6fSEric Samelson        ],
1582*17293a6fSEric Samelson        "header_type": "item",
1583*17293a6fSEric Samelson        "expected": [
1584*17293a6fSEric Samelson            "\"",
1585*17293a6fSEric Samelson            []
1586*17293a6fSEric Samelson        ]
1587*17293a6fSEric Samelson    },
1588*17293a6fSEric Samelson    {
1589*17293a6fSEric Samelson        "name": "Escaped 0x23 in string",
1590*17293a6fSEric Samelson        "raw": [
1591*17293a6fSEric Samelson            "\"\\#\""
1592*17293a6fSEric Samelson        ],
1593*17293a6fSEric Samelson        "header_type": "item",
1594*17293a6fSEric Samelson        "must_fail": true
1595*17293a6fSEric Samelson    },
1596*17293a6fSEric Samelson    {
1597*17293a6fSEric Samelson        "name": "Escaped 0x24 in string",
1598*17293a6fSEric Samelson        "raw": [
1599*17293a6fSEric Samelson            "\"\\$\""
1600*17293a6fSEric Samelson        ],
1601*17293a6fSEric Samelson        "header_type": "item",
1602*17293a6fSEric Samelson        "must_fail": true
1603*17293a6fSEric Samelson    },
1604*17293a6fSEric Samelson    {
1605*17293a6fSEric Samelson        "name": "Escaped 0x25 in string",
1606*17293a6fSEric Samelson        "raw": [
1607*17293a6fSEric Samelson            "\"\\%\""
1608*17293a6fSEric Samelson        ],
1609*17293a6fSEric Samelson        "header_type": "item",
1610*17293a6fSEric Samelson        "must_fail": true
1611*17293a6fSEric Samelson    },
1612*17293a6fSEric Samelson    {
1613*17293a6fSEric Samelson        "name": "Escaped 0x26 in string",
1614*17293a6fSEric Samelson        "raw": [
1615*17293a6fSEric Samelson            "\"\\&\""
1616*17293a6fSEric Samelson        ],
1617*17293a6fSEric Samelson        "header_type": "item",
1618*17293a6fSEric Samelson        "must_fail": true
1619*17293a6fSEric Samelson    },
1620*17293a6fSEric Samelson    {
1621*17293a6fSEric Samelson        "name": "Escaped 0x27 in string",
1622*17293a6fSEric Samelson        "raw": [
1623*17293a6fSEric Samelson            "\"\\'\""
1624*17293a6fSEric Samelson        ],
1625*17293a6fSEric Samelson        "header_type": "item",
1626*17293a6fSEric Samelson        "must_fail": true
1627*17293a6fSEric Samelson    },
1628*17293a6fSEric Samelson    {
1629*17293a6fSEric Samelson        "name": "Escaped 0x28 in string",
1630*17293a6fSEric Samelson        "raw": [
1631*17293a6fSEric Samelson            "\"\\(\""
1632*17293a6fSEric Samelson        ],
1633*17293a6fSEric Samelson        "header_type": "item",
1634*17293a6fSEric Samelson        "must_fail": true
1635*17293a6fSEric Samelson    },
1636*17293a6fSEric Samelson    {
1637*17293a6fSEric Samelson        "name": "Escaped 0x29 in string",
1638*17293a6fSEric Samelson        "raw": [
1639*17293a6fSEric Samelson            "\"\\)\""
1640*17293a6fSEric Samelson        ],
1641*17293a6fSEric Samelson        "header_type": "item",
1642*17293a6fSEric Samelson        "must_fail": true
1643*17293a6fSEric Samelson    },
1644*17293a6fSEric Samelson    {
1645*17293a6fSEric Samelson        "name": "Escaped 0x2a in string",
1646*17293a6fSEric Samelson        "raw": [
1647*17293a6fSEric Samelson            "\"\\*\""
1648*17293a6fSEric Samelson        ],
1649*17293a6fSEric Samelson        "header_type": "item",
1650*17293a6fSEric Samelson        "must_fail": true
1651*17293a6fSEric Samelson    },
1652*17293a6fSEric Samelson    {
1653*17293a6fSEric Samelson        "name": "Escaped 0x2b in string",
1654*17293a6fSEric Samelson        "raw": [
1655*17293a6fSEric Samelson            "\"\\+\""
1656*17293a6fSEric Samelson        ],
1657*17293a6fSEric Samelson        "header_type": "item",
1658*17293a6fSEric Samelson        "must_fail": true
1659*17293a6fSEric Samelson    },
1660*17293a6fSEric Samelson    {
1661*17293a6fSEric Samelson        "name": "Escaped 0x2c in string",
1662*17293a6fSEric Samelson        "raw": [
1663*17293a6fSEric Samelson            "\"\\,\""
1664*17293a6fSEric Samelson        ],
1665*17293a6fSEric Samelson        "header_type": "item",
1666*17293a6fSEric Samelson        "must_fail": true
1667*17293a6fSEric Samelson    },
1668*17293a6fSEric Samelson    {
1669*17293a6fSEric Samelson        "name": "Escaped 0x2d in string",
1670*17293a6fSEric Samelson        "raw": [
1671*17293a6fSEric Samelson            "\"\\-\""
1672*17293a6fSEric Samelson        ],
1673*17293a6fSEric Samelson        "header_type": "item",
1674*17293a6fSEric Samelson        "must_fail": true
1675*17293a6fSEric Samelson    },
1676*17293a6fSEric Samelson    {
1677*17293a6fSEric Samelson        "name": "Escaped 0x2e in string",
1678*17293a6fSEric Samelson        "raw": [
1679*17293a6fSEric Samelson            "\"\\.\""
1680*17293a6fSEric Samelson        ],
1681*17293a6fSEric Samelson        "header_type": "item",
1682*17293a6fSEric Samelson        "must_fail": true
1683*17293a6fSEric Samelson    },
1684*17293a6fSEric Samelson    {
1685*17293a6fSEric Samelson        "name": "Escaped 0x2f in string",
1686*17293a6fSEric Samelson        "raw": [
1687*17293a6fSEric Samelson            "\"\\/\""
1688*17293a6fSEric Samelson        ],
1689*17293a6fSEric Samelson        "header_type": "item",
1690*17293a6fSEric Samelson        "must_fail": true
1691*17293a6fSEric Samelson    },
1692*17293a6fSEric Samelson    {
1693*17293a6fSEric Samelson        "name": "Escaped 0x30 in string",
1694*17293a6fSEric Samelson        "raw": [
1695*17293a6fSEric Samelson            "\"\\0\""
1696*17293a6fSEric Samelson        ],
1697*17293a6fSEric Samelson        "header_type": "item",
1698*17293a6fSEric Samelson        "must_fail": true
1699*17293a6fSEric Samelson    },
1700*17293a6fSEric Samelson    {
1701*17293a6fSEric Samelson        "name": "Escaped 0x31 in string",
1702*17293a6fSEric Samelson        "raw": [
1703*17293a6fSEric Samelson            "\"\\1\""
1704*17293a6fSEric Samelson        ],
1705*17293a6fSEric Samelson        "header_type": "item",
1706*17293a6fSEric Samelson        "must_fail": true
1707*17293a6fSEric Samelson    },
1708*17293a6fSEric Samelson    {
1709*17293a6fSEric Samelson        "name": "Escaped 0x32 in string",
1710*17293a6fSEric Samelson        "raw": [
1711*17293a6fSEric Samelson            "\"\\2\""
1712*17293a6fSEric Samelson        ],
1713*17293a6fSEric Samelson        "header_type": "item",
1714*17293a6fSEric Samelson        "must_fail": true
1715*17293a6fSEric Samelson    },
1716*17293a6fSEric Samelson    {
1717*17293a6fSEric Samelson        "name": "Escaped 0x33 in string",
1718*17293a6fSEric Samelson        "raw": [
1719*17293a6fSEric Samelson            "\"\\3\""
1720*17293a6fSEric Samelson        ],
1721*17293a6fSEric Samelson        "header_type": "item",
1722*17293a6fSEric Samelson        "must_fail": true
1723*17293a6fSEric Samelson    },
1724*17293a6fSEric Samelson    {
1725*17293a6fSEric Samelson        "name": "Escaped 0x34 in string",
1726*17293a6fSEric Samelson        "raw": [
1727*17293a6fSEric Samelson            "\"\\4\""
1728*17293a6fSEric Samelson        ],
1729*17293a6fSEric Samelson        "header_type": "item",
1730*17293a6fSEric Samelson        "must_fail": true
1731*17293a6fSEric Samelson    },
1732*17293a6fSEric Samelson    {
1733*17293a6fSEric Samelson        "name": "Escaped 0x35 in string",
1734*17293a6fSEric Samelson        "raw": [
1735*17293a6fSEric Samelson            "\"\\5\""
1736*17293a6fSEric Samelson        ],
1737*17293a6fSEric Samelson        "header_type": "item",
1738*17293a6fSEric Samelson        "must_fail": true
1739*17293a6fSEric Samelson    },
1740*17293a6fSEric Samelson    {
1741*17293a6fSEric Samelson        "name": "Escaped 0x36 in string",
1742*17293a6fSEric Samelson        "raw": [
1743*17293a6fSEric Samelson            "\"\\6\""
1744*17293a6fSEric Samelson        ],
1745*17293a6fSEric Samelson        "header_type": "item",
1746*17293a6fSEric Samelson        "must_fail": true
1747*17293a6fSEric Samelson    },
1748*17293a6fSEric Samelson    {
1749*17293a6fSEric Samelson        "name": "Escaped 0x37 in string",
1750*17293a6fSEric Samelson        "raw": [
1751*17293a6fSEric Samelson            "\"\\7\""
1752*17293a6fSEric Samelson        ],
1753*17293a6fSEric Samelson        "header_type": "item",
1754*17293a6fSEric Samelson        "must_fail": true
1755*17293a6fSEric Samelson    },
1756*17293a6fSEric Samelson    {
1757*17293a6fSEric Samelson        "name": "Escaped 0x38 in string",
1758*17293a6fSEric Samelson        "raw": [
1759*17293a6fSEric Samelson            "\"\\8\""
1760*17293a6fSEric Samelson        ],
1761*17293a6fSEric Samelson        "header_type": "item",
1762*17293a6fSEric Samelson        "must_fail": true
1763*17293a6fSEric Samelson    },
1764*17293a6fSEric Samelson    {
1765*17293a6fSEric Samelson        "name": "Escaped 0x39 in string",
1766*17293a6fSEric Samelson        "raw": [
1767*17293a6fSEric Samelson            "\"\\9\""
1768*17293a6fSEric Samelson        ],
1769*17293a6fSEric Samelson        "header_type": "item",
1770*17293a6fSEric Samelson        "must_fail": true
1771*17293a6fSEric Samelson    },
1772*17293a6fSEric Samelson    {
1773*17293a6fSEric Samelson        "name": "Escaped 0x3a in string",
1774*17293a6fSEric Samelson        "raw": [
1775*17293a6fSEric Samelson            "\"\\:\""
1776*17293a6fSEric Samelson        ],
1777*17293a6fSEric Samelson        "header_type": "item",
1778*17293a6fSEric Samelson        "must_fail": true
1779*17293a6fSEric Samelson    },
1780*17293a6fSEric Samelson    {
1781*17293a6fSEric Samelson        "name": "Escaped 0x3b in string",
1782*17293a6fSEric Samelson        "raw": [
1783*17293a6fSEric Samelson            "\"\\;\""
1784*17293a6fSEric Samelson        ],
1785*17293a6fSEric Samelson        "header_type": "item",
1786*17293a6fSEric Samelson        "must_fail": true
1787*17293a6fSEric Samelson    },
1788*17293a6fSEric Samelson    {
1789*17293a6fSEric Samelson        "name": "Escaped 0x3c in string",
1790*17293a6fSEric Samelson        "raw": [
1791*17293a6fSEric Samelson            "\"\\<\""
1792*17293a6fSEric Samelson        ],
1793*17293a6fSEric Samelson        "header_type": "item",
1794*17293a6fSEric Samelson        "must_fail": true
1795*17293a6fSEric Samelson    },
1796*17293a6fSEric Samelson    {
1797*17293a6fSEric Samelson        "name": "Escaped 0x3d in string",
1798*17293a6fSEric Samelson        "raw": [
1799*17293a6fSEric Samelson            "\"\\=\""
1800*17293a6fSEric Samelson        ],
1801*17293a6fSEric Samelson        "header_type": "item",
1802*17293a6fSEric Samelson        "must_fail": true
1803*17293a6fSEric Samelson    },
1804*17293a6fSEric Samelson    {
1805*17293a6fSEric Samelson        "name": "Escaped 0x3e in string",
1806*17293a6fSEric Samelson        "raw": [
1807*17293a6fSEric Samelson            "\"\\>\""
1808*17293a6fSEric Samelson        ],
1809*17293a6fSEric Samelson        "header_type": "item",
1810*17293a6fSEric Samelson        "must_fail": true
1811*17293a6fSEric Samelson    },
1812*17293a6fSEric Samelson    {
1813*17293a6fSEric Samelson        "name": "Escaped 0x3f in string",
1814*17293a6fSEric Samelson        "raw": [
1815*17293a6fSEric Samelson            "\"\\?\""
1816*17293a6fSEric Samelson        ],
1817*17293a6fSEric Samelson        "header_type": "item",
1818*17293a6fSEric Samelson        "must_fail": true
1819*17293a6fSEric Samelson    },
1820*17293a6fSEric Samelson    {
1821*17293a6fSEric Samelson        "name": "Escaped 0x40 in string",
1822*17293a6fSEric Samelson        "raw": [
1823*17293a6fSEric Samelson            "\"\\@\""
1824*17293a6fSEric Samelson        ],
1825*17293a6fSEric Samelson        "header_type": "item",
1826*17293a6fSEric Samelson        "must_fail": true
1827*17293a6fSEric Samelson    },
1828*17293a6fSEric Samelson    {
1829*17293a6fSEric Samelson        "name": "Escaped 0x41 in string",
1830*17293a6fSEric Samelson        "raw": [
1831*17293a6fSEric Samelson            "\"\\A\""
1832*17293a6fSEric Samelson        ],
1833*17293a6fSEric Samelson        "header_type": "item",
1834*17293a6fSEric Samelson        "must_fail": true
1835*17293a6fSEric Samelson    },
1836*17293a6fSEric Samelson    {
1837*17293a6fSEric Samelson        "name": "Escaped 0x42 in string",
1838*17293a6fSEric Samelson        "raw": [
1839*17293a6fSEric Samelson            "\"\\B\""
1840*17293a6fSEric Samelson        ],
1841*17293a6fSEric Samelson        "header_type": "item",
1842*17293a6fSEric Samelson        "must_fail": true
1843*17293a6fSEric Samelson    },
1844*17293a6fSEric Samelson    {
1845*17293a6fSEric Samelson        "name": "Escaped 0x43 in string",
1846*17293a6fSEric Samelson        "raw": [
1847*17293a6fSEric Samelson            "\"\\C\""
1848*17293a6fSEric Samelson        ],
1849*17293a6fSEric Samelson        "header_type": "item",
1850*17293a6fSEric Samelson        "must_fail": true
1851*17293a6fSEric Samelson    },
1852*17293a6fSEric Samelson    {
1853*17293a6fSEric Samelson        "name": "Escaped 0x44 in string",
1854*17293a6fSEric Samelson        "raw": [
1855*17293a6fSEric Samelson            "\"\\D\""
1856*17293a6fSEric Samelson        ],
1857*17293a6fSEric Samelson        "header_type": "item",
1858*17293a6fSEric Samelson        "must_fail": true
1859*17293a6fSEric Samelson    },
1860*17293a6fSEric Samelson    {
1861*17293a6fSEric Samelson        "name": "Escaped 0x45 in string",
1862*17293a6fSEric Samelson        "raw": [
1863*17293a6fSEric Samelson            "\"\\E\""
1864*17293a6fSEric Samelson        ],
1865*17293a6fSEric Samelson        "header_type": "item",
1866*17293a6fSEric Samelson        "must_fail": true
1867*17293a6fSEric Samelson    },
1868*17293a6fSEric Samelson    {
1869*17293a6fSEric Samelson        "name": "Escaped 0x46 in string",
1870*17293a6fSEric Samelson        "raw": [
1871*17293a6fSEric Samelson            "\"\\F\""
1872*17293a6fSEric Samelson        ],
1873*17293a6fSEric Samelson        "header_type": "item",
1874*17293a6fSEric Samelson        "must_fail": true
1875*17293a6fSEric Samelson    },
1876*17293a6fSEric Samelson    {
1877*17293a6fSEric Samelson        "name": "Escaped 0x47 in string",
1878*17293a6fSEric Samelson        "raw": [
1879*17293a6fSEric Samelson            "\"\\G\""
1880*17293a6fSEric Samelson        ],
1881*17293a6fSEric Samelson        "header_type": "item",
1882*17293a6fSEric Samelson        "must_fail": true
1883*17293a6fSEric Samelson    },
1884*17293a6fSEric Samelson    {
1885*17293a6fSEric Samelson        "name": "Escaped 0x48 in string",
1886*17293a6fSEric Samelson        "raw": [
1887*17293a6fSEric Samelson            "\"\\H\""
1888*17293a6fSEric Samelson        ],
1889*17293a6fSEric Samelson        "header_type": "item",
1890*17293a6fSEric Samelson        "must_fail": true
1891*17293a6fSEric Samelson    },
1892*17293a6fSEric Samelson    {
1893*17293a6fSEric Samelson        "name": "Escaped 0x49 in string",
1894*17293a6fSEric Samelson        "raw": [
1895*17293a6fSEric Samelson            "\"\\I\""
1896*17293a6fSEric Samelson        ],
1897*17293a6fSEric Samelson        "header_type": "item",
1898*17293a6fSEric Samelson        "must_fail": true
1899*17293a6fSEric Samelson    },
1900*17293a6fSEric Samelson    {
1901*17293a6fSEric Samelson        "name": "Escaped 0x4a in string",
1902*17293a6fSEric Samelson        "raw": [
1903*17293a6fSEric Samelson            "\"\\J\""
1904*17293a6fSEric Samelson        ],
1905*17293a6fSEric Samelson        "header_type": "item",
1906*17293a6fSEric Samelson        "must_fail": true
1907*17293a6fSEric Samelson    },
1908*17293a6fSEric Samelson    {
1909*17293a6fSEric Samelson        "name": "Escaped 0x4b in string",
1910*17293a6fSEric Samelson        "raw": [
1911*17293a6fSEric Samelson            "\"\\K\""
1912*17293a6fSEric Samelson        ],
1913*17293a6fSEric Samelson        "header_type": "item",
1914*17293a6fSEric Samelson        "must_fail": true
1915*17293a6fSEric Samelson    },
1916*17293a6fSEric Samelson    {
1917*17293a6fSEric Samelson        "name": "Escaped 0x4c in string",
1918*17293a6fSEric Samelson        "raw": [
1919*17293a6fSEric Samelson            "\"\\L\""
1920*17293a6fSEric Samelson        ],
1921*17293a6fSEric Samelson        "header_type": "item",
1922*17293a6fSEric Samelson        "must_fail": true
1923*17293a6fSEric Samelson    },
1924*17293a6fSEric Samelson    {
1925*17293a6fSEric Samelson        "name": "Escaped 0x4d in string",
1926*17293a6fSEric Samelson        "raw": [
1927*17293a6fSEric Samelson            "\"\\M\""
1928*17293a6fSEric Samelson        ],
1929*17293a6fSEric Samelson        "header_type": "item",
1930*17293a6fSEric Samelson        "must_fail": true
1931*17293a6fSEric Samelson    },
1932*17293a6fSEric Samelson    {
1933*17293a6fSEric Samelson        "name": "Escaped 0x4e in string",
1934*17293a6fSEric Samelson        "raw": [
1935*17293a6fSEric Samelson            "\"\\N\""
1936*17293a6fSEric Samelson        ],
1937*17293a6fSEric Samelson        "header_type": "item",
1938*17293a6fSEric Samelson        "must_fail": true
1939*17293a6fSEric Samelson    },
1940*17293a6fSEric Samelson    {
1941*17293a6fSEric Samelson        "name": "Escaped 0x4f in string",
1942*17293a6fSEric Samelson        "raw": [
1943*17293a6fSEric Samelson            "\"\\O\""
1944*17293a6fSEric Samelson        ],
1945*17293a6fSEric Samelson        "header_type": "item",
1946*17293a6fSEric Samelson        "must_fail": true
1947*17293a6fSEric Samelson    },
1948*17293a6fSEric Samelson    {
1949*17293a6fSEric Samelson        "name": "Escaped 0x50 in string",
1950*17293a6fSEric Samelson        "raw": [
1951*17293a6fSEric Samelson            "\"\\P\""
1952*17293a6fSEric Samelson        ],
1953*17293a6fSEric Samelson        "header_type": "item",
1954*17293a6fSEric Samelson        "must_fail": true
1955*17293a6fSEric Samelson    },
1956*17293a6fSEric Samelson    {
1957*17293a6fSEric Samelson        "name": "Escaped 0x51 in string",
1958*17293a6fSEric Samelson        "raw": [
1959*17293a6fSEric Samelson            "\"\\Q\""
1960*17293a6fSEric Samelson        ],
1961*17293a6fSEric Samelson        "header_type": "item",
1962*17293a6fSEric Samelson        "must_fail": true
1963*17293a6fSEric Samelson    },
1964*17293a6fSEric Samelson    {
1965*17293a6fSEric Samelson        "name": "Escaped 0x52 in string",
1966*17293a6fSEric Samelson        "raw": [
1967*17293a6fSEric Samelson            "\"\\R\""
1968*17293a6fSEric Samelson        ],
1969*17293a6fSEric Samelson        "header_type": "item",
1970*17293a6fSEric Samelson        "must_fail": true
1971*17293a6fSEric Samelson    },
1972*17293a6fSEric Samelson    {
1973*17293a6fSEric Samelson        "name": "Escaped 0x53 in string",
1974*17293a6fSEric Samelson        "raw": [
1975*17293a6fSEric Samelson            "\"\\S\""
1976*17293a6fSEric Samelson        ],
1977*17293a6fSEric Samelson        "header_type": "item",
1978*17293a6fSEric Samelson        "must_fail": true
1979*17293a6fSEric Samelson    },
1980*17293a6fSEric Samelson    {
1981*17293a6fSEric Samelson        "name": "Escaped 0x54 in string",
1982*17293a6fSEric Samelson        "raw": [
1983*17293a6fSEric Samelson            "\"\\T\""
1984*17293a6fSEric Samelson        ],
1985*17293a6fSEric Samelson        "header_type": "item",
1986*17293a6fSEric Samelson        "must_fail": true
1987*17293a6fSEric Samelson    },
1988*17293a6fSEric Samelson    {
1989*17293a6fSEric Samelson        "name": "Escaped 0x55 in string",
1990*17293a6fSEric Samelson        "raw": [
1991*17293a6fSEric Samelson            "\"\\U\""
1992*17293a6fSEric Samelson        ],
1993*17293a6fSEric Samelson        "header_type": "item",
1994*17293a6fSEric Samelson        "must_fail": true
1995*17293a6fSEric Samelson    },
1996*17293a6fSEric Samelson    {
1997*17293a6fSEric Samelson        "name": "Escaped 0x56 in string",
1998*17293a6fSEric Samelson        "raw": [
1999*17293a6fSEric Samelson            "\"\\V\""
2000*17293a6fSEric Samelson        ],
2001*17293a6fSEric Samelson        "header_type": "item",
2002*17293a6fSEric Samelson        "must_fail": true
2003*17293a6fSEric Samelson    },
2004*17293a6fSEric Samelson    {
2005*17293a6fSEric Samelson        "name": "Escaped 0x57 in string",
2006*17293a6fSEric Samelson        "raw": [
2007*17293a6fSEric Samelson            "\"\\W\""
2008*17293a6fSEric Samelson        ],
2009*17293a6fSEric Samelson        "header_type": "item",
2010*17293a6fSEric Samelson        "must_fail": true
2011*17293a6fSEric Samelson    },
2012*17293a6fSEric Samelson    {
2013*17293a6fSEric Samelson        "name": "Escaped 0x58 in string",
2014*17293a6fSEric Samelson        "raw": [
2015*17293a6fSEric Samelson            "\"\\X\""
2016*17293a6fSEric Samelson        ],
2017*17293a6fSEric Samelson        "header_type": "item",
2018*17293a6fSEric Samelson        "must_fail": true
2019*17293a6fSEric Samelson    },
2020*17293a6fSEric Samelson    {
2021*17293a6fSEric Samelson        "name": "Escaped 0x59 in string",
2022*17293a6fSEric Samelson        "raw": [
2023*17293a6fSEric Samelson            "\"\\Y\""
2024*17293a6fSEric Samelson        ],
2025*17293a6fSEric Samelson        "header_type": "item",
2026*17293a6fSEric Samelson        "must_fail": true
2027*17293a6fSEric Samelson    },
2028*17293a6fSEric Samelson    {
2029*17293a6fSEric Samelson        "name": "Escaped 0x5a in string",
2030*17293a6fSEric Samelson        "raw": [
2031*17293a6fSEric Samelson            "\"\\Z\""
2032*17293a6fSEric Samelson        ],
2033*17293a6fSEric Samelson        "header_type": "item",
2034*17293a6fSEric Samelson        "must_fail": true
2035*17293a6fSEric Samelson    },
2036*17293a6fSEric Samelson    {
2037*17293a6fSEric Samelson        "name": "Escaped 0x5b in string",
2038*17293a6fSEric Samelson        "raw": [
2039*17293a6fSEric Samelson            "\"\\[\""
2040*17293a6fSEric Samelson        ],
2041*17293a6fSEric Samelson        "header_type": "item",
2042*17293a6fSEric Samelson        "must_fail": true
2043*17293a6fSEric Samelson    },
2044*17293a6fSEric Samelson    {
2045*17293a6fSEric Samelson        "name": "Escaped 0x5c in string",
2046*17293a6fSEric Samelson        "raw": [
2047*17293a6fSEric Samelson            "\"\\\\\""
2048*17293a6fSEric Samelson        ],
2049*17293a6fSEric Samelson        "header_type": "item",
2050*17293a6fSEric Samelson        "expected": [
2051*17293a6fSEric Samelson            "\\",
2052*17293a6fSEric Samelson            []
2053*17293a6fSEric Samelson        ]
2054*17293a6fSEric Samelson    },
2055*17293a6fSEric Samelson    {
2056*17293a6fSEric Samelson        "name": "Escaped 0x5d in string",
2057*17293a6fSEric Samelson        "raw": [
2058*17293a6fSEric Samelson            "\"\\]\""
2059*17293a6fSEric Samelson        ],
2060*17293a6fSEric Samelson        "header_type": "item",
2061*17293a6fSEric Samelson        "must_fail": true
2062*17293a6fSEric Samelson    },
2063*17293a6fSEric Samelson    {
2064*17293a6fSEric Samelson        "name": "Escaped 0x5e in string",
2065*17293a6fSEric Samelson        "raw": [
2066*17293a6fSEric Samelson            "\"\\^\""
2067*17293a6fSEric Samelson        ],
2068*17293a6fSEric Samelson        "header_type": "item",
2069*17293a6fSEric Samelson        "must_fail": true
2070*17293a6fSEric Samelson    },
2071*17293a6fSEric Samelson    {
2072*17293a6fSEric Samelson        "name": "Escaped 0x5f in string",
2073*17293a6fSEric Samelson        "raw": [
2074*17293a6fSEric Samelson            "\"\\_\""
2075*17293a6fSEric Samelson        ],
2076*17293a6fSEric Samelson        "header_type": "item",
2077*17293a6fSEric Samelson        "must_fail": true
2078*17293a6fSEric Samelson    },
2079*17293a6fSEric Samelson    {
2080*17293a6fSEric Samelson        "name": "Escaped 0x60 in string",
2081*17293a6fSEric Samelson        "raw": [
2082*17293a6fSEric Samelson            "\"\\`\""
2083*17293a6fSEric Samelson        ],
2084*17293a6fSEric Samelson        "header_type": "item",
2085*17293a6fSEric Samelson        "must_fail": true
2086*17293a6fSEric Samelson    },
2087*17293a6fSEric Samelson    {
2088*17293a6fSEric Samelson        "name": "Escaped 0x61 in string",
2089*17293a6fSEric Samelson        "raw": [
2090*17293a6fSEric Samelson            "\"\\a\""
2091*17293a6fSEric Samelson        ],
2092*17293a6fSEric Samelson        "header_type": "item",
2093*17293a6fSEric Samelson        "must_fail": true
2094*17293a6fSEric Samelson    },
2095*17293a6fSEric Samelson    {
2096*17293a6fSEric Samelson        "name": "Escaped 0x62 in string",
2097*17293a6fSEric Samelson        "raw": [
2098*17293a6fSEric Samelson            "\"\\b\""
2099*17293a6fSEric Samelson        ],
2100*17293a6fSEric Samelson        "header_type": "item",
2101*17293a6fSEric Samelson        "must_fail": true
2102*17293a6fSEric Samelson    },
2103*17293a6fSEric Samelson    {
2104*17293a6fSEric Samelson        "name": "Escaped 0x63 in string",
2105*17293a6fSEric Samelson        "raw": [
2106*17293a6fSEric Samelson            "\"\\c\""
2107*17293a6fSEric Samelson        ],
2108*17293a6fSEric Samelson        "header_type": "item",
2109*17293a6fSEric Samelson        "must_fail": true
2110*17293a6fSEric Samelson    },
2111*17293a6fSEric Samelson    {
2112*17293a6fSEric Samelson        "name": "Escaped 0x64 in string",
2113*17293a6fSEric Samelson        "raw": [
2114*17293a6fSEric Samelson            "\"\\d\""
2115*17293a6fSEric Samelson        ],
2116*17293a6fSEric Samelson        "header_type": "item",
2117*17293a6fSEric Samelson        "must_fail": true
2118*17293a6fSEric Samelson    },
2119*17293a6fSEric Samelson    {
2120*17293a6fSEric Samelson        "name": "Escaped 0x65 in string",
2121*17293a6fSEric Samelson        "raw": [
2122*17293a6fSEric Samelson            "\"\\e\""
2123*17293a6fSEric Samelson        ],
2124*17293a6fSEric Samelson        "header_type": "item",
2125*17293a6fSEric Samelson        "must_fail": true
2126*17293a6fSEric Samelson    },
2127*17293a6fSEric Samelson    {
2128*17293a6fSEric Samelson        "name": "Escaped 0x66 in string",
2129*17293a6fSEric Samelson        "raw": [
2130*17293a6fSEric Samelson            "\"\\f\""
2131*17293a6fSEric Samelson        ],
2132*17293a6fSEric Samelson        "header_type": "item",
2133*17293a6fSEric Samelson        "must_fail": true
2134*17293a6fSEric Samelson    },
2135*17293a6fSEric Samelson    {
2136*17293a6fSEric Samelson        "name": "Escaped 0x67 in string",
2137*17293a6fSEric Samelson        "raw": [
2138*17293a6fSEric Samelson            "\"\\g\""
2139*17293a6fSEric Samelson        ],
2140*17293a6fSEric Samelson        "header_type": "item",
2141*17293a6fSEric Samelson        "must_fail": true
2142*17293a6fSEric Samelson    },
2143*17293a6fSEric Samelson    {
2144*17293a6fSEric Samelson        "name": "Escaped 0x68 in string",
2145*17293a6fSEric Samelson        "raw": [
2146*17293a6fSEric Samelson            "\"\\h\""
2147*17293a6fSEric Samelson        ],
2148*17293a6fSEric Samelson        "header_type": "item",
2149*17293a6fSEric Samelson        "must_fail": true
2150*17293a6fSEric Samelson    },
2151*17293a6fSEric Samelson    {
2152*17293a6fSEric Samelson        "name": "Escaped 0x69 in string",
2153*17293a6fSEric Samelson        "raw": [
2154*17293a6fSEric Samelson            "\"\\i\""
2155*17293a6fSEric Samelson        ],
2156*17293a6fSEric Samelson        "header_type": "item",
2157*17293a6fSEric Samelson        "must_fail": true
2158*17293a6fSEric Samelson    },
2159*17293a6fSEric Samelson    {
2160*17293a6fSEric Samelson        "name": "Escaped 0x6a in string",
2161*17293a6fSEric Samelson        "raw": [
2162*17293a6fSEric Samelson            "\"\\j\""
2163*17293a6fSEric Samelson        ],
2164*17293a6fSEric Samelson        "header_type": "item",
2165*17293a6fSEric Samelson        "must_fail": true
2166*17293a6fSEric Samelson    },
2167*17293a6fSEric Samelson    {
2168*17293a6fSEric Samelson        "name": "Escaped 0x6b in string",
2169*17293a6fSEric Samelson        "raw": [
2170*17293a6fSEric Samelson            "\"\\k\""
2171*17293a6fSEric Samelson        ],
2172*17293a6fSEric Samelson        "header_type": "item",
2173*17293a6fSEric Samelson        "must_fail": true
2174*17293a6fSEric Samelson    },
2175*17293a6fSEric Samelson    {
2176*17293a6fSEric Samelson        "name": "Escaped 0x6c in string",
2177*17293a6fSEric Samelson        "raw": [
2178*17293a6fSEric Samelson            "\"\\l\""
2179*17293a6fSEric Samelson        ],
2180*17293a6fSEric Samelson        "header_type": "item",
2181*17293a6fSEric Samelson        "must_fail": true
2182*17293a6fSEric Samelson    },
2183*17293a6fSEric Samelson    {
2184*17293a6fSEric Samelson        "name": "Escaped 0x6d in string",
2185*17293a6fSEric Samelson        "raw": [
2186*17293a6fSEric Samelson            "\"\\m\""
2187*17293a6fSEric Samelson        ],
2188*17293a6fSEric Samelson        "header_type": "item",
2189*17293a6fSEric Samelson        "must_fail": true
2190*17293a6fSEric Samelson    },
2191*17293a6fSEric Samelson    {
2192*17293a6fSEric Samelson        "name": "Escaped 0x6e in string",
2193*17293a6fSEric Samelson        "raw": [
2194*17293a6fSEric Samelson            "\"\\n\""
2195*17293a6fSEric Samelson        ],
2196*17293a6fSEric Samelson        "header_type": "item",
2197*17293a6fSEric Samelson        "must_fail": true
2198*17293a6fSEric Samelson    },
2199*17293a6fSEric Samelson    {
2200*17293a6fSEric Samelson        "name": "Escaped 0x6f in string",
2201*17293a6fSEric Samelson        "raw": [
2202*17293a6fSEric Samelson            "\"\\o\""
2203*17293a6fSEric Samelson        ],
2204*17293a6fSEric Samelson        "header_type": "item",
2205*17293a6fSEric Samelson        "must_fail": true
2206*17293a6fSEric Samelson    },
2207*17293a6fSEric Samelson    {
2208*17293a6fSEric Samelson        "name": "Escaped 0x70 in string",
2209*17293a6fSEric Samelson        "raw": [
2210*17293a6fSEric Samelson            "\"\\p\""
2211*17293a6fSEric Samelson        ],
2212*17293a6fSEric Samelson        "header_type": "item",
2213*17293a6fSEric Samelson        "must_fail": true
2214*17293a6fSEric Samelson    },
2215*17293a6fSEric Samelson    {
2216*17293a6fSEric Samelson        "name": "Escaped 0x71 in string",
2217*17293a6fSEric Samelson        "raw": [
2218*17293a6fSEric Samelson            "\"\\q\""
2219*17293a6fSEric Samelson        ],
2220*17293a6fSEric Samelson        "header_type": "item",
2221*17293a6fSEric Samelson        "must_fail": true
2222*17293a6fSEric Samelson    },
2223*17293a6fSEric Samelson    {
2224*17293a6fSEric Samelson        "name": "Escaped 0x72 in string",
2225*17293a6fSEric Samelson        "raw": [
2226*17293a6fSEric Samelson            "\"\\r\""
2227*17293a6fSEric Samelson        ],
2228*17293a6fSEric Samelson        "header_type": "item",
2229*17293a6fSEric Samelson        "must_fail": true
2230*17293a6fSEric Samelson    },
2231*17293a6fSEric Samelson    {
2232*17293a6fSEric Samelson        "name": "Escaped 0x73 in string",
2233*17293a6fSEric Samelson        "raw": [
2234*17293a6fSEric Samelson            "\"\\s\""
2235*17293a6fSEric Samelson        ],
2236*17293a6fSEric Samelson        "header_type": "item",
2237*17293a6fSEric Samelson        "must_fail": true
2238*17293a6fSEric Samelson    },
2239*17293a6fSEric Samelson    {
2240*17293a6fSEric Samelson        "name": "Escaped 0x74 in string",
2241*17293a6fSEric Samelson        "raw": [
2242*17293a6fSEric Samelson            "\"\\t\""
2243*17293a6fSEric Samelson        ],
2244*17293a6fSEric Samelson        "header_type": "item",
2245*17293a6fSEric Samelson        "must_fail": true
2246*17293a6fSEric Samelson    },
2247*17293a6fSEric Samelson    {
2248*17293a6fSEric Samelson        "name": "Escaped 0x75 in string",
2249*17293a6fSEric Samelson        "raw": [
2250*17293a6fSEric Samelson            "\"\\u\""
2251*17293a6fSEric Samelson        ],
2252*17293a6fSEric Samelson        "header_type": "item",
2253*17293a6fSEric Samelson        "must_fail": true
2254*17293a6fSEric Samelson    },
2255*17293a6fSEric Samelson    {
2256*17293a6fSEric Samelson        "name": "Escaped 0x76 in string",
2257*17293a6fSEric Samelson        "raw": [
2258*17293a6fSEric Samelson            "\"\\v\""
2259*17293a6fSEric Samelson        ],
2260*17293a6fSEric Samelson        "header_type": "item",
2261*17293a6fSEric Samelson        "must_fail": true
2262*17293a6fSEric Samelson    },
2263*17293a6fSEric Samelson    {
2264*17293a6fSEric Samelson        "name": "Escaped 0x77 in string",
2265*17293a6fSEric Samelson        "raw": [
2266*17293a6fSEric Samelson            "\"\\w\""
2267*17293a6fSEric Samelson        ],
2268*17293a6fSEric Samelson        "header_type": "item",
2269*17293a6fSEric Samelson        "must_fail": true
2270*17293a6fSEric Samelson    },
2271*17293a6fSEric Samelson    {
2272*17293a6fSEric Samelson        "name": "Escaped 0x78 in string",
2273*17293a6fSEric Samelson        "raw": [
2274*17293a6fSEric Samelson            "\"\\x\""
2275*17293a6fSEric Samelson        ],
2276*17293a6fSEric Samelson        "header_type": "item",
2277*17293a6fSEric Samelson        "must_fail": true
2278*17293a6fSEric Samelson    },
2279*17293a6fSEric Samelson    {
2280*17293a6fSEric Samelson        "name": "Escaped 0x79 in string",
2281*17293a6fSEric Samelson        "raw": [
2282*17293a6fSEric Samelson            "\"\\y\""
2283*17293a6fSEric Samelson        ],
2284*17293a6fSEric Samelson        "header_type": "item",
2285*17293a6fSEric Samelson        "must_fail": true
2286*17293a6fSEric Samelson    },
2287*17293a6fSEric Samelson    {
2288*17293a6fSEric Samelson        "name": "Escaped 0x7a in string",
2289*17293a6fSEric Samelson        "raw": [
2290*17293a6fSEric Samelson            "\"\\z\""
2291*17293a6fSEric Samelson        ],
2292*17293a6fSEric Samelson        "header_type": "item",
2293*17293a6fSEric Samelson        "must_fail": true
2294*17293a6fSEric Samelson    },
2295*17293a6fSEric Samelson    {
2296*17293a6fSEric Samelson        "name": "Escaped 0x7b in string",
2297*17293a6fSEric Samelson        "raw": [
2298*17293a6fSEric Samelson            "\"\\{\""
2299*17293a6fSEric Samelson        ],
2300*17293a6fSEric Samelson        "header_type": "item",
2301*17293a6fSEric Samelson        "must_fail": true
2302*17293a6fSEric Samelson    },
2303*17293a6fSEric Samelson    {
2304*17293a6fSEric Samelson        "name": "Escaped 0x7c in string",
2305*17293a6fSEric Samelson        "raw": [
2306*17293a6fSEric Samelson            "\"\\|\""
2307*17293a6fSEric Samelson        ],
2308*17293a6fSEric Samelson        "header_type": "item",
2309*17293a6fSEric Samelson        "must_fail": true
2310*17293a6fSEric Samelson    },
2311*17293a6fSEric Samelson    {
2312*17293a6fSEric Samelson        "name": "Escaped 0x7d in string",
2313*17293a6fSEric Samelson        "raw": [
2314*17293a6fSEric Samelson            "\"\\}\""
2315*17293a6fSEric Samelson        ],
2316*17293a6fSEric Samelson        "header_type": "item",
2317*17293a6fSEric Samelson        "must_fail": true
2318*17293a6fSEric Samelson    },
2319*17293a6fSEric Samelson    {
2320*17293a6fSEric Samelson        "name": "Escaped 0x7e in string",
2321*17293a6fSEric Samelson        "raw": [
2322*17293a6fSEric Samelson            "\"\\~\""
2323*17293a6fSEric Samelson        ],
2324*17293a6fSEric Samelson        "header_type": "item",
2325*17293a6fSEric Samelson        "must_fail": true
2326*17293a6fSEric Samelson    },
2327*17293a6fSEric Samelson    {
2328*17293a6fSEric Samelson        "name": "Escaped 0x7f in string",
2329*17293a6fSEric Samelson        "raw": [
2330*17293a6fSEric Samelson            "\"\\\u007f\""
2331*17293a6fSEric Samelson        ],
2332*17293a6fSEric Samelson        "header_type": "item",
2333*17293a6fSEric Samelson        "must_fail": true
2334*17293a6fSEric Samelson    }
2335*17293a6fSEric Samelson]