mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix verify test false positives on reminder rules
This commit is contained in:
parent
e27ceec5e8
commit
b9b17d0548
1 changed files with 3 additions and 0 deletions
|
|
@ -2306,6 +2306,9 @@ public class VerifyCardDataTest {
|
|||
refText = refText.replace("<br>", "\n");
|
||||
}
|
||||
|
||||
// remove unnecessary reminder text
|
||||
refText = refText.replaceAll("^\\(.+(can be paid with|ransforms from).+\\)\n", "");
|
||||
|
||||
// mana ability fix
|
||||
// Current implementation makes one Activated Ability per kind of color.
|
||||
// We split such abilities in the reference text.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue