git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7687 8c9fc860-2736-0410-a75d-ab315db34111
@@ -771,6 +771,8 @@ BEGIN
IF options.ParseString("--flag -s=Hello -i=99 ", context.error) THEN
options.Show(context.out);
END;
+ ELSE
+ context.result := Commands.CommandParseError;
END Test;