[Mumps2Py:] [92] tweaked test code. |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 92
Author: pgallot
Date: 2008-02-12 00:14:55 +0000 (Tue, 12 Feb 2008)
Log Message:
-----------
tweaked test code.
Modified Paths:
--------------
trunk/testfiles/find.mps
Modified: trunk/testfiles/find.mps
===================================================================
--- trunk/testfiles/find.mps 2008-02-12 00:12:44 UTC (rev 91)
+++ trunk/testfiles/find.mps 2008-02-12 00:14:55 UTC (rev 92)
@@ -2,4 +2,4 @@
WRITE !,$F(teststr,"B")
WRITE !,$F(teststr,"A",3)
WRITE !,$F(teststr,"AB",3)
- FOR i=1:1:6 W !,$E(teststr,i,$F(teststr,"A",i)-1)
+ FOR i=1:1:4 W !,$E(teststr,i,$F(teststr,"A",i)-1)