commit | efc20cc7178e86605bf1f0a7102a2d8c6b0e5c6c | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Tue Jul 17 16:20:06 2012 -0400 |
committer | Russ Cox <rsc@swtch.com> | Tue Jul 17 16:20:06 2012 -0400 |
tree | 4ff05d656d43fa22900867400a86ffcfb4c80b6f | |
parent | 18bb8f23f9769929e2d6f551fefe6dd27b081ba1 [diff] |
RE2::Set: fix handling of regexps with trailing $, by forcing all regexps to have trailing $ and checking for the match only after the $ has been pushed through. [Exported from internal Google RE2 repository.] R=rsc CC=re2-dev http://codereview.appspot.com/6410043