We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For $X{Y}, where X>=10 && Y is any, an excess '}' is generated after normal output.
Example: Expected output of $15{3} might be 006 but instead outputs 006}
$15{3}
006
006}
Thanks
The text was updated successfully, but these errors were encountered:
I can't reproduce, could you give me a full command example ?
Sorry, something went wrong.
!1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;1d6;"$1{3} $2{3} $3{3} $4{3} $5{3} $6{3} $7{3} $8{3} $9{3} $10{3} $11{3} $12{3} $13{3} "
69fdf1d
I did not deploy the solution yet. it will be done in the week end i think.
fix #43
6133165
No branches or pull requests
For $X{Y}, where X>=10 && Y is any, an excess '}' is generated after normal output.
Example:
Expected output of
$15{3}
might be006
but instead outputs006}
Thanks
The text was updated successfully, but these errors were encountered: