Skip to content

Commit

Permalink
Set base_matches to the correct base_analysis.sequence in repeat_match()
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncampbell committed Aug 14, 2016
1 parent 6c79117 commit 19aa686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matching.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ matching =
base_token
@omnimatch base_token
)
base_matches = base_analysis.match_sequence
base_matches = base_analysis.sequence
base_guesses = base_analysis.guesses
matches.push
pattern: 'repeat'
Expand Down

0 comments on commit 19aa686

Please sign in to comment.