update this accepted failure
This commit is contained in:
parent
ad3eb102be
commit
5aa0c94810
|
@ -4,11 +4,12 @@ mod test {
|
|||
|
||||
/// bitsy-parser will parse these games correctly
|
||||
/// but the output does not match the input, due to game data errors.
|
||||
const ACCEPTED_FAILURES: [&str; 31] = [
|
||||
const ACCEPTED_FAILURES: [&str; 32] = [
|
||||
// position out of bounds e.g. "5, -1"
|
||||
"CFE62F11", // "SweetPea Village",
|
||||
"013B3CDE", // "Sunset Shore",
|
||||
"65C2B499", // "==GIRLS OWN THE VOID=={br}a faux platformer",
|
||||
"74E0F6EF", // this one has no name. the files is huge so the test hangs, but it does parse ok apart from a bad item position.
|
||||
// extra tiles in room (this was an old editor bug)
|
||||
"07836D6F", // "I can't run anymore. They won't give up. I need water.",
|
||||
"12490381", // "Picnic at Castle Island",
|
||||
|
|
Loading…
Reference in New Issue