Lines Matching refs:hex
52 // Try with hex, not just decimal entities
91 test("8 digits for hex entity", "A", "A", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
92 test("More than 8 digits for hex entity", "Ł", "Ł", [0, 0xFFFF, 0, 0xFFFF],…
107 test("Successive hex entities", "22", "22", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
111 test("Starting entity immediately after hex entity which is too long", "�A", "đ…
116 testNonAscii("Starting entity immediately after valid hex entity which is just within maximum lengt…
119 test("Starting entity immediately after invalid hex entity", "�A", "
", [0x1, 0xFFFF, 0,…
143 // First try invalid decimal/hex entities
148 // Now try valid decimal/hex entities
194 8 digits for hex entity: string(12) "A" => string(1) "A" (Good)
195 More than 8 digits for hex entity: string(13) "Ł" => string(13) "Ł" (Good)
202 Successive hex entities: string(11) "22" => string(2) "22" (Good)
204 Starting entity immediately after hex entity which is too long: string(17) "�A" => s…
206 Starting entity immediately after valid hex entity which is just within maximum length: 00000026000…
208 Starting entity immediately after invalid hex entity: string(9) "�A" => string(5) "
" (G…