Mercurial > hg
comparison COPYING @ 12374:4e7dd28db0dd
tests: ensure regexes match to the end of the string
Regular expressions in the test suite are currently written assuming
that you need a trailing ".*" to avoid matching to the end.
Instead of matching regular expressions using "^pattern", this patch
makes matching more restrictive by matching "^pattern$".
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Wed, 22 Sep 2010 16:05:59 -0500 |
parents | e6db25785b00 |
children | 8c8b55733cbd |
comparison
equal
deleted
inserted
replaced
12373:58885f00b998 | 12374:4e7dd28db0dd |
---|