Closed AlphaKretin closed 5 years ago
This is not currently ready to merge, as a test is failing. The regular expression for Japanese Monster Text is not matching Odd-Eyes Pendulum Dragon's monster effect in tests, even though as far as I can tell it should. I'll have to revisit this later. https://regex101.com/r/fEXlk0/1
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
dist/class/CardText.js | 14 | 16 | 87.5% | ||
<!-- | Total: | 14 | 16 | 87.5% | --> |
Totals | |
---|---|
Change from base Build 95: | -1.5% |
Covered Lines: | 214 |
Relevant Lines: | 216 |
Fix #7 To better support edge cases and other languages, this converts the Pendulum Text detection from a messy algorithmic approach to regular expressions (based on the ones used by DataEditorX).