You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running test 1: io.q
q : quit
---- sending commands ----
q
---- awaiting results ----
: The 'q' command instructs learntris to quit.
:
: Learntris should not produce any output unless
: explicitly instructed to do so.
---- expected results ----
Test 1 failed: output mismatch:
- x
There are several cleanups that should be made:
The lines Running test 1: io.q and Test 1 failed: output mismatch: should be modified so that both refer to the test name and neither refers to the number.
There should be an explanation of the diff output.
Here is an example of how an improved version might look:
Running test: [io.q]
q : quit
+--- sending commands ----
q
+--- awaiting results ----
: The 'q' command instructs learntris to quit.
:
: Learntris should not produce any output unless
: explicitly instructed to do so.
+--- expected results ----
+--- output mismatch! ----
:
: Test [io.q] failed.
:
: The following diff show the changes required
: to pass the test.
:
: '-' indicates a line to be removed,
: '+' indicates a line to be added.
+-------------------------
- x
The text was updated successfully, but these errors were encountered:
Given the following learntris...
We get:
There are several cleanups that should be made:
Running test 1: io.q
andTest 1 failed: output mismatch:
should be modified so that both refer to the test name and neither refers to the number.Here is an example of how an improved version might look:
The text was updated successfully, but these errors were encountered: