Checking if your kit is complete... Looks good Writing Makefile for HTML::StripScripts cp StripScripts.pm blib/lib/HTML/StripScripts.pm Manifying blib/man3/HTML::StripScripts.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.8.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/10basic..............1..8 ok 1 - use HTML::StripScripts; ok 2 - The object isa HTML::StripScripts ok 3 - The object isa HTML::StripScripts ok 4 - empty document ok 5 - basic ok 6 - second document ok 7 - style attribute ok 8 - img alt ok t/20config.............1..24 ok 1 - default context is Flow ok 2 - context Flow ok 3 - context Inline ok 4 - context NoTags ok 5 - context Document ok 6 - context Document both ok 7 - context Document html ok 8 - BanList takes effect ok 9 - BanAllBut takes effect ok 10 - BanList beats BanAllBut ok 11 - BanList as Array beats BanAllBut ok 12 - AllowSrc defaults to no ok 13 - AllowSrc yes ok 14 - AllowSrc checks URL ok 15 - AllowHref defaults to no ok 16 - AllowHref yes ok 17 - AllowHref checks URL ok 18 - EscapeFiltered on ok 19 - EscapeFiltered on ok 20 - AllowMailto defaults to no ok 21 - AllowHref doesn't enable mailto's ok 22 - AllowMailto yes ok 23 - AllowMailto + AllowHref works with mailto ok 24 - AllowMailto + AllowHref works with http ok t/21input_start........1..15 ok 1 - input_start reject null ok 2 - input_start reject empty ok 3 - input_start reject malformed ok 4 - input_start reject unknown ok 5 - input_start ignore trailing junk ok 6 - input_start overwrite repeated values ok 7 - input_start allow squashed values ok 8 - input_start accept singlequotes ok 9 - input_start accept unquoted ok 10 - input_start allow < in singlequotes ok 11 - input_start allow < in doublequotes ok 12 - input_start reject unquoted entity ok 13 - input_start reject malformed entity ok 14 - input_start accept valueless attribute ok 15 - input_start rewrite valueless attribute ok t/22input_end..........1..7 ok 1 - input_end reject null ok 2 - input_end reject empty ok 3 - input_end reject malformed ok 4 - input_end reject unknown ok 5 - input_end reject misplaced ok 6 - input_end accept valid ok 7 - input_end accept uppercase ok t/30subclass...........1..27 ok 1 - subclass output_start_document ok 2 - subclass output_end_document ok 3 - subclass output_start ok 4 - subclass output_text ok 5 - subclass output_end ok 6 - subclass output ok 7 - subclass reject start ok 8 - subclass reject end ok 9 - subclass reject_text ok 10 - subclass reject_decalaration ok 11 - subclass reject_comment ok 12 - subclass reject_process ok 13 - subclass init_context_whitelist ok 14 - subclass init_context_whitelist didn't break superclass ok 15 - subclass init_attrib_whitelist ok 16 - subclass init_attrib_whitelist didn't break superclass ok 17 - subclass init_attval_whitelist ok 18 - subclass init_attval_whitelist deobfuscate pink ok 19 - subclass init_attval_whitelist didn't break superclass ok 20 - subclass init_style_whitelist ok 21 - subclass init_style_whitelist didn't break superclass ok 22 - subclass init_deinter_whitelist ok 23 - subclass init_style_whitelist didn't break superclass ok 24 - subclass validate_href_attribute ok 25 - subclass filter_text ok 26 - subclass escape_html_metachars ok 27 - subclass escape_html_metachars ok t/40bodytext...........1..368 ok 1 - text input [] ok 2 - text input [==] ok 3 - img alt input [] ok 4 - img alt input [==] ok 5 - text input ['] ok 6 - text input [='=] ok 7 - img alt input ['] ok 8 - img alt input [='=] ok 9 - text input [&amp;] ok 10 - text input [=&amp;=] ok 11 - img alt input [&amp;] ok 12 - img alt input [=&amp;=] ok 13 - text input [&\#38;amp;] ok 14 - text input [=&\#38;amp;=] ok 15 - img alt input [&\#38;amp;] ok 16 - img alt input [=&\#38;amp;=] ok 17 - text input [&*] ok 18 - text input [=&*=] ok 19 - img alt input [&*] ok 20 - img alt input [=&*=] ok 21 - text input [&\#31337;] ok 22 - text input [=&\#31337;=] ok 23 - img alt input [&\#31337;] ok 24 - img alt input [=&\#31337;=] ok 25 - text input [&\#00337;] ok 26 - text input [=&\#00337;=] ok 27 - img alt input [&\#00337;] ok 28 - img alt input [=&\#00337;=] ok 29 - text input [&\#xF78A;] ok 30 - text input [=&\#xF78A;=] ok 31 - img alt input [&\#xF78A;] ok 32 - img alt input [=&\#xF78A;=] ok 33 - text input [&\#XF78A;] ok 34 - text input [=&\#XF78A;=] ok 35 - img alt input [&\#XF78A;] ok 36 - img alt input [=&\#XF78A;=] ok 37 - text input [&\#x00F78A;] ok 38 - text input [=&\#x00F78A;=] ok 39 - img alt input [&\#x00F78A;] ok 40 - img alt input [=&\#x00F78A;=] ok 41 - text input [&\#X00F78A;] ok 42 - text input [=&\#X00F78A;=] ok 43 - img alt input [&\#X00F78A;] ok 44 - img alt input [=&\#X00F78A;=] ok 45 - text input [&foo;] ok 46 - text input [=&foo;=] ok 47 - img alt input [&foo;] ok 48 - img alt input [=&foo;=] ok 49 - text input [&Foo3;] ok 50 - text input [=&Foo3;=] ok 51 - img alt input [&Foo3;] ok 52 - img alt input [=&Foo3;=] ok 53 - text input [] ok 54 - text input [==] ok 55 - img alt input [] ok 56 - img alt input [==] ok 57 - text input [<] ok 58 - text input [=<=] ok 59 - img alt input [<] ok 60 - img alt input [=<=] ok 61 - text input [<] ok 62 - text input [=<=] ok 63 - img alt input [<] ok 64 - img alt input [=<=] ok 65 - text input [&\#60;] ok 66 - text input [=&\#60;=] ok 67 - img alt input [&\#60;] ok 68 - img alt input [=&\#60;=] ok 69 - text input [&\#060;] ok 70 - text input [=&\#060;=] ok 71 - img alt input [&\#060;] ok 72 - img alt input [=&\#060;=] ok 73 - text input [&\#00060;] ok 74 - text input [=&\#00060;=] ok 75 - img alt input [&\#00060;] ok 76 - img alt input [=&\#00060;=] ok 77 - text input [&\#x3c;] ok 78 - text input [=&\#x3c;=] ok 79 - img alt input [&\#x3c;] ok 80 - img alt input [=&\#x3c;=] ok 81 - text input [&\#X3c;] ok 82 - text input [=&\#X3c;=] ok 83 - img alt input [&\#X3c;] ok 84 - img alt input [=&\#X3c;=] ok 85 - text input [&\#x03c;] ok 86 - text input [=&\#x03c;=] ok 87 - img alt input [&\#x03c;] ok 88 - img alt input [=&\#x03c;=] ok 89 - text input [&\#X03c;] ok 90 - text input [=&\#X03c;=] ok 91 - img alt input [&\#X03c;] ok 92 - img alt input [=&\#X03c;=] ok 93 - text input [&\#x0003c;] ok 94 - text input [=&\#x0003c;=] ok 95 - img alt input [&\#x0003c;] ok 96 - img alt input [=&\#x0003c;=] ok 97 - text input [&\#X0003c;] ok 98 - text input [=&\#X0003c;=] ok 99 - img alt input [&\#X0003c;] ok 100 - img alt input [=&\#X0003c;=] ok 101 - text input [&\#x3C;] ok 102 - text input [=&\#x3C;=] ok 103 - img alt input [&\#x3C;] ok 104 - img alt input [=&\#x3C;=] ok 105 - text input [&\#X3C;] ok 106 - text input [=&\#X3C;=] ok 107 - img alt input [&\#X3C;] ok 108 - img alt input [=&\#X3C;=] ok 109 - text input [&\#x03C;] ok 110 - text input [=&\#x03C;=] ok 111 - img alt input [&\#x03C;] ok 112 - img alt input [=&\#x03C;=] ok 113 - text input [&\#X03C;] ok 114 - text input [=&\#X03C;=] ok 115 - img alt input [&\#X03C;] ok 116 - img alt input [=&\#X03C;=] ok 117 - text input [&\#x0003C;] ok 118 - text input [=&\#x0003C;=] ok 119 - img alt input [&\#x0003C;] ok 120 - img alt input [=&\#x0003C;=] ok 121 - text input [&\#X0003C;] ok 122 - text input [=&\#X0003C;=] ok 123 - img alt input [&\#X0003C;] ok 124 - img alt input [=&\#X0003C;=] ok 125 - text input [>] ok 126 - text input [=>=] ok 127 - img alt input [>] ok 128 - img alt input [=>=] ok 129 - text input [>] ok 130 - text input [=>=] ok 131 - img alt input [>] ok 132 - img alt input [=>=] ok 133 - text input [&\#62;] ok 134 - text input [=&\#62;=] ok 135 - img alt input [&\#62;] ok 136 - img alt input [=&\#62;=] ok 137 - text input [&\#062;] ok 138 - text input [=&\#062;=] ok 139 - img alt input [&\#062;] ok 140 - img alt input [=&\#062;=] ok 141 - text input [&\#00062;] ok 142 - text input [=&\#00062;=] ok 143 - img alt input [&\#00062;] ok 144 - img alt input [=&\#00062;=] ok 145 - text input [&\#x3e;] ok 146 - text input [=&\#x3e;=] ok 147 - img alt input [&\#x3e;] ok 148 - img alt input [=&\#x3e;=] ok 149 - text input [&\#X3e;] ok 150 - text input [=&\#X3e;=] ok 151 - img alt input [&\#X3e;] ok 152 - img alt input [=&\#X3e;=] ok 153 - text input [&\#x03e;] ok 154 - text input [=&\#x03e;=] ok 155 - img alt input [&\#x03e;] ok 156 - img alt input [=&\#x03e;=] ok 157 - text input [&\#X03e;] ok 158 - text input [=&\#X03e;=] ok 159 - img alt input [&\#X03e;] ok 160 - img alt input [=&\#X03e;=] ok 161 - text input [&\#x0003e;] ok 162 - text input [=&\#x0003e;=] ok 163 - img alt input [&\#x0003e;] ok 164 - img alt input [=&\#x0003e;=] ok 165 - text input [&\#X0003e;] ok 166 - text input [=&\#X0003e;=] ok 167 - img alt input [&\#X0003e;] ok 168 - img alt input [=&\#X0003e;=] ok 169 - text input [&\#x3E;] ok 170 - text input [=&\#x3E;=] ok 171 - img alt input [&\#x3E;] ok 172 - img alt input [=&\#x3E;=] ok 173 - text input [&\#X3E;] ok 174 - text input [=&\#X3E;=] ok 175 - img alt input [&\#X3E;] ok 176 - img alt input [=&\#X3E;=] ok 177 - text input [&\#x03E;] ok 178 - text input [=&\#x03E;=] ok 179 - img alt input [&\#x03E;] ok 180 - img alt input [=&\#x03E;=] ok 181 - text input [&\#X03E;] ok 182 - text input [=&\#X03E;=] ok 183 - img alt input [&\#X03E;] ok 184 - img alt input [=&\#X03E;=] ok 185 - text input [&\#x0003E;] ok 186 - text input [=&\#x0003E;=] ok 187 - img alt input [&\#x0003E;] ok 188 - img alt input [=&\#x0003E;=] ok 189 - text input [&\#X0003E;] ok 190 - text input [=&\#X0003E;=] ok 191 - img alt input [&\#X0003E;] ok 192 - img alt input [=&\#X0003E;=] ok 193 - text input [&] ok 194 - text input [=&=] ok 195 - img alt input [&] ok 196 - img alt input [=&=] ok 197 - text input [&] ok 198 - text input [=&=] ok 199 - img alt input [&] ok 200 - img alt input [=&=] ok 201 - text input [&\#38;] ok 202 - text input [=&\#38;=] ok 203 - img alt input [&\#38;] ok 204 - img alt input [=&\#38;=] ok 205 - text input [&\#038;] ok 206 - text input [=&\#038;=] ok 207 - img alt input [&\#038;] ok 208 - img alt input [=&\#038;=] ok 209 - text input [&\#00038;] ok 210 - text input [=&\#00038;=] ok 211 - img alt input [&\#00038;] ok 212 - img alt input [=&\#00038;=] ok 213 - text input [&\#x26;] ok 214 - text input [=&\#x26;=] ok 215 - img alt input [&\#x26;] ok 216 - img alt input [=&\#x26;=] ok 217 - text input [&\#X26;] ok 218 - text input [=&\#X26;=] ok 219 - img alt input [&\#X26;] ok 220 - img alt input [=&\#X26;=] ok 221 - text input [&\#x026;] ok 222 - text input [=&\#x026;=] ok 223 - img alt input [&\#x026;] ok 224 - img alt input [=&\#x026;=] ok 225 - text input [&\#X026;] ok 226 - text input [=&\#X026;=] ok 227 - img alt input [&\#X026;] ok 228 - img alt input [=&\#X026;=] ok 229 - text input [&\#x00026;] ok 230 - text input [=&\#x00026;=] ok 231 - img alt input [&\#x00026;] ok 232 - img alt input [=&\#x00026;=] ok 233 - text input [&\#X00026;] ok 234 - text input [=&\#X00026;=] ok 235 - img alt input [&\#X00026;] ok 236 - img alt input [=&\#X00026;=] ok 237 - text input ["] ok 238 - text input [="=] ok 239 - img alt input ["] ok 240 - img alt input [="=] ok 241 - text input ["] ok 242 - text input [="=] ok 243 - img alt input ["] ok 244 - img alt input [="=] ok 245 - text input [&\#34;] ok 246 - text input [=&\#34;=] ok 247 - img alt input [&\#34;] ok 248 - img alt input [=&\#34;=] ok 249 - text input [&\#034;] ok 250 - text input [=&\#034;=] ok 251 - img alt input [&\#034;] ok 252 - img alt input [=&\#034;=] ok 253 - text input [&\#00034;] ok 254 - text input [=&\#00034;=] ok 255 - img alt input [&\#00034;] ok 256 - img alt input [=&\#00034;=] ok 257 - text input [&\#x22;] ok 258 - text input [=&\#x22;=] ok 259 - img alt input [&\#x22;] ok 260 - img alt input [=&\#x22;=] ok 261 - text input [&\#X22;] ok 262 - text input [=&\#X22;=] ok 263 - img alt input [&\#X22;] ok 264 - img alt input [=&\#X22;=] ok 265 - text input [&\#x022;] ok 266 - text input [=&\#x022;=] ok 267 - img alt input [&\#x022;] ok 268 - img alt input [=&\#x022;=] ok 269 - text input [&\#X022;] ok 270 - text input [=&\#X022;=] ok 271 - img alt input [&\#X022;] ok 272 - img alt input [=&\#X022;=] ok 273 - text input [&\#x00022;] ok 274 - text input [=&\#x00022;=] ok 275 - img alt input [&\#x00022;] ok 276 - img alt input [=&\#x00022;=] ok 277 - text input [&\#X00022;] ok 278 - text input [=&\#X00022;=] ok 279 - img alt input [&\#X00022;] ok 280 - img alt input [=&\#X00022;=] ok 281 - text input ['] ok 282 - text input [='=] ok 283 - img alt input ['] ok 284 - img alt input [='=] ok 285 - text input [&\#39;] ok 286 - text input [=&\#39;=] ok 287 - img alt input [&\#39;] ok 288 - img alt input [=&\#39;=] ok 289 - text input [&\#39;] ok 290 - text input [=&\#39;=] ok 291 - img alt input [&\#39;] ok 292 - img alt input [=&\#39;=] ok 293 - text input [&\#039;] ok 294 - text input [=&\#039;=] ok 295 - img alt input [&\#039;] ok 296 - img alt input [=&\#039;=] ok 297 - text input [&\#00039;] ok 298 - text input [=&\#00039;=] ok 299 - img alt input [&\#00039;] ok 300 - img alt input [=&\#00039;=] ok 301 - text input [&\#x27;] ok 302 - text input [=&\#x27;=] ok 303 - img alt input [&\#x27;] ok 304 - img alt input [=&\#x27;=] ok 305 - text input [&\#X27;] ok 306 - text input [=&\#X27;=] ok 307 - img alt input [&\#X27;] ok 308 - img alt input [=&\#X27;=] ok 309 - text input [&\#x027;] ok 310 - text input [=&\#x027;=] ok 311 - img alt input [&\#x027;] ok 312 - img alt input [=&\#x027;=] ok 313 - text input [&\#X027;] ok 314 - text input [=&\#X027;=] ok 315 - img alt input [&\#X027;] ok 316 - img alt input [=&\#X027;=] ok 317 - text input [&\#x00027;] ok 318 - text input [=&\#x00027;=] ok 319 - img alt input [&\#x00027;] ok 320 - img alt input [=&\#x00027;=] ok 321 - text input [&\#X00027;] ok 322 - text input [=&\#X00027;=] ok 323 - img alt input [&\#X00027;] ok 324 - img alt input [=&\#X00027;=] ok 325 - text input [a] ok 326 - text input [=a=] ok 327 - img alt input [a] ok 328 - img alt input [=a=] ok 329 - text input [a] ok 330 - text input [=a=] ok 331 - img alt input [a] ok 332 - img alt input [=a=] ok 333 - text input [&\#97;] ok 334 - text input [=&\#97;=] ok 335 - img alt input [&\#97;] ok 336 - img alt input [=&\#97;=] ok 337 - text input [&\#097;] ok 338 - text input [=&\#097;=] ok 339 - img alt input [&\#097;] ok 340 - img alt input [=&\#097;=] ok 341 - text input [&\#00097;] ok 342 - text input [=&\#00097;=] ok 343 - img alt input [&\#00097;] ok 344 - img alt input [=&\#00097;=] ok 345 - text input [&\#x61;] ok 346 - text input [=&\#x61;=] ok 347 - img alt input [&\#x61;] ok 348 - img alt input [=&\#x61;=] ok 349 - text input [&\#X61;] ok 350 - text input [=&\#X61;=] ok 351 - img alt input [&\#X61;] ok 352 - img alt input [=&\#X61;=] ok 353 - text input [&\#x061;] ok 354 - text input [=&\#x061;=] ok 355 - img alt input [&\#x061;] ok 356 - img alt input [=&\#x061;=] ok 357 - text input [&\#X061;] ok 358 - text input [=&\#X061;=] ok 359 - img alt input [&\#X061;] ok 360 - img alt input [=&\#X061;=] ok 361 - text input [&\#x00061;] ok 362 - text input [=&\#x00061;=] ok 363 - img alt input [&\#x00061;] ok 364 - img alt input [=&\#x00061;=] ok 365 - text input [&\#X00061;] ok 366 - text input [=&\#X00061;=] ok 367 - img alt input [&\#X00061;] ok 368 - img alt input [=&\#X00061;=] ok t/50rel_url............1..12 ok 1 - no rel malicious ok 2 - no rel garbage ok 3 - no rel absolute ok 4 - no rel full ok 5 - no rel relative ok 6 - no rel relative .. ok 7 - yes rel malicious ok 8 - yes rel garbage ok 9 - yes rel absolute ok 10 - yes rel full ok 11 - yes rel relative ok 12 - yes rel relative .. ok t/60rules_tag..........1..48 ok 1 - undef :: undef ok 2 - undef :: 0 ok 3 - undef :: 1 ok 4 - undef :: sub ok 5 - undef :: hash ok 6 - undef :: tag_0 ok 7 - undef :: tag_1 ok 8 - undef :: tag_sub ok 9 - 0 :: undef ok 10 - 0 :: 0 ok 11 - 0 :: 1 ok 12 - 0 :: sub ok 13 - 0 :: hash ok 14 - 0 :: tag_0 ok 15 - 0 :: tag_1 ok 16 - 0 :: tag_sub ok 17 - 1 :: undef ok 18 - 1 :: 0 ok 19 - 1 :: 1 ok 20 - 1 :: sub ok 21 - 1 :: hash ok 22 - 1 :: tag_0 ok 23 - 1 :: tag_1 ok 24 - 1 :: tag_sub ok 25 - sub :: undef ok 26 - sub :: 0 ok 27 - sub :: 1 ok 28 - sub :: sub ok 29 - sub :: hash ok 30 - sub :: tag_0 ok 31 - sub :: tag_1 ok 32 - sub :: tag_sub ok 33 - hash :: undef ok 34 - hash :: 0 ok 35 - hash :: 1 ok 36 - hash :: sub ok 37 - hash :: hash ok 38 - hash :: tag_0 ok 39 - hash :: tag_1 ok 40 - hash :: tag_sub ok 41 - tag_sub :: undef ok 42 - tag_sub :: 0 ok 43 - tag_sub :: 1 ok 44 - tag_sub :: sub ok 45 - tag_sub :: hash ok 46 - tag_sub :: tag_0 ok 47 - tag_sub :: tag_1 ok 48 - tag_sub :: tag_sub ok t/61rules_attribs......1..1372 ok 1 - [img::none][*::none] ok 2 - [img::none][*::undef:undef] ok 3 - [img::none][*::undef:0] ok 4 - [img::none][*::undef:1] ok 5 - [img::none][*::undef:string] ok 6 - [img::none][*::undef:regex] ok 7 - [img::none][*::undef:sub] ok 8 - [img::none][*::0:undef] ok 9 - [img::none][*::0:0] ok 10 - [img::none][*::0:1] ok 11 - [img::none][*::0:string] ok 12 - [img::none][*::0:regex] ok 13 - [img::none][*::0:sub] ok 14 - [img::none][*::1:undef] ok 15 - [img::none][*::1:0] ok 16 - [img::none][*::1:1] ok 17 - [img::none][*::1:string] ok 18 - [img::none][*::1:regex] ok 19 - [img::none][*::1:sub] ok 20 - [img::none][*::string:undef] ok 21 - [img::none][*::string:0] ok 22 - [img::none][*::string:1] ok 23 - [img::none][*::string:string] ok 24 - [img::none][*::string:regex] ok 25 - [img::none][*::string:sub] ok 26 - [img::none][*::regex:undef] ok 27 - [img::none][*::regex:0] ok 28 - [img::none][*::regex:1] ok 29 - [img::none][*::regex:string] ok 30 - [img::none][*::regex:regex] ok 31 - [img::none][*::regex:sub] ok 32 - [img::none][*::sub:undef] ok 33 - [img::none][*::sub:0] ok 34 - [img::none][*::sub:1] ok 35 - [img::none][*::sub:string] ok 36 - [img::none][*::sub:regex] ok 37 - [img::none][*::sub:sub] ok 38 - [img::undef:undef][*::none] ok 39 - [img::undef:0][*::none] ok 40 - [img::undef:1][*::none] ok 41 - [img::undef:string][*::none] ok 42 - [img::undef:regex][*::none] ok 43 - [img::undef:sub][*::none] ok 44 - [img::0:undef][*::none] ok 45 - [img::0:0][*::none] ok 46 - [img::0:1][*::none] ok 47 - [img::0:string][*::none] ok 48 - [img::0:regex][*::none] ok 49 - [img::0:sub][*::none] ok 50 - [img::1:undef][*::none] ok 51 - [img::1:0][*::none] ok 52 - [img::1:1][*::none] ok 53 - [img::1:string][*::none] ok 54 - [img::1:regex][*::none] ok 55 - [img::1:sub][*::none] ok 56 - [img::string:undef][*::none] ok 57 - [img::string:0][*::none] ok 58 - [img::string:1][*::none] ok 59 - [img::string:string][*::none] ok 60 - [img::string:regex][*::none] ok 61 - [img::string:sub][*::none] ok 62 - [img::regex:undef][*::none] ok 63 - [img::regex:0][*::none] ok 64 - [img::regex:1][*::none] ok 65 - [img::regex:string][*::none] ok 66 - [img::regex:regex][*::none] ok 67 - [img::regex:sub][*::none] ok 68 - [img::sub:undef][*::none] ok 69 - [img::sub:0][*::none] ok 70 - [img::sub:1][*::none] ok 71 - [img::sub:string][*::none] ok 72 - [img::sub:regex][*::none] ok 73 - [img::sub:sub][*::none] ok 74 - [img::undef:undef][*::undef:undef] ok 75 - [img::undef:undef][*::undef:0] ok 76 - [img::undef:undef][*::undef:1] ok 77 - [img::undef:undef][*::undef:string] ok 78 - [img::undef:undef][*::undef:regex] ok 79 - [img::undef:undef][*::undef:sub] ok 80 - [img::undef:undef][*::0:undef] ok 81 - [img::undef:undef][*::0:0] ok 82 - [img::undef:undef][*::0:1] ok 83 - [img::undef:undef][*::0:string] ok 84 - [img::undef:undef][*::0:regex] ok 85 - [img::undef:undef][*::0:sub] ok 86 - [img::undef:undef][*::1:undef] ok 87 - [img::undef:undef][*::1:0] ok 88 - [img::undef:undef][*::1:1] ok 89 - [img::undef:undef][*::1:string] ok 90 - [img::undef:undef][*::1:regex] ok 91 - [img::undef:undef][*::1:sub] ok 92 - [img::undef:undef][*::string:undef] ok 93 - [img::undef:undef][*::string:0] ok 94 - [img::undef:undef][*::string:1] ok 95 - [img::undef:undef][*::string:string] ok 96 - [img::undef:undef][*::string:regex] ok 97 - [img::undef:undef][*::string:sub] ok 98 - [img::undef:undef][*::regex:undef] ok 99 - [img::undef:undef][*::regex:0] ok 100 - [img::undef:undef][*::regex:1] ok 101 - [img::undef:undef][*::regex:string] ok 102 - [img::undef:undef][*::regex:regex] ok 103 - [img::undef:undef][*::regex:sub] ok 104 - [img::undef:undef][*::sub:undef] ok 105 - [img::undef:undef][*::sub:0] ok 106 - [img::undef:undef][*::sub:1] ok 107 - [img::undef:undef][*::sub:string] ok 108 - [img::undef:undef][*::sub:regex] ok 109 - [img::undef:undef][*::sub:sub] ok 110 - [img::undef:0][*::undef:undef] ok 111 - [img::undef:0][*::undef:0] ok 112 - [img::undef:0][*::undef:1] ok 113 - [img::undef:0][*::undef:string] ok 114 - [img::undef:0][*::undef:regex] ok 115 - [img::undef:0][*::undef:sub] ok 116 - [img::undef:0][*::0:undef] ok 117 - [img::undef:0][*::0:0] ok 118 - [img::undef:0][*::0:1] ok 119 - [img::undef:0][*::0:string] ok 120 - [img::undef:0][*::0:regex] ok 121 - [img::undef:0][*::0:sub] ok 122 - [img::undef:0][*::1:undef] ok 123 - [img::undef:0][*::1:0] ok 124 - [img::undef:0][*::1:1] ok 125 - [img::undef:0][*::1:string] ok 126 - [img::undef:0][*::1:regex] ok 127 - [img::undef:0][*::1:sub] ok 128 - [img::undef:0][*::string:undef] ok 129 - [img::undef:0][*::string:0] ok 130 - [img::undef:0][*::string:1] ok 131 - [img::undef:0][*::string:string] ok 132 - [img::undef:0][*::string:regex] ok 133 - [img::undef:0][*::string:sub] ok 134 - [img::undef:0][*::regex:undef] ok 135 - [img::undef:0][*::regex:0] ok 136 - [img::undef:0][*::regex:1] ok 137 - [img::undef:0][*::regex:string] ok 138 - [img::undef:0][*::regex:regex] ok 139 - [img::undef:0][*::regex:sub] ok 140 - [img::undef:0][*::sub:undef] ok 141 - [img::undef:0][*::sub:0] ok 142 - [img::undef:0][*::sub:1] ok 143 - [img::undef:0][*::sub:string] ok 144 - [img::undef:0][*::sub:regex] ok 145 - [img::undef:0][*::sub:sub] ok 146 - [img::undef:1][*::undef:undef] ok 147 - [img::undef:1][*::undef:0] ok 148 - [img::undef:1][*::undef:1] ok 149 - [img::undef:1][*::undef:string] ok 150 - [img::undef:1][*::undef:regex] ok 151 - [img::undef:1][*::undef:sub] ok 152 - [img::undef:1][*::0:undef] ok 153 - [img::undef:1][*::0:0] ok 154 - [img::undef:1][*::0:1] ok 155 - [img::undef:1][*::0:string] ok 156 - [img::undef:1][*::0:regex] ok 157 - [img::undef:1][*::0:sub] ok 158 - [img::undef:1][*::1:undef] ok 159 - [img::undef:1][*::1:0] ok 160 - [img::undef:1][*::1:1] ok 161 - [img::undef:1][*::1:string] ok 162 - [img::undef:1][*::1:regex] ok 163 - [img::undef:1][*::1:sub] ok 164 - [img::undef:1][*::string:undef] ok 165 - [img::undef:1][*::string:0] ok 166 - [img::undef:1][*::string:1] ok 167 - [img::undef:1][*::string:string] ok 168 - [img::undef:1][*::string:regex] ok 169 - [img::undef:1][*::string:sub] ok 170 - [img::undef:1][*::regex:undef] ok 171 - [img::undef:1][*::regex:0] ok 172 - [img::undef:1][*::regex:1] ok 173 - [img::undef:1][*::regex:string] ok 174 - [img::undef:1][*::regex:regex] ok 175 - [img::undef:1][*::regex:sub] ok 176 - [img::undef:1][*::sub:undef] ok 177 - [img::undef:1][*::sub:0] ok 178 - [img::undef:1][*::sub:1] ok 179 - [img::undef:1][*::sub:string] ok 180 - [img::undef:1][*::sub:regex] ok 181 - [img::undef:1][*::sub:sub] ok 182 - [img::undef:string][*::undef:undef] ok 183 - [img::undef:string][*::undef:0] ok 184 - [img::undef:string][*::undef:1] ok 185 - [img::undef:string][*::undef:string] ok 186 - [img::undef:string][*::undef:regex] ok 187 - [img::undef:string][*::undef:sub] ok 188 - [img::undef:string][*::0:undef] ok 189 - [img::undef:string][*::0:0] ok 190 - [img::undef:string][*::0:1] ok 191 - [img::undef:string][*::0:string] ok 192 - [img::undef:string][*::0:regex] ok 193 - [img::undef:string][*::0:sub] ok 194 - [img::undef:string][*::1:undef] ok 195 - [img::undef:string][*::1:0] ok 196 - [img::undef:string][*::1:1] ok 197 - [img::undef:string][*::1:string] ok 198 - [img::undef:string][*::1:regex] ok 199 - [img::undef:string][*::1:sub] ok 200 - [img::undef:string][*::string:undef] ok 201 - [img::undef:string][*::string:0] ok 202 - [img::undef:string][*::string:1] ok 203 - [img::undef:string][*::string:string] ok 204 - [img::undef:string][*::string:regex] ok 205 - [img::undef:string][*::string:sub] ok 206 - [img::undef:string][*::regex:undef] ok 207 - [img::undef:string][*::regex:0] ok 208 - [img::undef:string][*::regex:1] ok 209 - [img::undef:string][*::regex:string] ok 210 - [img::undef:string][*::regex:regex] ok 211 - [img::undef:string][*::regex:sub] ok 212 - [img::undef:string][*::sub:undef] ok 213 - [img::undef:string][*::sub:0] ok 214 - [img::undef:string][*::sub:1] ok 215 - [img::undef:string][*::sub:string] ok 216 - [img::undef:string][*::sub:regex] ok 217 - [img::undef:string][*::sub:sub] ok 218 - [img::undef:regex][*::undef:undef] ok 219 - [img::undef:regex][*::undef:0] ok 220 - [img::undef:regex][*::undef:1] ok 221 - [img::undef:regex][*::undef:string] ok 222 - [img::undef:regex][*::undef:regex] ok 223 - [img::undef:regex][*::undef:sub] ok 224 - [img::undef:regex][*::0:undef] ok 225 - [img::undef:regex][*::0:0] ok 226 - [img::undef:regex][*::0:1] ok 227 - [img::undef:regex][*::0:string] ok 228 - [img::undef:regex][*::0:regex] ok 229 - [img::undef:regex][*::0:sub] ok 230 - [img::undef:regex][*::1:undef] ok 231 - [img::undef:regex][*::1:0] ok 232 - [img::undef:regex][*::1:1] ok 233 - [img::undef:regex][*::1:string] ok 234 - [img::undef:regex][*::1:regex] ok 235 - [img::undef:regex][*::1:sub] ok 236 - [img::undef:regex][*::string:undef] ok 237 - [img::undef:regex][*::string:0] ok 238 - [img::undef:regex][*::string:1] ok 239 - [img::undef:regex][*::string:string] ok 240 - [img::undef:regex][*::string:regex] ok 241 - [img::undef:regex][*::string:sub] ok 242 - [img::undef:regex][*::regex:undef] ok 243 - [img::undef:regex][*::regex:0] ok 244 - [img::undef:regex][*::regex:1] ok 245 - [img::undef:regex][*::regex:string] ok 246 - [img::undef:regex][*::regex:regex] ok 247 - [img::undef:regex][*::regex:sub] ok 248 - [img::undef:regex][*::sub:undef] ok 249 - [img::undef:regex][*::sub:0] ok 250 - [img::undef:regex][*::sub:1] ok 251 - [img::undef:regex][*::sub:string] ok 252 - [img::undef:regex][*::sub:regex] ok 253 - [img::undef:regex][*::sub:sub] ok 254 - [img::undef:sub][*::undef:undef] ok 255 - [img::undef:sub][*::undef:0] ok 256 - [img::undef:sub][*::undef:1] ok 257 - [img::undef:sub][*::undef:string] ok 258 - [img::undef:sub][*::undef:regex] ok 259 - [img::undef:sub][*::undef:sub] ok 260 - [img::undef:sub][*::0:undef] ok 261 - [img::undef:sub][*::0:0] ok 262 - [img::undef:sub][*::0:1] ok 263 - [img::undef:sub][*::0:string] ok 264 - [img::undef:sub][*::0:regex] ok 265 - [img::undef:sub][*::0:sub] ok 266 - [img::undef:sub][*::1:undef] ok 267 - [img::undef:sub][*::1:0] ok 268 - [img::undef:sub][*::1:1] ok 269 - [img::undef:sub][*::1:string] ok 270 - [img::undef:sub][*::1:regex] ok 271 - [img::undef:sub][*::1:sub] ok 272 - [img::undef:sub][*::string:undef] ok 273 - [img::undef:sub][*::string:0] ok 274 - [img::undef:sub][*::string:1] ok 275 - [img::undef:sub][*::string:string] ok 276 - [img::undef:sub][*::string:regex] ok 277 - [img::undef:sub][*::string:sub] ok 278 - [img::undef:sub][*::regex:undef] ok 279 - [img::undef:sub][*::regex:0] ok 280 - [img::undef:sub][*::regex:1] ok 281 - [img::undef:sub][*::regex:string] ok 282 - [img::undef:sub][*::regex:regex] ok 283 - [img::undef:sub][*::regex:sub] ok 284 - [img::undef:sub][*::sub:undef] ok 285 - [img::undef:sub][*::sub:0] ok 286 - [img::undef:sub][*::sub:1] ok 287 - [img::undef:sub][*::sub:string] ok 288 - [img::undef:sub][*::sub:regex] ok 289 - [img::undef:sub][*::sub:sub] ok 290 - [img::0:undef][*::undef:undef] ok 291 - [img::0:undef][*::undef:0] ok 292 - [img::0:undef][*::undef:1] ok 293 - [img::0:undef][*::undef:string] ok 294 - [img::0:undef][*::undef:regex] ok 295 - [img::0:undef][*::undef:sub] ok 296 - [img::0:undef][*::0:undef] ok 297 - [img::0:undef][*::0:0] ok 298 - [img::0:undef][*::0:1] ok 299 - [img::0:undef][*::0:string] ok 300 - [img::0:undef][*::0:regex] ok 301 - [img::0:undef][*::0:sub] ok 302 - [img::0:undef][*::1:undef] ok 303 - [img::0:undef][*::1:0] ok 304 - [img::0:undef][*::1:1] ok 305 - [img::0:undef][*::1:string] ok 306 - [img::0:undef][*::1:regex] ok 307 - [img::0:undef][*::1:sub] ok 308 - [img::0:undef][*::string:undef] ok 309 - [img::0:undef][*::string:0] ok 310 - [img::0:undef][*::string:1] ok 311 - [img::0:undef][*::string:string] ok 312 - [img::0:undef][*::string:regex] ok 313 - [img::0:undef][*::string:sub] ok 314 - [img::0:undef][*::regex:undef] ok 315 - [img::0:undef][*::regex:0] ok 316 - [img::0:undef][*::regex:1] ok 317 - [img::0:undef][*::regex:string] ok 318 - [img::0:undef][*::regex:regex] ok 319 - [img::0:undef][*::regex:sub] ok 320 - [img::0:undef][*::sub:undef] ok 321 - [img::0:undef][*::sub:0] ok 322 - [img::0:undef][*::sub:1] ok 323 - [img::0:undef][*::sub:string] ok 324 - [img::0:undef][*::sub:regex] ok 325 - [img::0:undef][*::sub:sub] ok 326 - [img::0:0][*::undef:undef] ok 327 - [img::0:0][*::undef:0] ok 328 - [img::0:0][*::undef:1] ok 329 - [img::0:0][*::undef:string] ok 330 - [img::0:0][*::undef:regex] ok 331 - [img::0:0][*::undef:sub] ok 332 - [img::0:0][*::0:undef] ok 333 - [img::0:0][*::0:0] ok 334 - [img::0:0][*::0:1] ok 335 - [img::0:0][*::0:string] ok 336 - [img::0:0][*::0:regex] ok 337 - [img::0:0][*::0:sub] ok 338 - [img::0:0][*::1:undef] ok 339 - [img::0:0][*::1:0] ok 340 - [img::0:0][*::1:1] ok 341 - [img::0:0][*::1:string] ok 342 - [img::0:0][*::1:regex] ok 343 - [img::0:0][*::1:sub] ok 344 - [img::0:0][*::string:undef] ok 345 - [img::0:0][*::string:0] ok 346 - [img::0:0][*::string:1] ok 347 - [img::0:0][*::string:string] ok 348 - [img::0:0][*::string:regex] ok 349 - [img::0:0][*::string:sub] ok 350 - [img::0:0][*::regex:undef] ok 351 - [img::0:0][*::regex:0] ok 352 - [img::0:0][*::regex:1] ok 353 - [img::0:0][*::regex:string] ok 354 - [img::0:0][*::regex:regex] ok 355 - [img::0:0][*::regex:sub] ok 356 - [img::0:0][*::sub:undef] ok 357 - [img::0:0][*::sub:0] ok 358 - [img::0:0][*::sub:1] ok 359 - [img::0:0][*::sub:string] ok 360 - [img::0:0][*::sub:regex] ok 361 - [img::0:0][*::sub:sub] ok 362 - [img::0:1][*::undef:undef] ok 363 - [img::0:1][*::undef:0] ok 364 - [img::0:1][*::undef:1] ok 365 - [img::0:1][*::undef:string] ok 366 - [img::0:1][*::undef:regex] ok 367 - [img::0:1][*::undef:sub] ok 368 - [img::0:1][*::0:undef] ok 369 - [img::0:1][*::0:0] ok 370 - [img::0:1][*::0:1] ok 371 - [img::0:1][*::0:string] ok 372 - [img::0:1][*::0:regex] ok 373 - [img::0:1][*::0:sub] ok 374 - [img::0:1][*::1:undef] ok 375 - [img::0:1][*::1:0] ok 376 - [img::0:1][*::1:1] ok 377 - [img::0:1][*::1:string] ok 378 - [img::0:1][*::1:regex] ok 379 - [img::0:1][*::1:sub] ok 380 - [img::0:1][*::string:undef] ok 381 - [img::0:1][*::string:0] ok 382 - [img::0:1][*::string:1] ok 383 - [img::0:1][*::string:string] ok 384 - [img::0:1][*::string:regex] ok 385 - [img::0:1][*::string:sub] ok 386 - [img::0:1][*::regex:undef] ok 387 - [img::0:1][*::regex:0] ok 388 - [img::0:1][*::regex:1] ok 389 - [img::0:1][*::regex:string] ok 390 - [img::0:1][*::regex:regex] ok 391 - [img::0:1][*::regex:sub] ok 392 - [img::0:1][*::sub:undef] ok 393 - [img::0:1][*::sub:0] ok 394 - [img::0:1][*::sub:1] ok 395 - [img::0:1][*::sub:string] ok 396 - [img::0:1][*::sub:regex] ok 397 - [img::0:1][*::sub:sub] ok 398 - [img::0:string][*::undef:undef] ok 399 - [img::0:string][*::undef:0] ok 400 - [img::0:string][*::undef:1] ok 401 - [img::0:string][*::undef:string] ok 402 - [img::0:string][*::undef:regex] ok 403 - [img::0:string][*::undef:sub] ok 404 - [img::0:string][*::0:undef] ok 405 - [img::0:string][*::0:0] ok 406 - [img::0:string][*::0:1] ok 407 - [img::0:string][*::0:string] ok 408 - [img::0:string][*::0:regex] ok 409 - [img::0:string][*::0:sub] ok 410 - [img::0:string][*::1:undef] ok 411 - [img::0:string][*::1:0] ok 412 - [img::0:string][*::1:1] ok 413 - [img::0:string][*::1:string] ok 414 - [img::0:string][*::1:regex] ok 415 - [img::0:string][*::1:sub] ok 416 - [img::0:string][*::string:undef] ok 417 - [img::0:string][*::string:0] ok 418 - [img::0:string][*::string:1] ok 419 - [img::0:string][*::string:string] ok 420 - [img::0:string][*::string:regex] ok 421 - [img::0:string][*::string:sub] ok 422 - [img::0:string][*::regex:undef] ok 423 - [img::0:string][*::regex:0] ok 424 - [img::0:string][*::regex:1] ok 425 - [img::0:string][*::regex:string] ok 426 - [img::0:string][*::regex:regex] ok 427 - [img::0:string][*::regex:sub] ok 428 - [img::0:string][*::sub:undef] ok 429 - [img::0:string][*::sub:0] ok 430 - [img::0:string][*::sub:1] ok 431 - [img::0:string][*::sub:string] ok 432 - [img::0:string][*::sub:regex] ok 433 - [img::0:string][*::sub:sub] ok 434 - [img::0:regex][*::undef:undef] ok 435 - [img::0:regex][*::undef:0] ok 436 - [img::0:regex][*::undef:1] ok 437 - [img::0:regex][*::undef:string] ok 438 - [img::0:regex][*::undef:regex] ok 439 - [img::0:regex][*::undef:sub] ok 440 - [img::0:regex][*::0:undef] ok 441 - [img::0:regex][*::0:0] ok 442 - [img::0:regex][*::0:1] ok 443 - [img::0:regex][*::0:string] ok 444 - [img::0:regex][*::0:regex] ok 445 - [img::0:regex][*::0:sub] ok 446 - [img::0:regex][*::1:undef] ok 447 - [img::0:regex][*::1:0] ok 448 - [img::0:regex][*::1:1] ok 449 - [img::0:regex][*::1:string] ok 450 - [img::0:regex][*::1:regex] ok 451 - [img::0:regex][*::1:sub] ok 452 - [img::0:regex][*::string:undef] ok 453 - [img::0:regex][*::string:0] ok 454 - [img::0:regex][*::string:1] ok 455 - [img::0:regex][*::string:string] ok 456 - [img::0:regex][*::string:regex] ok 457 - [img::0:regex][*::string:sub] ok 458 - [img::0:regex][*::regex:undef] ok 459 - [img::0:regex][*::regex:0] ok 460 - [img::0:regex][*::regex:1] ok 461 - [img::0:regex][*::regex:string] ok 462 - [img::0:regex][*::regex:regex] ok 463 - [img::0:regex][*::regex:sub] ok 464 - [img::0:regex][*::sub:undef] ok 465 - [img::0:regex][*::sub:0] ok 466 - [img::0:regex][*::sub:1] ok 467 - [img::0:regex][*::sub:string] ok 468 - [img::0:regex][*::sub:regex] ok 469 - [img::0:regex][*::sub:sub] ok 470 - [img::0:sub][*::undef:undef] ok 471 - [img::0:sub][*::undef:0] ok 472 - [img::0:sub][*::undef:1] ok 473 - [img::0:sub][*::undef:string] ok 474 - [img::0:sub][*::undef:regex] ok 475 - [img::0:sub][*::undef:sub] ok 476 - [img::0:sub][*::0:undef] ok 477 - [img::0:sub][*::0:0] ok 478 - [img::0:sub][*::0:1] ok 479 - [img::0:sub][*::0:string] ok 480 - [img::0:sub][*::0:regex] ok 481 - [img::0:sub][*::0:sub] ok 482 - [img::0:sub][*::1:undef] ok 483 - [img::0:sub][*::1:0] ok 484 - [img::0:sub][*::1:1] ok 485 - [img::0:sub][*::1:string] ok 486 - [img::0:sub][*::1:regex] ok 487 - [img::0:sub][*::1:sub] ok 488 - [img::0:sub][*::string:undef] ok 489 - [img::0:sub][*::string:0] ok 490 - [img::0:sub][*::string:1] ok 491 - [img::0:sub][*::string:string] ok 492 - [img::0:sub][*::string:regex] ok 493 - [img::0:sub][*::string:sub] ok 494 - [img::0:sub][*::regex:undef] ok 495 - [img::0:sub][*::regex:0] ok 496 - [img::0:sub][*::regex:1] ok 497 - [img::0:sub][*::regex:string] ok 498 - [img::0:sub][*::regex:regex] ok 499 - [img::0:sub][*::regex:sub] ok 500 - [img::0:sub][*::sub:undef] ok 501 - [img::0:sub][*::sub:0] ok 502 - [img::0:sub][*::sub:1] ok 503 - [img::0:sub][*::sub:string] ok 504 - [img::0:sub][*::sub:regex] ok 505 - [img::0:sub][*::sub:sub] ok 506 - [img::1:undef][*::undef:undef] ok 507 - [img::1:undef][*::undef:0] ok 508 - [img::1:undef][*::undef:1] ok 509 - [img::1:undef][*::undef:string] ok 510 - [img::1:undef][*::undef:regex] ok 511 - [img::1:undef][*::undef:sub] ok 512 - [img::1:undef][*::0:undef] ok 513 - [img::1:undef][*::0:0] ok 514 - [img::1:undef][*::0:1] ok 515 - [img::1:undef][*::0:string] ok 516 - [img::1:undef][*::0:regex] ok 517 - [img::1:undef][*::0:sub] ok 518 - [img::1:undef][*::1:undef] ok 519 - [img::1:undef][*::1:0] ok 520 - [img::1:undef][*::1:1] ok 521 - [img::1:undef][*::1:string] ok 522 - [img::1:undef][*::1:regex] ok 523 - [img::1:undef][*::1:sub] ok 524 - [img::1:undef][*::string:undef] ok 525 - [img::1:undef][*::string:0] ok 526 - [img::1:undef][*::string:1] ok 527 - [img::1:undef][*::string:string] ok 528 - [img::1:undef][*::string:regex] ok 529 - [img::1:undef][*::string:sub] ok 530 - [img::1:undef][*::regex:undef] ok 531 - [img::1:undef][*::regex:0] ok 532 - [img::1:undef][*::regex:1] ok 533 - [img::1:undef][*::regex:string] ok 534 - [img::1:undef][*::regex:regex] ok 535 - [img::1:undef][*::regex:sub] ok 536 - [img::1:undef][*::sub:undef] ok 537 - [img::1:undef][*::sub:0] ok 538 - [img::1:undef][*::sub:1] ok 539 - [img::1:undef][*::sub:string] ok 540 - [img::1:undef][*::sub:regex] ok 541 - [img::1:undef][*::sub:sub] ok 542 - [img::1:0][*::undef:undef] ok 543 - [img::1:0][*::undef:0] ok 544 - [img::1:0][*::undef:1] ok 545 - [img::1:0][*::undef:string] ok 546 - [img::1:0][*::undef:regex] ok 547 - [img::1:0][*::undef:sub] ok 548 - [img::1:0][*::0:undef] ok 549 - [img::1:0][*::0:0] ok 550 - [img::1:0][*::0:1] ok 551 - [img::1:0][*::0:string] ok 552 - [img::1:0][*::0:regex] ok 553 - [img::1:0][*::0:sub] ok 554 - [img::1:0][*::1:undef] ok 555 - [img::1:0][*::1:0] ok 556 - [img::1:0][*::1:1] ok 557 - [img::1:0][*::1:string] ok 558 - [img::1:0][*::1:regex] ok 559 - [img::1:0][*::1:sub] ok 560 - [img::1:0][*::string:undef] ok 561 - [img::1:0][*::string:0] ok 562 - [img::1:0][*::string:1] ok 563 - [img::1:0][*::string:string] ok 564 - [img::1:0][*::string:regex] ok 565 - [img::1:0][*::string:sub] ok 566 - [img::1:0][*::regex:undef] ok 567 - [img::1:0][*::regex:0] ok 568 - [img::1:0][*::regex:1] ok 569 - [img::1:0][*::regex:string] ok 570 - [img::1:0][*::regex:regex] ok 571 - [img::1:0][*::regex:sub] ok 572 - [img::1:0][*::sub:undef] ok 573 - [img::1:0][*::sub:0] ok 574 - [img::1:0][*::sub:1] ok 575 - [img::1:0][*::sub:string] ok 576 - [img::1:0][*::sub:regex] ok 577 - [img::1:0][*::sub:sub] ok 578 - [img::1:1][*::undef:undef] ok 579 - [img::1:1][*::undef:0] ok 580 - [img::1:1][*::undef:1] ok 581 - [img::1:1][*::undef:string] ok 582 - [img::1:1][*::undef:regex] ok 583 - [img::1:1][*::undef:sub] ok 584 - [img::1:1][*::0:undef] ok 585 - [img::1:1][*::0:0] ok 586 - [img::1:1][*::0:1] ok 587 - [img::1:1][*::0:string] ok 588 - [img::1:1][*::0:regex] ok 589 - [img::1:1][*::0:sub] ok 590 - [img::1:1][*::1:undef] ok 591 - [img::1:1][*::1:0] ok 592 - [img::1:1][*::1:1] ok 593 - [img::1:1][*::1:string] ok 594 - [img::1:1][*::1:regex] ok 595 - [img::1:1][*::1:sub] ok 596 - [img::1:1][*::string:undef] ok 597 - [img::1:1][*::string:0] ok 598 - [img::1:1][*::string:1] ok 599 - [img::1:1][*::string:string] ok 600 - [img::1:1][*::string:regex] ok 601 - [img::1:1][*::string:sub] ok 602 - [img::1:1][*::regex:undef] ok 603 - [img::1:1][*::regex:0] ok 604 - [img::1:1][*::regex:1] ok 605 - [img::1:1][*::regex:string] ok 606 - [img::1:1][*::regex:regex] ok 607 - [img::1:1][*::regex:sub] ok 608 - [img::1:1][*::sub:undef] ok 609 - [img::1:1][*::sub:0] ok 610 - [img::1:1][*::sub:1] ok 611 - [img::1:1][*::sub:string] ok 612 - [img::1:1][*::sub:regex] ok 613 - [img::1:1][*::sub:sub] ok 614 - [img::1:string][*::undef:undef] ok 615 - [img::1:string][*::undef:0] ok 616 - [img::1:string][*::undef:1] ok 617 - [img::1:string][*::undef:string] ok 618 - [img::1:string][*::undef:regex] ok 619 - [img::1:string][*::undef:sub] ok 620 - [img::1:string][*::0:undef] ok 621 - [img::1:string][*::0:0] ok 622 - [img::1:string][*::0:1] ok 623 - [img::1:string][*::0:string] ok 624 - [img::1:string][*::0:regex] ok 625 - [img::1:string][*::0:sub] ok 626 - [img::1:string][*::1:undef] ok 627 - [img::1:string][*::1:0] ok 628 - [img::1:string][*::1:1] ok 629 - [img::1:string][*::1:string] ok 630 - [img::1:string][*::1:regex] ok 631 - [img::1:string][*::1:sub] ok 632 - [img::1:string][*::string:undef] ok 633 - [img::1:string][*::string:0] ok 634 - [img::1:string][*::string:1] ok 635 - [img::1:string][*::string:string] ok 636 - [img::1:string][*::string:regex] ok 637 - [img::1:string][*::string:sub] ok 638 - [img::1:string][*::regex:undef] ok 639 - [img::1:string][*::regex:0] ok 640 - [img::1:string][*::regex:1] ok 641 - [img::1:string][*::regex:string] ok 642 - [img::1:string][*::regex:regex] ok 643 - [img::1:string][*::regex:sub] ok 644 - [img::1:string][*::sub:undef] ok 645 - [img::1:string][*::sub:0] ok 646 - [img::1:string][*::sub:1] ok 647 - [img::1:string][*::sub:string] ok 648 - [img::1:string][*::sub:regex] ok 649 - [img::1:string][*::sub:sub] ok 650 - [img::1:regex][*::undef:undef] ok 651 - [img::1:regex][*::undef:0] ok 652 - [img::1:regex][*::undef:1] ok 653 - [img::1:regex][*::undef:string] ok 654 - [img::1:regex][*::undef:regex] ok 655 - [img::1:regex][*::undef:sub] ok 656 - [img::1:regex][*::0:undef] ok 657 - [img::1:regex][*::0:0] ok 658 - [img::1:regex][*::0:1] ok 659 - [img::1:regex][*::0:string] ok 660 - [img::1:regex][*::0:regex] ok 661 - [img::1:regex][*::0:sub] ok 662 - [img::1:regex][*::1:undef] ok 663 - [img::1:regex][*::1:0] ok 664 - [img::1:regex][*::1:1] ok 665 - [img::1:regex][*::1:string] ok 666 - [img::1:regex][*::1:regex] ok 667 - [img::1:regex][*::1:sub] ok 668 - [img::1:regex][*::string:undef] ok 669 - [img::1:regex][*::string:0] ok 670 - [img::1:regex][*::string:1] ok 671 - [img::1:regex][*::string:string] ok 672 - [img::1:regex][*::string:regex] ok 673 - [img::1:regex][*::string:sub] ok 674 - [img::1:regex][*::regex:undef] ok 675 - [img::1:regex][*::regex:0] ok 676 - [img::1:regex][*::regex:1] ok 677 - [img::1:regex][*::regex:string] ok 678 - [img::1:regex][*::regex:regex] ok 679 - [img::1:regex][*::regex:sub] ok 680 - [img::1:regex][*::sub:undef] ok 681 - [img::1:regex][*::sub:0] ok 682 - [img::1:regex][*::sub:1] ok 683 - [img::1:regex][*::sub:string] ok 684 - [img::1:regex][*::sub:regex] ok 685 - [img::1:regex][*::sub:sub] ok 686 - [img::1:sub][*::undef:undef] ok 687 - [img::1:sub][*::undef:0] ok 688 - [img::1:sub][*::undef:1] ok 689 - [img::1:sub][*::undef:string] ok 690 - [img::1:sub][*::undef:regex] ok 691 - [img::1:sub][*::undef:sub] ok 692 - [img::1:sub][*::0:undef] ok 693 - [img::1:sub][*::0:0] ok 694 - [img::1:sub][*::0:1] ok 695 - [img::1:sub][*::0:string] ok 696 - [img::1:sub][*::0:regex] ok 697 - [img::1:sub][*::0:sub] ok 698 - [img::1:sub][*::1:undef] ok 699 - [img::1:sub][*::1:0] ok 700 - [img::1:sub][*::1:1] ok 701 - [img::1:sub][*::1:string] ok 702 - [img::1:sub][*::1:regex] ok 703 - [img::1:sub][*::1:sub] ok 704 - [img::1:sub][*::string:undef] ok 705 - [img::1:sub][*::string:0] ok 706 - [img::1:sub][*::string:1] ok 707 - [img::1:sub][*::string:string] ok 708 - [img::1:sub][*::string:regex] ok 709 - [img::1:sub][*::string:sub] ok 710 - [img::1:sub][*::regex:undef] ok 711 - [img::1:sub][*::regex:0] ok 712 - [img::1:sub][*::regex:1] ok 713 - [img::1:sub][*::regex:string] ok 714 - [img::1:sub][*::regex:regex] ok 715 - [img::1:sub][*::regex:sub] ok 716 - [img::1:sub][*::sub:undef] ok 717 - [img::1:sub][*::sub:0] ok 718 - [img::1:sub][*::sub:1] ok 719 - [img::1:sub][*::sub:string] ok 720 - [img::1:sub][*::sub:regex] ok 721 - [img::1:sub][*::sub:sub] ok 722 - [img::string:undef][*::undef:undef] ok 723 - [img::string:undef][*::undef:0] ok 724 - [img::string:undef][*::undef:1] ok 725 - [img::string:undef][*::undef:string] ok 726 - [img::string:undef][*::undef:regex] ok 727 - [img::string:undef][*::undef:sub] ok 728 - [img::string:undef][*::0:undef] ok 729 - [img::string:undef][*::0:0] ok 730 - [img::string:undef][*::0:1] ok 731 - [img::string:undef][*::0:string] ok 732 - [img::string:undef][*::0:regex] ok 733 - [img::string:undef][*::0:sub] ok 734 - [img::string:undef][*::1:undef] ok 735 - [img::string:undef][*::1:0] ok 736 - [img::string:undef][*::1:1] ok 737 - [img::string:undef][*::1:string] ok 738 - [img::string:undef][*::1:regex] ok 739 - [img::string:undef][*::1:sub] ok 740 - [img::string:undef][*::string:undef] ok 741 - [img::string:undef][*::string:0] ok 742 - [img::string:undef][*::string:1] ok 743 - [img::string:undef][*::string:string] ok 744 - [img::string:undef][*::string:regex] ok 745 - [img::string:undef][*::string:sub] ok 746 - [img::string:undef][*::regex:undef] ok 747 - [img::string:undef][*::regex:0] ok 748 - [img::string:undef][*::regex:1] ok 749 - [img::string:undef][*::regex:string] ok 750 - [img::string:undef][*::regex:regex] ok 751 - [img::string:undef][*::regex:sub] ok 752 - [img::string:undef][*::sub:undef] ok 753 - [img::string:undef][*::sub:0] ok 754 - [img::string:undef][*::sub:1] ok 755 - [img::string:undef][*::sub:string] ok 756 - [img::string:undef][*::sub:regex] ok 757 - [img::string:undef][*::sub:sub] ok 758 - [img::string:0][*::undef:undef] ok 759 - [img::string:0][*::undef:0] ok 760 - [img::string:0][*::undef:1] ok 761 - [img::string:0][*::undef:string] ok 762 - [img::string:0][*::undef:regex] ok 763 - [img::string:0][*::undef:sub] ok 764 - [img::string:0][*::0:undef] ok 765 - [img::string:0][*::0:0] ok 766 - [img::string:0][*::0:1] ok 767 - [img::string:0][*::0:string] ok 768 - [img::string:0][*::0:regex] ok 769 - [img::string:0][*::0:sub] ok 770 - [img::string:0][*::1:undef] ok 771 - [img::string:0][*::1:0] ok 772 - [img::string:0][*::1:1] ok 773 - [img::string:0][*::1:string] ok 774 - [img::string:0][*::1:regex] ok 775 - [img::string:0][*::1:sub] ok 776 - [img::string:0][*::string:undef] ok 777 - [img::string:0][*::string:0] ok 778 - [img::string:0][*::string:1] ok 779 - [img::string:0][*::string:string] ok 780 - [img::string:0][*::string:regex] ok 781 - [img::string:0][*::string:sub] ok 782 - [img::string:0][*::regex:undef] ok 783 - [img::string:0][*::regex:0] ok 784 - [img::string:0][*::regex:1] ok 785 - [img::string:0][*::regex:string] ok 786 - [img::string:0][*::regex:regex] ok 787 - [img::string:0][*::regex:sub] ok 788 - [img::string:0][*::sub:undef] ok 789 - [img::string:0][*::sub:0] ok 790 - [img::string:0][*::sub:1] ok 791 - [img::string:0][*::sub:string] ok 792 - [img::string:0][*::sub:regex] ok 793 - [img::string:0][*::sub:sub] ok 794 - [img::string:1][*::undef:undef] ok 795 - [img::string:1][*::undef:0] ok 796 - [img::string:1][*::undef:1] ok 797 - [img::string:1][*::undef:string] ok 798 - [img::string:1][*::undef:regex] ok 799 - [img::string:1][*::undef:sub] ok 800 - [img::string:1][*::0:undef] ok 801 - [img::string:1][*::0:0] ok 802 - [img::string:1][*::0:1] ok 803 - [img::string:1][*::0:string] ok 804 - [img::string:1][*::0:regex] ok 805 - [img::string:1][*::0:sub] ok 806 - [img::string:1][*::1:undef] ok 807 - [img::string:1][*::1:0] ok 808 - [img::string:1][*::1:1] ok 809 - [img::string:1][*::1:string] ok 810 - [img::string:1][*::1:regex] ok 811 - [img::string:1][*::1:sub] ok 812 - [img::string:1][*::string:undef] ok 813 - [img::string:1][*::string:0] ok 814 - [img::string:1][*::string:1] ok 815 - [img::string:1][*::string:string] ok 816 - [img::string:1][*::string:regex] ok 817 - [img::string:1][*::string:sub] ok 818 - [img::string:1][*::regex:undef] ok 819 - [img::string:1][*::regex:0] ok 820 - [img::string:1][*::regex:1] ok 821 - [img::string:1][*::regex:string] ok 822 - [img::string:1][*::regex:regex] ok 823 - [img::string:1][*::regex:sub] ok 824 - [img::string:1][*::sub:undef] ok 825 - [img::string:1][*::sub:0] ok 826 - [img::string:1][*::sub:1] ok 827 - [img::string:1][*::sub:string] ok 828 - [img::string:1][*::sub:regex] ok 829 - [img::string:1][*::sub:sub] ok 830 - [img::string:string][*::undef:undef] ok 831 - [img::string:string][*::undef:0] ok 832 - [img::string:string][*::undef:1] ok 833 - [img::string:string][*::undef:string] ok 834 - [img::string:string][*::undef:regex] ok 835 - [img::string:string][*::undef:sub] ok 836 - [img::string:string][*::0:undef] ok 837 - [img::string:string][*::0:0] ok 838 - [img::string:string][*::0:1] ok 839 - [img::string:string][*::0:string] ok 840 - [img::string:string][*::0:regex] ok 841 - [img::string:string][*::0:sub] ok 842 - [img::string:string][*::1:undef] ok 843 - [img::string:string][*::1:0] ok 844 - [img::string:string][*::1:1] ok 845 - [img::string:string][*::1:string] ok 846 - [img::string:string][*::1:regex] ok 847 - [img::string:string][*::1:sub] ok 848 - [img::string:string][*::string:undef] ok 849 - [img::string:string][*::string:0] ok 850 - [img::string:string][*::string:1] ok 851 - [img::string:string][*::string:string] ok 852 - [img::string:string][*::string:regex] ok 853 - [img::string:string][*::string:sub] ok 854 - [img::string:string][*::regex:undef] ok 855 - [img::string:string][*::regex:0] ok 856 - [img::string:string][*::regex:1] ok 857 - [img::string:string][*::regex:string] ok 858 - [img::string:string][*::regex:regex] ok 859 - [img::string:string][*::regex:sub] ok 860 - [img::string:string][*::sub:undef] ok 861 - [img::string:string][*::sub:0] ok 862 - [img::string:string][*::sub:1] ok 863 - [img::string:string][*::sub:string] ok 864 - [img::string:string][*::sub:regex] ok 865 - [img::string:string][*::sub:sub] ok 866 - [img::string:regex][*::undef:undef] ok 867 - [img::string:regex][*::undef:0] ok 868 - [img::string:regex][*::undef:1] ok 869 - [img::string:regex][*::undef:string] ok 870 - [img::string:regex][*::undef:regex] ok 871 - [img::string:regex][*::undef:sub] ok 872 - [img::string:regex][*::0:undef] ok 873 - [img::string:regex][*::0:0] ok 874 - [img::string:regex][*::0:1] ok 875 - [img::string:regex][*::0:string] ok 876 - [img::string:regex][*::0:regex] ok 877 - [img::string:regex][*::0:sub] ok 878 - [img::string:regex][*::1:undef] ok 879 - [img::string:regex][*::1:0] ok 880 - [img::string:regex][*::1:1] ok 881 - [img::string:regex][*::1:string] ok 882 - [img::string:regex][*::1:regex] ok 883 - [img::string:regex][*::1:sub] ok 884 - [img::string:regex][*::string:undef] ok 885 - [img::string:regex][*::string:0] ok 886 - [img::string:regex][*::string:1] ok 887 - [img::string:regex][*::string:string] ok 888 - [img::string:regex][*::string:regex] ok 889 - [img::string:regex][*::string:sub] ok 890 - [img::string:regex][*::regex:undef] ok 891 - [img::string:regex][*::regex:0] ok 892 - [img::string:regex][*::regex:1] ok 893 - [img::string:regex][*::regex:string] ok 894 - [img::string:regex][*::regex:regex] ok 895 - [img::string:regex][*::regex:sub] ok 896 - [img::string:regex][*::sub:undef] ok 897 - [img::string:regex][*::sub:0] ok 898 - [img::string:regex][*::sub:1] ok 899 - [img::string:regex][*::sub:string] ok 900 - [img::string:regex][*::sub:regex] ok 901 - [img::string:regex][*::sub:sub] ok 902 - [img::string:sub][*::undef:undef] ok 903 - [img::string:sub][*::undef:0] ok 904 - [img::string:sub][*::undef:1] ok 905 - [img::string:sub][*::undef:string] ok 906 - [img::string:sub][*::undef:regex] ok 907 - [img::string:sub][*::undef:sub] ok 908 - [img::string:sub][*::0:undef] ok 909 - [img::string:sub][*::0:0] ok 910 - [img::string:sub][*::0:1] ok 911 - [img::string:sub][*::0:string] ok 912 - [img::string:sub][*::0:regex] ok 913 - [img::string:sub][*::0:sub] ok 914 - [img::string:sub][*::1:undef] ok 915 - [img::string:sub][*::1:0] ok 916 - [img::string:sub][*::1:1] ok 917 - [img::string:sub][*::1:string] ok 918 - [img::string:sub][*::1:regex] ok 919 - [img::string:sub][*::1:sub] ok 920 - [img::string:sub][*::string:undef] ok 921 - [img::string:sub][*::string:0] ok 922 - [img::string:sub][*::string:1] ok 923 - [img::string:sub][*::string:string] ok 924 - [img::string:sub][*::string:regex] ok 925 - [img::string:sub][*::string:sub] ok 926 - [img::string:sub][*::regex:undef] ok 927 - [img::string:sub][*::regex:0] ok 928 - [img::string:sub][*::regex:1] ok 929 - [img::string:sub][*::regex:string] ok 930 - [img::string:sub][*::regex:regex] ok 931 - [img::string:sub][*::regex:sub] ok 932 - [img::string:sub][*::sub:undef] ok 933 - [img::string:sub][*::sub:0] ok 934 - [img::string:sub][*::sub:1] ok 935 - [img::string:sub][*::sub:string] ok 936 - [img::string:sub][*::sub:regex] ok 937 - [img::string:sub][*::sub:sub] ok 938 - [img::regex:undef][*::undef:undef] ok 939 - [img::regex:undef][*::undef:0] ok 940 - [img::regex:undef][*::undef:1] ok 941 - [img::regex:undef][*::undef:string] ok 942 - [img::regex:undef][*::undef:regex] ok 943 - [img::regex:undef][*::undef:sub] ok 944 - [img::regex:undef][*::0:undef] ok 945 - [img::regex:undef][*::0:0] ok 946 - [img::regex:undef][*::0:1] ok 947 - [img::regex:undef][*::0:string] ok 948 - [img::regex:undef][*::0:regex] ok 949 - [img::regex:undef][*::0:sub] ok 950 - [img::regex:undef][*::1:undef] ok 951 - [img::regex:undef][*::1:0] ok 952 - [img::regex:undef][*::1:1] ok 953 - [img::regex:undef][*::1:string] ok 954 - [img::regex:undef][*::1:regex] ok 955 - [img::regex:undef][*::1:sub] ok 956 - [img::regex:undef][*::string:undef] ok 957 - [img::regex:undef][*::string:0] ok 958 - [img::regex:undef][*::string:1] ok 959 - [img::regex:undef][*::string:string] ok 960 - [img::regex:undef][*::string:regex] ok 961 - [img::regex:undef][*::string:sub] ok 962 - [img::regex:undef][*::regex:undef] ok 963 - [img::regex:undef][*::regex:0] ok 964 - [img::regex:undef][*::regex:1] ok 965 - [img::regex:undef][*::regex:string] ok 966 - [img::regex:undef][*::regex:regex] ok 967 - [img::regex:undef][*::regex:sub] ok 968 - [img::regex:undef][*::sub:undef] ok 969 - [img::regex:undef][*::sub:0] ok 970 - [img::regex:undef][*::sub:1] ok 971 - [img::regex:undef][*::sub:string] ok 972 - [img::regex:undef][*::sub:regex] ok 973 - [img::regex:undef][*::sub:sub] ok 974 - [img::regex:0][*::undef:undef] ok 975 - [img::regex:0][*::undef:0] ok 976 - [img::regex:0][*::undef:1] ok 977 - [img::regex:0][*::undef:string] ok 978 - [img::regex:0][*::undef:regex] ok 979 - [img::regex:0][*::undef:sub] ok 980 - [img::regex:0][*::0:undef] ok 981 - [img::regex:0][*::0:0] ok 982 - [img::regex:0][*::0:1] ok 983 - [img::regex:0][*::0:string] ok 984 - [img::regex:0][*::0:regex] ok 985 - [img::regex:0][*::0:sub] ok 986 - [img::regex:0][*::1:undef] ok 987 - [img::regex:0][*::1:0] ok 988 - [img::regex:0][*::1:1] ok 989 - [img::regex:0][*::1:string] ok 990 - [img::regex:0][*::1:regex] ok 991 - [img::regex:0][*::1:sub] ok 992 - [img::regex:0][*::string:undef] ok 993 - [img::regex:0][*::string:0] ok 994 - [img::regex:0][*::string:1] ok 995 - [img::regex:0][*::string:string] ok 996 - [img::regex:0][*::string:regex] ok 997 - [img::regex:0][*::string:sub] ok 998 - [img::regex:0][*::regex:undef] ok 999 - [img::regex:0][*::regex:0] ok 1000 - [img::regex:0][*::regex:1] ok 1001 - [img::regex:0][*::regex:string] ok 1002 - [img::regex:0][*::regex:regex] ok 1003 - [img::regex:0][*::regex:sub] ok 1004 - [img::regex:0][*::sub:undef] ok 1005 - [img::regex:0][*::sub:0] ok 1006 - [img::regex:0][*::sub:1] ok 1007 - [img::regex:0][*::sub:string] ok 1008 - [img::regex:0][*::sub:regex] ok 1009 - [img::regex:0][*::sub:sub] ok 1010 - [img::regex:1][*::undef:undef] ok 1011 - [img::regex:1][*::undef:0] ok 1012 - [img::regex:1][*::undef:1] ok 1013 - [img::regex:1][*::undef:string] ok 1014 - [img::regex:1][*::undef:regex] ok 1015 - [img::regex:1][*::undef:sub] ok 1016 - [img::regex:1][*::0:undef] ok 1017 - [img::regex:1][*::0:0] ok 1018 - [img::regex:1][*::0:1] ok 1019 - [img::regex:1][*::0:string] ok 1020 - [img::regex:1][*::0:regex] ok 1021 - [img::regex:1][*::0:sub] ok 1022 - [img::regex:1][*::1:undef] ok 1023 - [img::regex:1][*::1:0] ok 1024 - [img::regex:1][*::1:1] ok 1025 - [img::regex:1][*::1:string] ok 1026 - [img::regex:1][*::1:regex] ok 1027 - [img::regex:1][*::1:sub] ok 1028 - [img::regex:1][*::string:undef] ok 1029 - [img::regex:1][*::string:0] ok 1030 - [img::regex:1][*::string:1] ok 1031 - [img::regex:1][*::string:string] ok 1032 - [img::regex:1][*::string:regex] ok 1033 - [img::regex:1][*::string:sub] ok 1034 - [img::regex:1][*::regex:undef] ok 1035 - [img::regex:1][*::regex:0] ok 1036 - [img::regex:1][*::regex:1] ok 1037 - [img::regex:1][*::regex:string] ok 1038 - [img::regex:1][*::regex:regex] ok 1039 - [img::regex:1][*::regex:sub] ok 1040 - [img::regex:1][*::sub:undef] ok 1041 - [img::regex:1][*::sub:0] ok 1042 - [img::regex:1][*::sub:1] ok 1043 - [img::regex:1][*::sub:string] ok 1044 - [img::regex:1][*::sub:regex] ok 1045 - [img::regex:1][*::sub:sub] ok 1046 - [img::regex:string][*::undef:undef] ok 1047 - [img::regex:string][*::undef:0] ok 1048 - [img::regex:string][*::undef:1] ok 1049 - [img::regex:string][*::undef:string] ok 1050 - [img::regex:string][*::undef:regex] ok 1051 - [img::regex:string][*::undef:sub] ok 1052 - [img::regex:string][*::0:undef] ok 1053 - [img::regex:string][*::0:0] ok 1054 - [img::regex:string][*::0:1] ok 1055 - [img::regex:string][*::0:string] ok 1056 - [img::regex:string][*::0:regex] ok 1057 - [img::regex:string][*::0:sub] ok 1058 - [img::regex:string][*::1:undef] ok 1059 - [img::regex:string][*::1:0] ok 1060 - [img::regex:string][*::1:1] ok 1061 - [img::regex:string][*::1:string] ok 1062 - [img::regex:string][*::1:regex] ok 1063 - [img::regex:string][*::1:sub] ok 1064 - [img::regex:string][*::string:undef] ok 1065 - [img::regex:string][*::string:0] ok 1066 - [img::regex:string][*::string:1] ok 1067 - [img::regex:string][*::string:string] ok 1068 - [img::regex:string][*::string:regex] ok 1069 - [img::regex:string][*::string:sub] ok 1070 - [img::regex:string][*::regex:undef] ok 1071 - [img::regex:string][*::regex:0] ok 1072 - [img::regex:string][*::regex:1] ok 1073 - [img::regex:string][*::regex:string] ok 1074 - [img::regex:string][*::regex:regex] ok 1075 - [img::regex:string][*::regex:sub] ok 1076 - [img::regex:string][*::sub:undef] ok 1077 - [img::regex:string][*::sub:0] ok 1078 - [img::regex:string][*::sub:1] ok 1079 - [img::regex:string][*::sub:string] ok 1080 - [img::regex:string][*::sub:regex] ok 1081 - [img::regex:string][*::sub:sub] ok 1082 - [img::regex:regex][*::undef:undef] ok 1083 - [img::regex:regex][*::undef:0] ok 1084 - [img::regex:regex][*::undef:1] ok 1085 - [img::regex:regex][*::undef:string] ok 1086 - [img::regex:regex][*::undef:regex] ok 1087 - [img::regex:regex][*::undef:sub] ok 1088 - [img::regex:regex][*::0:undef] ok 1089 - [img::regex:regex][*::0:0] ok 1090 - [img::regex:regex][*::0:1] ok 1091 - [img::regex:regex][*::0:string] ok 1092 - [img::regex:regex][*::0:regex] ok 1093 - [img::regex:regex][*::0:sub] ok 1094 - [img::regex:regex][*::1:undef] ok 1095 - [img::regex:regex][*::1:0] ok 1096 - [img::regex:regex][*::1:1] ok 1097 - [img::regex:regex][*::1:string] ok 1098 - [img::regex:regex][*::1:regex] ok 1099 - [img::regex:regex][*::1:sub] ok 1100 - [img::regex:regex][*::string:undef] ok 1101 - [img::regex:regex][*::string:0] ok 1102 - [img::regex:regex][*::string:1] ok 1103 - [img::regex:regex][*::string:string] ok 1104 - [img::regex:regex][*::string:regex] ok 1105 - [img::regex:regex][*::string:sub] ok 1106 - [img::regex:regex][*::regex:undef] ok 1107 - [img::regex:regex][*::regex:0] ok 1108 - [img::regex:regex][*::regex:1] ok 1109 - [img::regex:regex][*::regex:string] ok 1110 - [img::regex:regex][*::regex:regex] ok 1111 - [img::regex:regex][*::regex:sub] ok 1112 - [img::regex:regex][*::sub:undef] ok 1113 - [img::regex:regex][*::sub:0] ok 1114 - [img::regex:regex][*::sub:1] ok 1115 - [img::regex:regex][*::sub:string] ok 1116 - [img::regex:regex][*::sub:regex] ok 1117 - [img::regex:regex][*::sub:sub] ok 1118 - [img::regex:sub][*::undef:undef] ok 1119 - [img::regex:sub][*::undef:0] ok 1120 - [img::regex:sub][*::undef:1] ok 1121 - [img::regex:sub][*::undef:string] ok 1122 - [img::regex:sub][*::undef:regex] ok 1123 - [img::regex:sub][*::undef:sub] ok 1124 - [img::regex:sub][*::0:undef] ok 1125 - [img::regex:sub][*::0:0] ok 1126 - [img::regex:sub][*::0:1] ok 1127 - [img::regex:sub][*::0:string] ok 1128 - [img::regex:sub][*::0:regex] ok 1129 - [img::regex:sub][*::0:sub] ok 1130 - [img::regex:sub][*::1:undef] ok 1131 - [img::regex:sub][*::1:0] ok 1132 - [img::regex:sub][*::1:1] ok 1133 - [img::regex:sub][*::1:string] ok 1134 - [img::regex:sub][*::1:regex] ok 1135 - [img::regex:sub][*::1:sub] ok 1136 - [img::regex:sub][*::string:undef] ok 1137 - [img::regex:sub][*::string:0] ok 1138 - [img::regex:sub][*::string:1] ok 1139 - [img::regex:sub][*::string:string] ok 1140 - [img::regex:sub][*::string:regex] ok 1141 - [img::regex:sub][*::string:sub] ok 1142 - [img::regex:sub][*::regex:undef] ok 1143 - [img::regex:sub][*::regex:0] ok 1144 - [img::regex:sub][*::regex:1] ok 1145 - [img::regex:sub][*::regex:string] ok 1146 - [img::regex:sub][*::regex:regex] ok 1147 - [img::regex:sub][*::regex:sub] ok 1148 - [img::regex:sub][*::sub:undef] ok 1149 - [img::regex:sub][*::sub:0] ok 1150 - [img::regex:sub][*::sub:1] ok 1151 - [img::regex:sub][*::sub:string] ok 1152 - [img::regex:sub][*::sub:regex] ok 1153 - [img::regex:sub][*::sub:sub] ok 1154 - [img::sub:undef][*::undef:undef] ok 1155 - [img::sub:undef][*::undef:0] ok 1156 - [img::sub:undef][*::undef:1] ok 1157 - [img::sub:undef][*::undef:string] ok 1158 - [img::sub:undef][*::undef:regex] ok 1159 - [img::sub:undef][*::undef:sub] ok 1160 - [img::sub:undef][*::0:undef] ok 1161 - [img::sub:undef][*::0:0] ok 1162 - [img::sub:undef][*::0:1] ok 1163 - [img::sub:undef][*::0:string] ok 1164 - [img::sub:undef][*::0:regex] ok 1165 - [img::sub:undef][*::0:sub] ok 1166 - [img::sub:undef][*::1:undef] ok 1167 - [img::sub:undef][*::1:0] ok 1168 - [img::sub:undef][*::1:1] ok 1169 - [img::sub:undef][*::1:string] ok 1170 - [img::sub:undef][*::1:regex] ok 1171 - [img::sub:undef][*::1:sub] ok 1172 - [img::sub:undef][*::string:undef] ok 1173 - [img::sub:undef][*::string:0] ok 1174 - [img::sub:undef][*::string:1] ok 1175 - [img::sub:undef][*::string:string] ok 1176 - [img::sub:undef][*::string:regex] ok 1177 - [img::sub:undef][*::string:sub] ok 1178 - [img::sub:undef][*::regex:undef] ok 1179 - [img::sub:undef][*::regex:0] ok 1180 - [img::sub:undef][*::regex:1] ok 1181 - [img::sub:undef][*::regex:string] ok 1182 - [img::sub:undef][*::regex:regex] ok 1183 - [img::sub:undef][*::regex:sub] ok 1184 - [img::sub:undef][*::sub:undef] ok 1185 - [img::sub:undef][*::sub:0] ok 1186 - [img::sub:undef][*::sub:1] ok 1187 - [img::sub:undef][*::sub:string] ok 1188 - [img::sub:undef][*::sub:regex] ok 1189 - [img::sub:undef][*::sub:sub] ok 1190 - [img::sub:0][*::undef:undef] ok 1191 - [img::sub:0][*::undef:0] ok 1192 - [img::sub:0][*::undef:1] ok 1193 - [img::sub:0][*::undef:string] ok 1194 - [img::sub:0][*::undef:regex] ok 1195 - [img::sub:0][*::undef:sub] ok 1196 - [img::sub:0][*::0:undef] ok 1197 - [img::sub:0][*::0:0] ok 1198 - [img::sub:0][*::0:1] ok 1199 - [img::sub:0][*::0:string] ok 1200 - [img::sub:0][*::0:regex] ok 1201 - [img::sub:0][*::0:sub] ok 1202 - [img::sub:0][*::1:undef] ok 1203 - [img::sub:0][*::1:0] ok 1204 - [img::sub:0][*::1:1] ok 1205 - [img::sub:0][*::1:string] ok 1206 - [img::sub:0][*::1:regex] ok 1207 - [img::sub:0][*::1:sub] ok 1208 - [img::sub:0][*::string:undef] ok 1209 - [img::sub:0][*::string:0] ok 1210 - [img::sub:0][*::string:1] ok 1211 - [img::sub:0][*::string:string] ok 1212 - [img::sub:0][*::string:regex] ok 1213 - [img::sub:0][*::string:sub] ok 1214 - [img::sub:0][*::regex:undef] ok 1215 - [img::sub:0][*::regex:0] ok 1216 - [img::sub:0][*::regex:1] ok 1217 - [img::sub:0][*::regex:string] ok 1218 - [img::sub:0][*::regex:regex] ok 1219 - [img::sub:0][*::regex:sub] ok 1220 - [img::sub:0][*::sub:undef] ok 1221 - [img::sub:0][*::sub:0] ok 1222 - [img::sub:0][*::sub:1] ok 1223 - [img::sub:0][*::sub:string] ok 1224 - [img::sub:0][*::sub:regex] ok 1225 - [img::sub:0][*::sub:sub] ok 1226 - [img::sub:1][*::undef:undef] ok 1227 - [img::sub:1][*::undef:0] ok 1228 - [img::sub:1][*::undef:1] ok 1229 - [img::sub:1][*::undef:string] ok 1230 - [img::sub:1][*::undef:regex] ok 1231 - [img::sub:1][*::undef:sub] ok 1232 - [img::sub:1][*::0:undef] ok 1233 - [img::sub:1][*::0:0] ok 1234 - [img::sub:1][*::0:1] ok 1235 - [img::sub:1][*::0:string] ok 1236 - [img::sub:1][*::0:regex] ok 1237 - [img::sub:1][*::0:sub] ok 1238 - [img::sub:1][*::1:undef] ok 1239 - [img::sub:1][*::1:0] ok 1240 - [img::sub:1][*::1:1] ok 1241 - [img::sub:1][*::1:string] ok 1242 - [img::sub:1][*::1:regex] ok 1243 - [img::sub:1][*::1:sub] ok 1244 - [img::sub:1][*::string:undef] ok 1245 - [img::sub:1][*::string:0] ok 1246 - [img::sub:1][*::string:1] ok 1247 - [img::sub:1][*::string:string] ok 1248 - [img::sub:1][*::string:regex] ok 1249 - [img::sub:1][*::string:sub] ok 1250 - [img::sub:1][*::regex:undef] ok 1251 - [img::sub:1][*::regex:0] ok 1252 - [img::sub:1][*::regex:1] ok 1253 - [img::sub:1][*::regex:string] ok 1254 - [img::sub:1][*::regex:regex] ok 1255 - [img::sub:1][*::regex:sub] ok 1256 - [img::sub:1][*::sub:undef] ok 1257 - [img::sub:1][*::sub:0] ok 1258 - [img::sub:1][*::sub:1] ok 1259 - [img::sub:1][*::sub:string] ok 1260 - [img::sub:1][*::sub:regex] ok 1261 - [img::sub:1][*::sub:sub] ok 1262 - [img::sub:string][*::undef:undef] ok 1263 - [img::sub:string][*::undef:0] ok 1264 - [img::sub:string][*::undef:1] ok 1265 - [img::sub:string][*::undef:string] ok 1266 - [img::sub:string][*::undef:regex] ok 1267 - [img::sub:string][*::undef:sub] ok 1268 - [img::sub:string][*::0:undef] ok 1269 - [img::sub:string][*::0:0] ok 1270 - [img::sub:string][*::0:1] ok 1271 - [img::sub:string][*::0:string] ok 1272 - [img::sub:string][*::0:regex] ok 1273 - [img::sub:string][*::0:sub] ok 1274 - [img::sub:string][*::1:undef] ok 1275 - [img::sub:string][*::1:0] ok 1276 - [img::sub:string][*::1:1] ok 1277 - [img::sub:string][*::1:string] ok 1278 - [img::sub:string][*::1:regex] ok 1279 - [img::sub:string][*::1:sub] ok 1280 - [img::sub:string][*::string:undef] ok 1281 - [img::sub:string][*::string:0] ok 1282 - [img::sub:string][*::string:1] ok 1283 - [img::sub:string][*::string:string] ok 1284 - [img::sub:string][*::string:regex] ok 1285 - [img::sub:string][*::string:sub] ok 1286 - [img::sub:string][*::regex:undef] ok 1287 - [img::sub:string][*::regex:0] ok 1288 - [img::sub:string][*::regex:1] ok 1289 - [img::sub:string][*::regex:string] ok 1290 - [img::sub:string][*::regex:regex] ok 1291 - [img::sub:string][*::regex:sub] ok 1292 - [img::sub:string][*::sub:undef] ok 1293 - [img::sub:string][*::sub:0] ok 1294 - [img::sub:string][*::sub:1] ok 1295 - [img::sub:string][*::sub:string] ok 1296 - [img::sub:string][*::sub:regex] ok 1297 - [img::sub:string][*::sub:sub] ok 1298 - [img::sub:regex][*::undef:undef] ok 1299 - [img::sub:regex][*::undef:0] ok 1300 - [img::sub:regex][*::undef:1] ok 1301 - [img::sub:regex][*::undef:string] ok 1302 - [img::sub:regex][*::undef:regex] ok 1303 - [img::sub:regex][*::undef:sub] ok 1304 - [img::sub:regex][*::0:undef] ok 1305 - [img::sub:regex][*::0:0] ok 1306 - [img::sub:regex][*::0:1] ok 1307 - [img::sub:regex][*::0:string] ok 1308 - [img::sub:regex][*::0:regex] ok 1309 - [img::sub:regex][*::0:sub] ok 1310 - [img::sub:regex][*::1:undef] ok 1311 - [img::sub:regex][*::1:0] ok 1312 - [img::sub:regex][*::1:1] ok 1313 - [img::sub:regex][*::1:string] ok 1314 - [img::sub:regex][*::1:regex] ok 1315 - [img::sub:regex][*::1:sub] ok 1316 - [img::sub:regex][*::string:undef] ok 1317 - [img::sub:regex][*::string:0] ok 1318 - [img::sub:regex][*::string:1] ok 1319 - [img::sub:regex][*::string:string] ok 1320 - [img::sub:regex][*::string:regex] ok 1321 - [img::sub:regex][*::string:sub] ok 1322 - [img::sub:regex][*::regex:undef] ok 1323 - [img::sub:regex][*::regex:0] ok 1324 - [img::sub:regex][*::regex:1] ok 1325 - [img::sub:regex][*::regex:string] ok 1326 - [img::sub:regex][*::regex:regex] ok 1327 - [img::sub:regex][*::regex:sub] ok 1328 - [img::sub:regex][*::sub:undef] ok 1329 - [img::sub:regex][*::sub:0] ok 1330 - [img::sub:regex][*::sub:1] ok 1331 - [img::sub:regex][*::sub:string] ok 1332 - [img::sub:regex][*::sub:regex] ok 1333 - [img::sub:regex][*::sub:sub] ok 1334 - [img::sub:sub][*::undef:undef] ok 1335 - [img::sub:sub][*::undef:0] ok 1336 - [img::sub:sub][*::undef:1] ok 1337 - [img::sub:sub][*::undef:string] ok 1338 - [img::sub:sub][*::undef:regex] ok 1339 - [img::sub:sub][*::undef:sub] ok 1340 - [img::sub:sub][*::0:undef] ok 1341 - [img::sub:sub][*::0:0] ok 1342 - [img::sub:sub][*::0:1] ok 1343 - [img::sub:sub][*::0:string] ok 1344 - [img::sub:sub][*::0:regex] ok 1345 - [img::sub:sub][*::0:sub] ok 1346 - [img::sub:sub][*::1:undef] ok 1347 - [img::sub:sub][*::1:0] ok 1348 - [img::sub:sub][*::1:1] ok 1349 - [img::sub:sub][*::1:string] ok 1350 - [img::sub:sub][*::1:regex] ok 1351 - [img::sub:sub][*::1:sub] ok 1352 - [img::sub:sub][*::string:undef] ok 1353 - [img::sub:sub][*::string:0] ok 1354 - [img::sub:sub][*::string:1] ok 1355 - [img::sub:sub][*::string:string] ok 1356 - [img::sub:sub][*::string:regex] ok 1357 - [img::sub:sub][*::string:sub] ok 1358 - [img::sub:sub][*::regex:undef] ok 1359 - [img::sub:sub][*::regex:0] ok 1360 - [img::sub:sub][*::regex:1] ok 1361 - [img::sub:sub][*::regex:string] ok 1362 - [img::sub:sub][*::regex:regex] ok 1363 - [img::sub:sub][*::regex:sub] ok 1364 - [img::sub:sub][*::sub:undef] ok 1365 - [img::sub:sub][*::sub:0] ok 1366 - [img::sub:sub][*::sub:1] ok 1367 - [img::sub:sub][*::sub:string] ok 1368 - [img::sub:sub][*::sub:regex] ok 1369 - [img::sub:sub][*::sub:sub] ok 1370 - required_ok ok 1371 - required_not_ok_1 ok 1372 - required_not_ok_2 ok t/62rules_callbacks....1..11 ok 1 - attr_accept ok 2 - attr_change ok 3 - attr_empty ok 4 - attr_reject ok 5 - tag_accept ok 6 - tag_add_tag ok 7 - tag_change_attrs ok 8 - tag_change_content ok 9 - tag_change_tag ok 10 - tag_reject_all ok 11 - tag_remove_tag ok t/80pod................1..0 # Skip Test::Pod 1.00 required for testing POD skipped all skipped: Test::Pod 1.00 required for testing POD t/81pod_coverage.......1..0 # Skip Test::Pod::Coverage required for testing POD coverage skipped all skipped: Test::Pod::Coverage required for testing POD coverage All tests successful, 2 tests skipped. Files=12, Tests=1892, 14 wallclock secs (12.69 cusr + 1.10 csys = 13.79 CPU) Installing /export/home/cpanrun/build/5.8.0/lib/site_perl/5.8.0/HTML/StripScripts.pm Installing /export/home/cpanrun/build/5.8.0/man/man3/HTML::StripScripts.3 Appending installation info to /export/home/cpanrun/build/5.8.0/lib/5.8.0/sun4-solaris-thread-multi/perllocal.pod