mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-25 11:25:39 +02:00
module/script: ‘9’ is a valid digit
The script module incorrectly rejected range tag end values containing the digit ‘9’. Closes #60
This commit is contained in:
parent
8fc0d148c8
commit
60ee992a73
2 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@
|
|||
(https://codeberg.org/dnkl/yambar/issues/45).
|
||||
* Crash when a string particle contained `{}`
|
||||
(https://codeberg.org/dnkl/yambar/issues/48).
|
||||
* `script` module rejecting range tag end values containing the digit
|
||||
`9` (https://codeberg.org/dnkl/yambar/issues/60).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue