Unit Tests

- Added unit tests to illustrate bug #1136.
This commit is contained in:
Paul Beckingham 2012-12-30 14:44:15 -05:00
parent 5ec68d3e0c
commit 28523e97c6
2 changed files with 9 additions and 3 deletions

View file

@ -497,7 +497,7 @@ void E9::operator_equal (
// Bug 856.
//
// Special case for checking absent projects. Without the explicit "" check
// the right._value.lenghth() is used, which is 0, and therefore generates
// the right._value.length() is used, which is 0, and therefore generates
// a false match.
if (right._value == "")
{