Skip to content

Commit

Permalink
Fix repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Aug 9, 2023
1 parent ceb9a1b commit 9ba8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ func collectRepeat() {
var timesType tokenType
var timesValue any
collectValue(&timesType, &timesValue, '{')
advance()
advanceTimes(2)
tokens = append(tokens, token{
typeof: Repeat,
ident: currentGroupingUUID,
Expand Down

0 comments on commit 9ba8268

Please sign in to comment.