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 committed Jun 6, 2018
1 parent e97d6b4 commit 4bcd087
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 4bcd087

Please sign in to comment.