Searched refs:as_string (Results 1 - 25 of 60) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dstreams.t30 is $parser->next->as_string, '1..5',
32 is $parser->next->as_string, 'ok 1 - input file opened',
34 is $parser->next->as_string, '... this is junk',
36 is $parser->next->as_string,
39 is $parser->next->as_string, '# this is a comment',
41 is $parser->next->as_string, 'ok 3 - read the rest of the file',
43 is $parser->next->as_string, 'not ok 4 - this is a real failure',
45 is $parser->next->as_string, 'ok 5 # SKIP we have no description',
68 is $parser->next->as_string, 'ok 1 - input file opened',
70 is $parser->next->as_string, '
[all...]
H A Dnested.t27 is $bailout->as_string, 'We ran out of foobar.',
28 '... and as_string() should return the explanation';
H A Dresults.t92 as_string => '... this line is junk ... ',
112 as_string => '# this is a comment',
133 as_string => 'This blows!',
209 as_string => 'ok 5 ... and this test is fine',
257 as_string =>
H A Dcallbacks.t36 $plan_output = $plan->as_string;
68 $plan_output = $plan->as_string;
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/
H A Dyaml_not_installed.pm5 use overload '""' => "as_string";
18 sub as_string { subroutine
H A Dyaml_process_error.pm5 use overload '""' => "as_string";
24 sub as_string { subroutine
H A DRecursiveDependency.pm5 use overload '""' => "as_string";
14 use overload '""' => "as_string";
16 sub as_string { "N/A" }; subroutine
100 sub as_string { subroutine
H A Dblocked_urllist.pm5 use overload '""' => "as_string";
18 sub as_string { subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DPrompt.pm4 use overload '""' => "as_string";
17 sub as_string { subroutine
H A DURL.pm4 use overload '""' => "as_string", fallback => 1;
19 sub as_string { subroutine
H A DDistrostatus.pm4 use overload '""' => "as_string",
39 sub as_string { subroutine
H A DDebug.pm55 $CPAN::Frontend->myprint("Debug(\n" . $arg->as_string . ")\n");
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D511-t-whitespace.t12 is($map->as_string(), <<'HERE', "Simple typemap (with input and code including leading whitespace) matches expectations");
27 is($map->as_string(), <<'HERE', "Simple typemap (with input and multi-line code) matches expectations");
H A D512-t-file.t31 is($map->as_string(), $cmp_typemap_str, "Simple typemap matches reference file");
37 is($map->as_string(), slurp($tmpfile), "Simple typemap write matches as_string");
38 is(ExtUtils::Typemaps->new(file => $cmp_typemap_file)->as_string(), $cmp_typemap_str, "Simple typemap roundtrips");
39 is(ExtUtils::Typemaps->new(file => $tmpfile)->as_string(), $cmp_typemap_str, "Simple typemap roundtrips (2)");
47 my $map_from_str = ExtUtils::Typemaps->new(string => $map->as_string());
H A D513-t-merge.t36 is($first->as_string(), slurp($combined_typemap_file), "merging produces expected output");
46 is($first->as_string(), slurp($combined_typemap_file), "merging produces expected output");
58 is($first->as_string(), slurp($combined_typemap_file), "merging (string) produces expected output");
96 is($second->as_string(), slurp($confl_replace_typemap_file), "merging (string) produces expected output");
114 is($second->as_string(), slurp($confl_skip_typemap_file), "merging (string) produces expected output");
H A D510-t-bare.t19 is($map->as_string(), <<'HERE', "Simple typemap matches expectations");
48 is($map->as_string(), <<'HERE', "Simple typemap (with input) matches expectations");
79 is($map->as_string(), <<'HERE', "Simple typemap (with output) matches expectations");
106 is($map->as_string(), <<'HERE', "Simple typemap (with in- & output) matches expectations");
130 is($map->as_string(), <<'HERE', "Simple typemap (with in- & output) matches expectations");
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Doverload.t11 use overload '""' => 'as_string';
14 sub as_string { "%%%%" } subroutine
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm9 use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string};
19 sub as_hash { my $out = +{%{$_[0]}}; delete $out->{as_string}; $out }
25 my $desc = $self->as_string;
65 as_string => "... string to print when table cannot be rendered ...",
96 =item $str = $t->as_string()
110 return (table => $t->as_hash(), details => $t->as_string());
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DBailout.pm36 =item * C<as_string>
60 sub as_string { shift->{bailout} } subroutine
H A DComment.pm36 =item * C<as_string>
58 sub as_string { shift->{raw} } subroutine
H A DVersion.pm38 =item * C<as_string>
56 This is merely a synonym for C<as_string>.
H A DPlan.pm37 =item * C<as_string>
55 This is merely a synonym for C<as_string>.
H A DPragma.pm37 =item * C<as_string>
H A DUnknown.pm40 =item * C<as_string>
H A DYAML.pm37 =item * C<as_string>

Completed in 407 milliseconds

123