File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal_documentation/micro_features Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ The easiest way to scrub a date is by calling
108108``` java
109109Approvals . verify(" created at 03:14:15" , new Options (). withScrubber(DateScrubber . getScrubberFor(" 00:00:00" )));
110110```
111- <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L50-L52 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scrub-date-example ' title =' Start of snippet ' >anchor</a ></sup >
111+ <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L54-L56 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scrub-date-example ' title =' Start of snippet ' >anchor</a ></sup >
112112<!-- endSnippet -->
113113
114114which will produce
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ try (ConsoleOutput console = new ConsoleOutput()) {
3838## Tests
39391 . Test verifyOutput
40402 . Test verifyError
41- 3 . Test verifyAll
41+ 3 . Test verifyAll
You can’t perform that action at this time.
0 commit comments