File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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#
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.
You can’t perform that action at this time.
0 commit comments