diff options
| author | Fuwn <[email protected]> | 2022-06-19 17:17:00 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-19 17:17:00 -0700 |
| commit | 0a4ad747d151e540b7f800e1b092496ec0502105 (patch) | |
| tree | 7ddd9e53420f0078082ff8586dc1f3fd77fea00a | |
| parent | docs(macros): local context (diff) | |
| download | tatl-0a4ad747d151e540b7f800e1b092496ec0502105.tar.xz tatl-0a4ad747d151e540b7f800e1b092496ec0502105.zip | |
docs(readme): example output
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -28,6 +28,19 @@ int main(void) { } ``` +The output with the previous example: + +```shell +running 4 tests +dummy ... ok (0ms) +add works ... ok (0ms) +dummy long ... ok (0ms) +should fail ... FAILED (0ms) + +test result: FAILED. 3 passed (4 steps); 1 failed (0ms) + +``` + ## Examples More examples can be found in the [`examples/`](examples) directory. |