Add an Integer BASIC test file

This commit is contained in:
Zellyn Hunter 2016-11-18 22:55:27 -05:00
parent 529bbf042a
commit 5dac18f5e7
2 changed files with 2 additions and 1 deletions

View File

@ -112,6 +112,7 @@ func TestReadCatalog(t *testing.T) {
{true, "B", 7, "BOOT13"}, {true, "B", 7, "BOOT13"},
{true, "A", 4, "SLOT#"}, {true, "A", 4, "SLOT#"},
{false, "A", 3, "EXAMPLE"}, {false, "A", 3, "EXAMPLE"},
{false, "I", 2, "EXAMPLE2"},
} }
deletedWant := []struct { deletedWant := []struct {
@ -120,8 +121,8 @@ func TestReadCatalog(t *testing.T) {
size int size int
name string name string
}{ }{
{false, "A", 3, "EXAMPLE2"},
{false, "I", 3, "EXAMPLE3"}, {false, "I", 3, "EXAMPLE3"},
{false, "A", 3, "EXAMPLE4"},
} }
if len(fdsWant) != len(fds) { if len(fdsWant) != len(fds) {

Binary file not shown.