We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f806635 commit e970feaCopy full SHA for e970fea
approvaltests/docs/how_to/TestAVarietyOfValues.md
@@ -64,7 +64,7 @@ VerifiableMarkdownTable table = VerifiableMarkdownTable.withHeaders("Input", "Ca
64
table.addRowsForInputs(inputs, this::toCamelCase, this::toSnakeCase, this::toKebabCase);
65
Approvals.verify(table);
66
```
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>
+<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>
68
<!-- endSnippet -->
69
70
which will produce:
0 commit comments