Skip to content

Commit 3c5a9e4

Browse files
committed
. d updated markdown snippets
1 parent ee8873e commit 3c5a9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

approvaltests-util/docs/StringUtils.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example
2323
List<Integer> number = Arrays.asList(1, 2, 3, 4, 5);
2424
String text = StringUtils.join(number, ", ");
2525
```
26-
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.java#L65-L68' title='Snippet source file'>snippet source</a> | <a href='#snippet-join_collection' title='Start of snippet'>anchor</a></sup>
26+
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.java#L66-L69' title='Snippet source file'>snippet source</a> | <a href='#snippet-join_collection' title='Start of snippet'>anchor</a></sup>
2727
<!-- endSnippet -->
2828
will produce
2929
<!-- snippet: /approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.testJoinCollection.approved.txt -->
@@ -44,7 +44,7 @@ For example:
4444
List<Integer> number = Arrays.asList(1, 2, 3, 4, 5);
4545
String text = StringUtils.join(number, ", ", n -> StringUtils.padNumber(n, 3));
4646
```
47-
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.java#L74-L77' title='Snippet source file'>snippet source</a> | <a href='#snippet-join_collection_with_lambda' title='Start of snippet'>anchor</a></sup>
47+
<sup><a href='/approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.java#L75-L78' title='Snippet source file'>snippet source</a> | <a href='#snippet-join_collection_with_lambda' title='Start of snippet'>anchor</a></sup>
4848
<!-- endSnippet -->
4949
will Produce
5050
<!-- snippet: /approvaltests-util-tests/src/test/java/com/spun/util/StringUtilsTest.testJoinCollectionWithFunction.approved.txt -->

0 commit comments

Comments
 (0)