Skip to content

Commit d6e71af

Browse files
author
Ingo Berg
committed
added missing unit test for issue 63
1 parent 2dedf96 commit d6e71af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Readme.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
# #
3030
#########################################################################
3131

32-
V4.0.1 (20151015)
32+
V4.0.4 (20151015)
3333
-----------------
34+
3435
Bugfixes:
36+
- Issue 59, 60, 61, 63: Various segfaults/assertions for unexpected input
3537
- Issue 55, 56, 57, 58: Various issued related to a failure to detect
3638
missing brackets.
3739

parser/mpTest.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ int ParserTester::TestIssueReports()
180180
// Not too happy about the undefined code, but better than a crash of an assertion at runtime
181181
iNumErr += ThrowTest(_T("{0<0?0,0:0<0}"), ecUNDEFINED);
182182

183+
// Github Issue 63
184+
iNumErr += ThrowTest(_T("0<0-0--eye()"), ecINVALID_NUMBER_OF_PARAMETERS);
185+
183186
Assessment(iNumErr);
184187
return iNumErr;
185188

0 commit comments

Comments
 (0)