fix verify test false positives on reminder rules

This commit is contained in:
xenohedron 2023-11-04 18:43:53 -04:00
parent e27ceec5e8
commit b9b17d0548

View file

@ -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.