Skip to content

Commit 96cf1a9

Browse files
committed
Correct count in '... attempt to escape whitespace' diagnostic.
1 parent 815d0d1 commit 96cf1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perldiag.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5502,7 +5502,7 @@ You probably wrote something like this:
55025502
);
55035503

55045504
expecting to get a two elements list containing the strings C<'a string'>
5505-
and C<'another'>. Instead the list will hold four elements: C<'a\'>
5505+
and C<'another'>. Instead the list will hold three elements: C<'a\'>
55065506
(with a literal backslash), C<'string'> and C<'another'>.
55075507

55085508
If you really want whitespace in your strings, build your list the

0 commit comments

Comments
 (0)