Skip to content

Commit e970fea

Browse files
committed
. d updated markdown snippets
1 parent f806635 commit e970fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/docs/how_to/TestAVarietyOfValues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ VerifiableMarkdownTable table = VerifiableMarkdownTable.withHeaders("Input", "Ca
6464
table.addRowsForInputs(inputs, this::toCamelCase, this::toSnakeCase, this::toKebabCase);
6565
Approvals.verify(table);
6666
```
67-
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/TableTest.java#L20-L26' title='Snippet source file'>snippet source</a> | <a href='#snippet-markdown_table_example' title='Start of snippet'>anchor</a></sup>
67+
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/TableTest.java#L28-L34' title='Snippet source file'>snippet source</a> | <a href='#snippet-markdown_table_example' title='Start of snippet'>anchor</a></sup>
6868
<!-- endSnippet -->
6969

7070
which will produce:

0 commit comments

Comments
 (0)