Skip to content

Commit c17e634

Browse files
committed
add test PRUSBUG for issue #89
1 parent cac4c47 commit c17e634

5 files changed

Lines changed: 18 additions & 0 deletions

File tree

test/PRUSBUG/PCBASIC.INI

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pcbasic]
2+
font=freedos
3+
quit=True
4+
run=TEST.BAS

test/PRUSBUG/TEST.BAS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
100 OPEN "output" FOR OUTPUT AS 1
2+
5370 PRINT#1, USING "FINNING ######, ######, ######,\ \ \ \ .###\\ x 0.###\\";H3;H4;L(6);F$;F9$;E0;CHR$(34);E1;CHR$(34)
3+
9000 CLOSE
4+


test/PRUSBUG/model/OUTPUT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FINNING 0 0 0 .000" x 0.000"
2+


test/PRUSBUG/model/PCBASIC.INI

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pcbasic]
2+
font=freedos
3+
quit=True
4+
run=TEST.BAS

test/PRUSBUG/model/TEST.BAS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
100 OPEN "output" FOR OUTPUT AS 1
2+
5370 PRINT#1, USING "FINNING ######, ######, ######,\ \ \ \ .###\\ x 0.###\\";H3;H4;L(6);F$;F9$;E0;CHR$(34);E1;CHR$(34)
3+
9000 CLOSE
4+


0 commit comments

Comments
 (0)