Correct documentation.
Chris Pressey
6 years ago
280 | 280 | <=== input to give it |
281 | 281 | ???> error to expect |
282 | 282 | |
283 | <=== different input to give the immediately previously defined test body | |
284 | ???> different error to expect | |
285 | ||
286 | 283 | Invalid examples: |
287 | 284 | |
288 | 285 | | thing to test |
292 | 289 | + input to give it |
293 | 290 | = output to expect |
294 | 291 | |
295 | ...test input must be preceded by a test body (if this is the first test.) | |
292 | ...test input must be preceded by a test body, if this is the first test. | |
293 | ||
294 | <=== input to give it | |
295 | ???> output to expect | |
296 | ||
297 | ...test input must be preceded by a test body always, in freestyle format. | |
296 | 298 | |
297 | 299 | ? error to expect |
298 | 300 |