Skip to content

Commit

Permalink
added missing unit test for issue 63
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Berg committed Oct 18, 2015
1 parent 2dedf96 commit d6e71af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
# #
#########################################################################

V4.0.1 (20151015)
V4.0.4 (20151015)
-----------------

Bugfixes:
- Issue 59, 60, 61, 63: Various segfaults/assertions for unexpected input
- Issue 55, 56, 57, 58: Various issued related to a failure to detect
missing brackets.

Expand Down
3 changes: 3 additions & 0 deletions parser/mpTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ int ParserTester::TestIssueReports()
// Not too happy about the undefined code, but better than a crash of an assertion at runtime
iNumErr += ThrowTest(_T("{0<0?0,0:0<0}"), ecUNDEFINED);

// Github Issue 63
iNumErr += ThrowTest(_T("0<0-0--eye()"), ecINVALID_NUMBER_OF_PARAMETERS);

Assessment(iNumErr);
return iNumErr;

Expand Down

0 comments on commit d6e71af

Please sign in to comment.