We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93ce08 commit 8395fdbCopy full SHA for 8395fdb
1 file changed
tests/trek_strings.bas
@@ -1,4 +1,4 @@
1
-REM Regression tests for string slicing patterns used in trek.bas
+5 REM Regression tests for string slicing patterns used in trek.bas
2
3
REM Basic LEFT$/RIGHT$ behaviour
4
10 A$="ABCDEFG"
@@ -11,6 +11,4 @@ REM Quadrant insertion-style splice like trek.bas line 5440
11
60 S8=10
12
70 Q$=LEFT$(Q$,S8-1)+A$+RIGHT$(Q$,190-S8)
13
80 PRINT MID$(Q$,S8,3) : REM Expect XYZ
14
-
15
-END
16
+90 END
0 commit comments