go through more test data
This commit is contained in:
parent
e6845d7a39
commit
2b8039d77d
|
@ -357,8 +357,12 @@ fn test_bitsy_omnibus() {
|
|||
// (this game uses room_format 1 - I thought it'd be using 0...)
|
||||
"src/test-resources/omnibus/76EB6E4A.bitsy.txt".to_string(),
|
||||
"src/test-resources/omnibus/DC053B1A.bitsy.txt".to_string(),
|
||||
"src/test-resources/omnibus/CD0609B6.bitsy.txt".to_string(),
|
||||
|
||||
// todo handle fonts!
|
||||
// bad game data
|
||||
"src/test-resources/omnibus/14C48FA0.bitsy.txt".to_string(),
|
||||
|
||||
// this one has font data appended to the end of the game data - is this valid?
|
||||
"src/test-resources/omnibus/4B4EB988.bitsy.txt".to_string(),
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue