cvsuser 03/01/14 05:20:29
Modified: t/op debuginfo.t
t/pmc intlist.t perlarray.t perlhash.t
Log:
various typos
Revision Changes Path
1.4 +1 -1 parrot/t/op/debuginfo.t
Index: debuginfo.t
===================================================================
RCS file: /cvs/public/parrot/t/op/debuginfo.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -r1.3 -r1.4
--- debuginfo.t 6 Jan 2003 21:29:13 -0000 1.3
+++ debuginfo.t 14 Jan 2003 13:20:26 -0000 1.4
@@ -51,7 +51,7 @@
OUTPUT
output_is( <<'CODE', <<OUTPUT, "set/getpackage with regs" );
- set S0 "foo"
+ set S0, "foo"
set S1, "bar"
set I0, 1
set I1, 2
1.8 +1 -1 parrot/t/pmc/intlist.t
Index: intlist.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/intlist.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -w -r1.7 -r1.8
--- intlist.t 21 Oct 2002 08:47:12 -0000 1.7
+++ intlist.t 14 Jan 2003 13:20:29 -0000 1.8
@@ -14,7 +14,7 @@
Created IntList with 0 elements to start with.
OUTPUT
-# This test just runs way too slowly with GC_DEBUG turned on, so let's
+# This test just runs way too slowly with GC_DEBUG turned on, so lets
# turn it off for make test runs.
output_is(<<'CODE', <<'OUTPUT', "aerobics");
new P0, .IntList
1.27 +1 -1 parrot/t/pmc/perlarray.t
Index: perlarray.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/perlarray.t,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -w -r1.26 -r1.27
--- perlarray.t 21 Dec 2002 13:36:08 -0000 1.26
+++ perlarray.t 14 Jan 2003 13:20:29 -0000 1.27
@@ -1001,7 +1001,7 @@
print "ok 4\n"
push P0, 300
# replace 3 values
- splice P0, P1, 1 3
+ splice P0, P1, 1, 3
set I0, P0
eq I0, 3, ok_12
print "nok 51\n"
1.28 +3 -3 parrot/t/pmc/perlhash.t
Index: perlhash.t
===================================================================
RCS file: /cvs/public/parrot/t/pmc/perlhash.t,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -w -r1.27 -r1.28
--- perlhash.t 30 Dec 2002 17:38:20 -0000 1.27
+++ perlhash.t 14 Jan 2003 13:20:29 -0000 1.28
@@ -492,15 +492,15 @@
set S0, P2["zxcvbn"]
set P0, P2["123456"]
- eq, I0, 0, OK1
+ eq I0, 0, OK1
print "not "
OK1: print "ok 1\n"
- eq, N0, 0.0, OK2
+ eq N0, 0.0, OK2
print "not "
OK2: print "ok 2\n"
- eq, S0, "", OK3
+ eq S0, "", OK3
print "not "
OK3: print "ok 3\n"