mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-30 14:30:08 +00:00
Allow spaces after the int in an amount
This commit is contained in:
parent
c116614208
commit
919f6a6363
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ subtask
|
||||||
;
|
;
|
||||||
|
|
||||||
amount
|
amount
|
||||||
: '{' S* INT '}'
|
: '{' S* INT S* '}'
|
||||||
|
|
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue