1[ 2 { 3 "name": "basic token - item", 4 "raw": ["a_b-c.d3:f%00/*"], 5 "header_type": "item", 6 "expected": [{"__type": "token", "value": "a_b-c.d3:f%00/*"}, []] 7 }, 8 { 9 "name": "token with capitals - item", 10 "raw": ["fooBar"], 11 "header_type": "item", 12 "expected": [{"__type": "token", "value": "fooBar"}, []] 13 }, 14 { 15 "name": "token starting with capitals - item", 16 "raw": ["FooBar"], 17 "header_type": "item", 18 "expected": [{"__type": "token", "value": "FooBar"}, []] 19 }, 20 { 21 "name": "basic token - list", 22 "raw": ["a_b-c3/*"], 23 "header_type": "list", 24 "expected": [[{"__type": "token", "value": "a_b-c3/*"}, []]] 25 }, 26 { 27 "name": "token with capitals - list", 28 "raw": ["fooBar"], 29 "header_type": "list", 30 "expected": [[{"__type": "token", "value": "fooBar"}, []]] 31 }, 32 { 33 "name": "token starting with capitals - list", 34 "raw": ["FooBar"], 35 "header_type": "list", 36 "expected": [[{"__type": "token", "value": "FooBar"}, []]] 37 } 38] 39