Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: character killer with summons not parsed correct #344

Open
tobiasehlert opened this issue Apr 9, 2024 · 1 comment
Open

bug: character killer with summons not parsed correct #344

tobiasehlert opened this issue Apr 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tobiasehlert
Copy link
Member

tobiasehlert commented Apr 9, 2024

Character Lester Padrin
Crushed at Level 416 by Hawker Dashzik, Atestado Di Obto, Dadau Rush, Nadica, Mindubina Lovers, Fogosz, Bino Pally Rox, Seborredelson, Miko Miner and knight familiar of Lekinho Destroyer.

Actual parsing:

{
  "name": "knight familiar of Lekinho Destroyer",
  "player": true,
  "traded": false,
  "summon": ""
}

Expected parsing:

{
  "name": "Lekinho Destroyer",
  "player": true,
  "traded": false,
  "summon": "knight familiar"
}

rel #341

@tobiasehlert
Copy link
Member Author

Created bug-344-summon-killer-parser-issue branch with updated html-testdata and prepared the tests to align as it should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant