projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee34a4d
)
Adjust the number of tests in t/op/range.t
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 31 Oct 2002 20:58:12 +0000
(20:58 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 31 Oct 2002 20:58:12 +0000
(20:58 +0000)
p4raw-id: //depot/perl@18075
t/op/range.t
patch
|
blob
|
history
diff --git
a/t/op/range.t
b/t/op/range.t
index
5200db2
..
a4f03c5
100755
(executable)
--- a/
t/op/range.t
+++ b/
t/op/range.t
@@
-1,6
+1,6
@@
#!./perl
-print "1..1
6
\n";
+print "1..1
9
\n";
print join(':',1..5) eq '1:2:3:4:5' ? "ok 1\n" : "not ok 1\n";