mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
fix #10831 (special characters in verify test)
This commit is contained in:
parent
b4f3f974dc
commit
7e95077d0b
1 changed files with 2 additions and 0 deletions
|
|
@ -2115,6 +2115,8 @@ public class VerifyCardDataTest {
|
|||
.replace("<i>", "")
|
||||
.replace("</i>", "");
|
||||
|
||||
newRule = CardNameUtil.normalizeCardName(newRule);
|
||||
|
||||
return newRule.trim();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue