mirror of
https://github.com/zellyn/diskii.git
synced 2024-11-22 15:30:48 +00:00
Add FTOBE to supermon test disk image
This commit is contained in:
parent
0c5c863c01
commit
d901a9a0ba
@ -47,6 +47,7 @@ func TestReadSectorMap(t *testing.T) {
|
||||
{7, 0x1F, "FSHRTHELP"},
|
||||
{8, 0x04, "FSHORT"},
|
||||
{9, 0x60, "FCHACHA"},
|
||||
{10, 0x01, "FTOBE"},
|
||||
}
|
||||
|
||||
sectorsByFile := sm.SectorsByFile()
|
||||
@ -88,6 +89,7 @@ func TestReadSymbolTable(t *testing.T) {
|
||||
{7, "FSHRTHELP"},
|
||||
{8, "FSHORT"},
|
||||
{9, "FCHACHA"},
|
||||
{10, "FTOBE"},
|
||||
}
|
||||
|
||||
for _, tt := range testData {
|
||||
|
BIN
lib/supermon/testdata/chacha20.dsk
vendored
BIN
lib/supermon/testdata/chacha20.dsk
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user