mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-29 14:00:06 +00:00
Require a space after an amount
Otherwise the space becomes part of the description.
This commit is contained in:
parent
941aef502b
commit
9b1da89cdf
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ text
|
||||||
description : (EOL text)* ;
|
description : (EOL text)* ;
|
||||||
|
|
||||||
// An amount in curly brackes or nothing
|
// An amount in curly brackes or nothing
|
||||||
amount : '{' S* INT S* '}' | ;
|
amount : '{' S* INT S* '} ' | ;
|
||||||
|
|
||||||
// Lexer rules
|
// Lexer rules
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue