Double-digit placeholder id not supported #99
Labels
No labels
breaking change
duplicate
good first issue
help wanted
invalid
question
scope: card
scope: docs
scope: game
scope: registry
scope: script
scope: tool
scope: universe
tracker
type: bug
type: card request
type: documentation
type: enhancement
type: improvement
type: parity
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LunarTides/Hearthstone.js#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
The game doesn't support more than 10 placeholders on one card.
This can be easily fixed by fixing the regex from
{.}to{.*?}To Reproduce
Steps to reproduce the behavior:
{10}Expected behavior
The placeholder should be replaced by the value, like it does in a single-digit placeholder id. Eg:
{0}Screenshots
None
Desktop (please complete the following information):
Additional context
None