From a40c677f1e1e4156e02262b1f15425f948b544b9 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew@gmail.com" Date: Sun, 5 May 2013 13:52:42 +0000 Subject: [PATCH] Adding test for i953 --- .../Res/test/bugs/exquisite_blood_i953.txt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/mtg/bin/Res/test/bugs/exquisite_blood_i953.txt diff --git a/projects/mtg/bin/Res/test/bugs/exquisite_blood_i953.txt b/projects/mtg/bin/Res/test/bugs/exquisite_blood_i953.txt new file mode 100644 index 000000000..0fca632c1 --- /dev/null +++ b/projects/mtg/bin/Res/test/bugs/exquisite_blood_i953.txt @@ -0,0 +1,22 @@ +#NAME: Exquisite blood Issue +#DESC: Sanguine Bond Whenever you gain life, target opponent loses that much life. +#DESC: Exquisite Blood: Whenever an opponent loses life, you gain that much life. +#DESC: Having both cards in play causes an infinite loop when damage is done +[INIT] +firstmain +[PLAYER1] +inplay:Exquisite blood,Sanguine Bond +hand:Lightning bolt +manapool:{R} +[PLAYER2] +[DO] +Lightning bolt +p2 +[ASSERT] +firstmain +[PLAYER1] +inplay:Exquisite blood,Sanguine Bond +graveyard:Lightning bolt +[PLAYER2] +life:0 +[END]