X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d63e6659f72baf6e132e8f649d26b4fa1f5bf9ae..273be65c18c94ccde36c8a6d14c992ff7434681a:/dump.c diff --git a/dump.c b/dump.c index 15a788f..a340a9c 100644 --- a/dump.c +++ b/dump.c @@ -364,18 +364,18 @@ If the PERL_PV_PRETTY_QUOTE flag is set then the result will be double quoted with any double quotes in the string escaped. Otherwise if the PERL_PV_PRETTY_LTGT flag is set then the result be wrapped in angle brackets. - + If the PERL_PV_PRETTY_ELLIPSES flag is set and not all characters in string were output then an ellipsis C<...> will be appended to the string. Note that this happens AFTER it has been quoted. - + If start_color is non-null then it will be inserted after the opening quote (if there is one) but before the escaped text. If end_color is non-null then it will be inserted after the escaped text but before any quotes or ellipses. Returns a pointer to the prettified text as held by dsv. - + =cut */