go through more test data

This commit is contained in:
Max Bradbury 2020-04-18 13:40:37 +01:00
parent e6845d7a39
commit 2b8039d77d
1 changed files with 5 additions and 1 deletions

View File

@ -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(),
];