From 1f313aa7a46369f7dcd1f1bf5445fb3186c620d6 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Tue, 8 Nov 2011 04:04:51 +0000 Subject: [PATCH] Adding test for issue 754 --- .../mtg/bin/Res/test/bugs/exalted_i754.txt | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/exalted_i754.txt diff --git a/projects/mtg/bin/Res/test/bugs/exalted_i754.txt b/projects/mtg/bin/Res/test/bugs/exalted_i754.txt new file mode 100644 index 000000000..ef3dd0a7b --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/exalted_i754.txt @@ -0,0 +1,39 @@ +#Bug: the +1/+1 bonus stays on a creature if the card that exalted it is killed before the end of the turn +# see http://code.google.com/p/wagic/issues/detail?id=754 +[INIT] +COMBATATTACKERS +[PLAYER1] +hand:shock +inplay:Sigiled Paladin,raging goblin,mountain +[PLAYER2] +[DO] +raging goblin +next +#blockers +next +#damage +next +#combat end +next +#second main +mountain +shock +Sigiled Paladin +eot +eot +goto combatattackers +raging goblin +next +#blockers +next +#damage +next +#combat end +[ASSERT] +COMBATEND +[PLAYER1] +inplay:raging goblin,mountain +graveyard:Shock,Sigiled Paladin +[PLAYER2] +life:17 +[END] \ No newline at end of file