Allow spaces after the int in an amount

This commit is contained in:
Jos van den Oever 2024-09-02 15:22:22 +02:00
parent c116614208
commit 919f6a6363

View file

@ -52,7 +52,7 @@ subtask
;
amount
: '{' S* INT '}'
: '{' S* INT S* '}'
|
;