fix #10831 (special characters in verify test)

This commit is contained in:
xenohedron 2023-11-04 19:30:33 -04:00
parent b4f3f974dc
commit 7e95077d0b

View file

@ -2115,6 +2115,8 @@ public class VerifyCardDataTest {
.replace("<i>", "") .replace("<i>", "")
.replace("</i>", ""); .replace("</i>", "");
newRule = CardNameUtil.normalizeCardName(newRule);
return newRule.trim(); return newRule.trim();
} }