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 b29f2f4 commit c1fadacCopy full SHA for c1fadac
t/re/re_tests
@@ -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
+# The full format of this file is given in regexp.t
+#
4
# Prior to the implementation of autoloading of \N{}, tests that used \N{name}
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 comment
9
+# This __END__ stops me getting screenfulls of syntax errors every time I
10
+# accidentally run this file via a shell glob.
11
__END__
12
abc abc y $& abc
13
abc abc y $-[0] 0
0 commit comments