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 5
5
# There are five columns, separated by tabs.
6
6
# An optional sixth column is used to give a reason, only when skipping tests
7
7
#
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.
11
11
#
12
12
# Column 2 contains the string to be matched.
13
13
#
25
25
# a test should only be run on ASCII platforms
26
26
# e test should only be run on EBCDIC platforms
27
27
#
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 .
29
29
#
30
- # Column 4 contains a string, usually C<$&> .
30
+ # Column 4 contains a string, usually $& .
31
31
#
32
32
# Column 5 contains the expected result of double-quote
33
33
# interpolating that string after the match, or start of error message.
You can’t perform that action at this time.
0 commit comments