Skip to content

Commit 8395fdb

Browse files
committed
oops mixed numberless
1 parent e93ce08 commit 8395fdb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/trek_strings.bas

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REM Regression tests for string slicing patterns used in trek.bas
1+
5 REM Regression tests for string slicing patterns used in trek.bas
22

33
REM Basic LEFT$/RIGHT$ behaviour
44
10 A$="ABCDEFG"
@@ -11,6 +11,4 @@ REM Quadrant insertion-style splice like trek.bas line 5440
1111
60 S8=10
1212
70 Q$=LEFT$(Q$,S8-1)+A$+RIGHT$(Q$,190-S8)
1313
80 PRINT MID$(Q$,S8,3) : REM Expect XYZ
14-
15-
END
16-
14+
90 END

0 commit comments

Comments
 (0)