Skip to content

Commit 3238b14

Browse files
author
Karl Williamson
committed
Add comments that re tests can be commented in col 7
1 parent 988b903 commit 3238b14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

t/re/re_tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# could not go in this file, and were farmed out to other .t's, where they
66
# remain
77
#
8-
# pat string y/n/etc expr expected-expr skip-reason
8+
# pat string y/n/etc expr expected-expr skip-reason comment
99
__END__
1010
abc abc y $& abc
1111
abc abc y $-[0] 0

t/re/regexp.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
# Column 6, if present, contains a reason why the test is skipped.
3232
# This is printed with "skipped", for harness to pick up.
3333
#
34+
# Column 7 can be used for comments
35+
#
3436
# \n in the tests are interpolated, as are variables of the form ${\w+}.
3537
#
3638
# Blanks lines are treated as PASSING tests to keep the line numbers

0 commit comments

Comments
 (0)