-
Paul Wankadia authored
In the past, `a.*?c|a.*?b` was factored to `a.*?[bc]`. Thus, given "abc" as its input string, the automaton would consume "ab" and then stop (when unanchored) whereas it should consume all of "abc" as per leftmost semantics. Fixes #13812. Change-Id: I67ac0a353d7793b3d0c9c4aaf22d157621dfe784 Reviewed-on: https://go-review.googlesource.com/18357Reviewed-by: Russ Cox <rsc@golang.org>
5ccaf025
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
compile.go | ||
doc.go | ||
make_perl_groups.pl | ||
parse.go | ||
parse_test.go | ||
perl_groups.go | ||
prog.go | ||
prog_test.go | ||
regexp.go | ||
simplify.go | ||
simplify_test.go |