- Use of broken 'isalpha' caused 'entrée' to be parsed by Nibbler::getName
  as 'entr'.  This is part of bug #1006, but only a small part.
This commit is contained in:
Paul Beckingham
2012-06-10 16:17:09 -04:00
parent e8309fcf49
commit 9a6319a210
3 changed files with 15 additions and 9 deletions

View File

@@ -39,15 +39,15 @@ int main (int argc, char** argv)
{
#ifdef NIBBLER_FEATURE_DATE
#ifdef NIBBLER_FEATURE_REGEX
UnitTest t (385);
UnitTest t (387);
#else
UnitTest t (361);
UnitTest t (363);
#endif
#else
#ifdef NIBBLER_FEATURE_REGEX
UnitTest t (335);
UnitTest t (337);
#else
UnitTest t (311);
UnitTest t (313);
#endif
#endif