- Fixed bug #818, which caused partial tag matching (thanks to Joe Holloway).
- Note that the regex word boundary anchors are different for Solaris
  and Linux, and largely broken on OSX.
- Added unit tests.
This commit is contained in:
Paul Beckingham 2012-02-12 10:42:24 -05:00
parent efb2476c15
commit 28a4947234
5 changed files with 97 additions and 9 deletions

View file

@ -120,4 +120,5 @@ suggestions:
Eli Lev
Paul-Gheorghe Barbu
Jennifer Cormier
Joe Holloway