Lines Matching refs:hex
52 // Try with hex, not just decimal entities
84 test("8 digits for hex entity", "A", "A", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
85 test("More than 8 digits for hex entity", "Ł", "Ł", [0, 0xFFFF, 0, 0xFFFF],…
100 test("Successive hex entities", "22", "22", [0, 0xFFFF, 0, 0xFFFF], 'ASCII');
104 test("Starting entity immediately after hex entity which is too long", "�A", "đ…
107 test("Starting entity immediately after invalid hex entity", "�A", "
", [0x1, 0xFFFF, 0,…
116 // First try invalid decimal/hex entities
121 // Now try valid decimal/hex entities
166 8 digits for hex entity: string(12) "A" => string(1) "A" (Good)
167 More than 8 digits for hex entity: string(13) "Ł" => string(13) "Ł" (Good)
174 Successive hex entities: string(11) "22" => string(2) "22" (Good)
176 Starting entity immediately after hex entity which is too long: string(17) "�A" => s…
178 Starting entity immediately after invalid hex entity: string(9) "�A" => string(5) "
" (G…