Searched refs:_qq (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/t/ |
H A D | testutil.pl | 196 sub _qq { subroutine 276 unshift(@mess, "# got "._qq($got)."\n", 277 "# expected "._qq($expected)."\n"); 295 unshift(@mess, "# it should not be "._qq($got)."\n", 322 unshift(@mess, "# got "._qq($got)."\n", 359 unshift@mess, "# got "._qq($got)."\n", 360 "# expected "._qq($expected)." (within "._qq($range).")\n"; 435 _print "# key ", _qq($key), " was ", _qq($orig->{$key}), 436 " now ", _qq($value), "\n"; 440 _print "# key ", _qq($key), " is ", _qq($value), [all …]
|
/openbsd/gnu/usr.bin/perl/t/ |
H A D | test.pl | 296 sub _qq { subroutine 402 unshift(@mess, "# got "._qq($got)."\n", 403 "# expected "._qq($expected)."\n"); 432 unshift(@mess, "# it should not be "._qq($got)."\n", 459 unshift(@mess, "# got "._qq($got)."\n", 496 unshift@mess, "# got "._qq($got)."\n", 497 "# expected "._qq($expected)." (within "._qq($range).")\n"; 636 _print "# key ", _qq($key), " was ", _qq($orig->{$key}), 637 " now ", _qq($value), "\n"; 641 _print "# key ", _qq($key), " is ", _qq($value), [all …]
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | test-dist-modules.pl | 456 sub _qq { 677 _print "# key ", _qq($key), " was ", _qq($orig->{$key}), 678 " now ", _qq($value), "\n"; 682 _print "# key ", _qq($key), " is ", _qq($value), 691 _print "# key ", _qq($_), " was ", _qq($orig->{$_}), " now missing.\n";
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | pack.t | 474 print "# ${un}pack ('$template', "._qq($in).') gave '._qq($out). 475 ' not '._qq($got)."\n"; 999 _qq($in), encode_list (@got), encode_list (@out); 1006 _qq($in), encode_list ($got), encode_list ($out[0]);
|
H A D | each.t | 159 is (length(), 1, "Check length of " . _qq $_);
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | posix.t | 337 or print "\$\@ is " . _qq($@) . "\n";
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | utf8.t | 200 print "# \$\@=", _qq($@), "\n";
|