summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-12-06 21:34:32 -0700
committerKarl Williamson <khw@cpan.org>2016-12-06 22:59:17 -0700
commit88d057adfcdfd2053ec0c2f917724a34f52b436f (patch)
tree59c6f6c4e3e112b2d21e5bf2f32d5d5eda7e3648 /t/test.pl
parent2db24202937a2afb49936f6d94ba13f35a277fba (diff)
downloadperl-88d057adfcdfd2053ec0c2f917724a34f52b436f.tar.gz
t/test.pl: Clarify syntax for tests in t/lib/*
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/t/test.pl b/t/test.pl
index de2ada0328..98e7632e92 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -1078,8 +1078,9 @@ sub fresh_perl_like {
# Each program is source code to run followed by an "EXPECT" line, followed
# by the expected output.
#
-# The code to run may begin with a command line switch such as -w or -0777
-# (alphanumerics only), and may contain (note the '# ' on each):
+# The first line of the code to run may be a command line switch such as -wE
+# or -0777 (alphanumerics only; only one cluster, beginning with a minus is
+# allowed). Later lines may contain (note the '# ' on each):
# # TODO reason for todo
# # SKIP reason for skip
# # SKIP ?code to test if this should be skipped