Skip to content

Commit c1fadac

Browse files
committed
t/re/re_tests: Clarify comments
1 parent b29f2f4 commit c1fadac

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

t/re/re_tests

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# This stops me getting screenfulls of syntax errors every time I accidentally
2-
# run this file via a shell glob. The full format of this file is given
3-
# in regexp.t
1+
# The full format of this file is given in regexp.t
2+
#
43
# Prior to the implementation of autoloading of \N{}, tests that used \N{name}
54
# could not go in this file, and were farmed out to other .t's, where they
65
# remain
76
#
87
# pat string y/n/etc expr expected-expr skip-reason comment
8+
#
9+
# This __END__ stops me getting screenfulls of syntax errors every time I
10+
# accidentally run this file via a shell glob.
911
__END__
1012
abc abc y $& abc
1113
abc abc y $-[0] 0

0 commit comments

Comments
 (0)