From 2b8039d77df75db8bac27d11ac74f209a015a9d2 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 18 Apr 2020 13:40:37 +0100 Subject: [PATCH] go through more test data --- src/game.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/game.rs b/src/game.rs index e950f56..f5d932a 100644 --- a/src/game.rs +++ b/src/game.rs @@ -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(), ];