Skip to content

Commit b29f2f4

Browse files
committed
t/re/regexp.t: Remove pod markup from non-pod
This markup just muddied the waters for the reader
1 parent a129015 commit b29f2f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/re/regexp.t

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# There are five columns, separated by tabs.
66
# An optional sixth column is used to give a reason, only when skipping tests
77
#
8-
# Column 1 contains the pattern, optionally enclosed in C<''> C<::> or
9-
# C<//>. Modifiers can be put after the closing delimiter. C<''> will
10-
# automatically be added to any other patterns.
8+
# Column 1 contains the pattern, optionally enclosed in '' :: or //.
9+
# Modifiers can be put after the closing delimiter. '' will automatically be
10+
# added to any other patterns.
1111
#
1212
# Column 2 contains the string to be matched.
1313
#
@@ -25,9 +25,9 @@
2525
# a test should only be run on ASCII platforms
2626
# e test should only be run on EBCDIC platforms
2727
#
28-
# Columns 4 and 5 are used only if column 3 contains C<y> or C<c>.
28+
# Columns 4 and 5 are used only if column 3 contains y or c.
2929
#
30-
# Column 4 contains a string, usually C<$&>.
30+
# Column 4 contains a string, usually $&.
3131
#
3232
# Column 5 contains the expected result of double-quote
3333
# interpolating that string after the match, or start of error message.

0 commit comments

Comments
 (0)