We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988b903 commit 3238b14Copy full SHA for 3238b14
t/re/re_tests
@@ -5,7 +5,7 @@
5
# could not go in this file, and were farmed out to other .t's, where they
6
# remain
7
#
8
-# pat string y/n/etc expr expected-expr skip-reason
+# pat string y/n/etc expr expected-expr skip-reason comment
9
__END__
10
abc abc y $& abc
11
abc abc y $-[0] 0
t/re/regexp.t
@@ -31,6 +31,8 @@
31
# Column 6, if present, contains a reason why the test is skipped.
32
# This is printed with "skipped", for harness to pick up.
33
34
+# Column 7 can be used for comments
35
+#
36
# \n in the tests are interpolated, as are variables of the form ${\w+}.
37
38
# Blanks lines are treated as PASSING tests to keep the line numbers
0 commit comments