diff --git a/parser.go b/parser.go index e1003c6..c17d984 100644 --- a/parser.go +++ b/parser.go @@ -617,7 +617,7 @@ func collectRepeat() { var timesType tokenType var timesValue any collectValue(×Type, ×Value, '{') - advance() + advanceTimes(2) tokens = append(tokens, token{ typeof: Repeat, ident: currentGroupingUUID,