There were a couple of scripts in _tests.txt which were commented out for this reason, I moved them to the new wontfix folder too. I think it's cleaner and easier mto maintain to only have tests in the "tests" folder which actually work and are meant to succeed.
19 lines
237 B
Plaintext
19 lines
237 B
Plaintext
#Testing Befoul on Grizzly bears
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:befoul
|
|
manapool:{2}{B}{B}
|
|
[PLAYER2]
|
|
inplay:1250
|
|
[DO]
|
|
befoul
|
|
1250
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:befoul
|
|
manapool:{0}
|
|
[PLAYER2]
|
|
graveyard:1250
|
|
[END] |