lonelyjohner wrote
I see. I mistakenly type the 14th-way of input b to its 15th position. But it does not make any grammar mistake.I thought it should run to the end and just show different results. Does this mean even if there is little difference between comparison and output the program will treat it pretty "seriously" like some kind of grammar error?
The test will pause whenever there is a miscompare. You can use the
step or
run command to continue the test. It will stop again on the next miscompare.
This is more or less like a program that compiles correctly but fails during runtime, say with a divide-by-zero error.
--Mark
[It's better to reply using the forum rather that to reply to the notification e-mail; direct e-mail replies look really ugly. You should be able to hit the link at the bottom of the notification e-mail and get directly to the forum post.]