Skip to content

Commit

Permalink
simple-example: more README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nluka committed Oct 25, 2022
1 parent b83b236 commit 2652617
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simple-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main()
ntest::assert_stdvec(a, b); // fail!
}

ntest::generate_report("example");
ntest::generate_report("simple");
}

```
Expand Down Expand Up @@ -69,8 +69,8 @@ ntest::assert_stdvec(a, b); // fail! /* line 33 */
```
generates the files:
- `main.cpp@main(15,12).expected`
- `main.cpp@main(15,12).actual`
- [main.cpp@main(15,12).expected](main.cpp@main(15,12).expected)
- [main.cpp@main(15,12).actual](main.cpp@main(15,12).actual)
whose diff is:
Expand All @@ -82,7 +82,7 @@ whose diff is:
3
```

and the generated markdown report informs us of this failing assertion, as well as all the other assertions we made:
and the generated markdown report [simple.md](#simple.md) informs us of this failing assertion, as well as all the other assertions we made:

--- START OF GENERATED MARKDOWN REPORT ---

Expand Down

0 comments on commit 2652617

Please sign in to comment.