diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-18 10:06:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-01-18 10:06:24 +0000 |
commit | d20ea72b0d7be0a5efab755cf190bf1d51ef2d59 (patch) | |
tree | 4904c0627c1e2c5739ab0b30870a8293d2aeb8e4 /t/comp/require.t | |
parent | 57f3ff92693b4f4d5c5142144ad578931b7cec80 (diff) | |
download | perl-d20ea72b0d7be0a5efab755cf190bf1d51ef2d59.tar.gz |
Explain better how that test count works.
p4raw-id: //depot/perl@26892
Diffstat (limited to 't/comp/require.t')
-rwxr-xr-x | t/comp/require.t | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/t/comp/require.t b/t/comp/require.t index 5deb8ad528..72f11d8260 100755 --- a/t/comp/require.t +++ b/t/comp/require.t @@ -199,9 +199,10 @@ if ($@ =~ /^This is an expected error/) { print "not ok $i\n"; } -############################ -#### Add new tests here #### -############################ +########################################## +# What follows are UTF-8 specific tests. # +# Add generic tests before this point. # +########################################## # UTF-encoded things - skipped on EBCDIC machines and on UTF-8 input |