Psyringe - added 3 test scripts for (non-reproducible) bug reports. Also fixed a stray space after the name of a ZEN card. Due to this space the card would never be found when read in from a deck file, the card name in the deck file could never match the card name in _cards.dat.

This commit is contained in:
Psyyringe
2009-11-18 01:26:52 +00:00
parent 2204c097aa
commit 5558cae58b
5 changed files with 105 additions and 1 deletions
@@ -0,0 +1,23 @@
#NAME: Sylvan Scrying
#DESC: Bug report: Sylvan Scrying uses
#DESC: the mana but does nothing else.
#DESC: This couldn't be reproduced, the
#DESC: test script succeeds.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=195
[INIT]
firstmain
[PLAYER1]
hand:Sylvan Scrying
library:Plains
manapool:{1}{G}
[PLAYER2]
[DO]
Sylvan Scrying
Plains
[ASSERT]
firstmain
[PLAYER1]
graveyard:Sylvan Scrying
hand:Plains
[PLAYER2]
[END]