- fixed memory leak in AEquip/ATeach - Test suite now trims strings correctly (allows to have space between comma-separated card names) - Added Paradise Mantle (for ATeach test) - removed a missing wallpaper from wallpapers list
20 lines
378 B
Plaintext
20 lines
378 B
Plaintext
#Bug: "Teach" functionality has a memory leak whenever it equips a creature
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:grizzly bears,raging goblin
|
|
hand:paradise mantle
|
|
manapool:{2}
|
|
[PLAYER2]
|
|
[DO]
|
|
paradise mantle
|
|
paradise mantle
|
|
grizzly bears
|
|
paradise mantle
|
|
raging goblin
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
inplay:grizzly bears,raging goblin, paradise mantle
|
|
[PLAYER2]
|
|
[END] |