@ -82,7 +82,7 @@ func takeZeroState(states []*nfaState, numGroups int, idx int) (rtv []*nfaState,
}
for _, state := range rtv {
if len(state.transitions[EPSILON]) > 0 {
if len(state.transitions[epsilon]) > 0 {
return rtv, true