mirror of
https://github.com/zellyn/diskii.git
synced 2025-02-16 10:32:10 +00:00
Add an Integer BASIC test file
This commit is contained in:
parent
529bbf042a
commit
5dac18f5e7
@ -112,6 +112,7 @@ func TestReadCatalog(t *testing.T) {
|
||||
{true, "B", 7, "BOOT13"},
|
||||
{true, "A", 4, "SLOT#"},
|
||||
{false, "A", 3, "EXAMPLE"},
|
||||
{false, "I", 2, "EXAMPLE2"},
|
||||
}
|
||||
|
||||
deletedWant := []struct {
|
||||
@ -120,8 +121,8 @@ func TestReadCatalog(t *testing.T) {
|
||||
size int
|
||||
name string
|
||||
}{
|
||||
{false, "A", 3, "EXAMPLE2"},
|
||||
{false, "I", 3, "EXAMPLE3"},
|
||||
{false, "A", 3, "EXAMPLE4"},
|
||||
}
|
||||
|
||||
if len(fdsWant) != len(fds) {
|
||||
|
BIN
lib/dos3/testdata/dos33test.dsk
vendored
BIN
lib/dos3/testdata/dos33test.dsk
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user