From 1772d8f2e8b1053fe26aa864dfc5f4b534439df5 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Wed, 29 Apr 2020 16:57:25 +0100 Subject: [PATCH] missing test resource --- Cargo.toml | 2 +- src/test-resources/image-oob | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/test-resources/image-oob diff --git a/Cargo.toml b/Cargo.toml index f9233d8..6868b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.65.11" +version = "0.65.12" authors = ["Max Bradbury "] edition = "2018" description = "A parser for Bitsy game data" diff --git a/src/test-resources/image-oob b/src/test-resources/image-oob new file mode 100644 index 0000000..fe388d5 --- /dev/null +++ b/src/test-resources/image-oob @@ -0,0 +1,8 @@ +111111111 +11001111 +10111111 +11111111 +111111110 +1111111101 +11111111 +000000000 \ No newline at end of file