Skip to content

Commit

Permalink
Change Test() to reject unexpected or invalid inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and ChrisJefferson committed Jun 14, 2018
1 parent 5f92e14 commit 971f2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test.gi
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ InstallGlobalFunction(ParseTestInput, function(str, ignorecomments)
Add(outp[Length(outp)], '\n');
i := i+1;
else
Error("Invalid data in test file");
i := i+1;
fi;
od;
Expand Down

0 comments on commit 971f2d0

Please sign in to comment.