Home
last modified time | relevance | path

Searched refs:_qq (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/t/
H A Dtestutil.pl196 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 Dtest.pl296 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 Dtest-dist-modules.pl456 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 Dpack.t474 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 Deach.t159 is (length(), 1, "Check length of " . _qq $_);
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dposix.t337 or print "\$\@ is " . _qq($@) . "\n";
/openbsd/gnu/usr.bin/perl/lib/
H A Dutf8.t200 print "# \$\@=", _qq($@), "\n";