Skip to content

Commit

Permalink
Added second test for BBCBasic
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Jan 25, 2025
1 parent 97c5bc6 commit dd1dc07
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/bbcbasic2.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
B:
#
BBCBASIC
#
10 FOR I=1 TO 5
20 PRINT I,I*I
30 NEXT I
#
LIST
#
RUN
#

*BYE

#
EXIT
Empty file added test/bbcbasic2.newlines
Empty file.
3 changes: 3 additions & 0 deletions test/bbcbasic2.pat
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
I,I
16
25

0 comments on commit dd1dc07

Please sign in to comment.