Skip to content

Commit

Permalink
Doco changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 7, 2023
1 parent 36edd1f commit 6d54002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ Approvaltests uses methods that start with `verify` like `verify(object_under_te
The expected result is stored in a file like such:

<!-- snippet: SampleTests.test_with_json.approved.json -->
<a id='snippet-SampleTests.test_with_json.approved.txt'></a>
```txt
<a id='snippet-SampleTests.test_with_json.approved.json'></a>
```json
{
"age": 38,
"firstName": "jayne",
"isMale": true,
"lastName": "cobb"
}
```
<sup><a href='/tests/SampleTests.test_with_json.approved.txt#L1-L6' title='Snippet source file'>snippet source</a> | <a href='#snippet-SampleTests.test_with_json.approved.txt' title='Start of snippet'>anchor</a></sup>
<sup><a href='/tests/SampleTests.test_with_json.approved.json#L1-L6' title='Snippet source file'>snippet source</a> | <a href='#snippet-SampleTests.test_with_json.approved.json' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## Next steps
Expand Down

0 comments on commit 6d54002

Please sign in to comment.