Skip to content

Commit c2f2cab

Browse files
committed
d updated markdown snippets
1 parent e7179cc commit c2f2cab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

approvaltests/docs/reference/Reporters.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ BeyondCompareMacReporter.INSTANCE,
2626
DiffMergeMacOsReporter.INSTANCE,
2727
KaleidoscopeDiffReporter.INSTANCE,
2828
P4MergeReporter.INSTANCE,
29-
KDiff3Reporter.INSTANCE,
29+
KDiff3MacReporter.INSTANCE,
3030
TkDiffReporter.INSTANCE,
3131
IntelliJReporter.INSTANCE,
3232
VisualStudioCodeReporter.INSTANCE
@@ -45,7 +45,7 @@ BeyondCompareReporter.INSTANCE,
4545
WinMergeReporter.INSTANCE,
4646
AraxisMergeReporter.INSTANCE,
4747
CodeCompareReporter.INSTANCE,
48-
KDiff3Reporter.INSTANCE,
48+
KDiff3WindowsReporter.INSTANCE,
4949
IntelliJReporter.INSTANCE,
5050
VisualStudioCodeReporter.INSTANCE
5151
```
@@ -59,9 +59,10 @@ VisualStudioCodeReporter.INSTANCE
5959
```java
6060
DiffMergeLinuxReporter.INSTANCE,
6161
MeldMergeReporter.INSTANCE,
62-
IntelliJReporter.INSTANCE
62+
IntelliJReporter.INSTANCE,
63+
KDiff3LinuxReporter.INSTANCE
6364
```
64-
<sup><a href='/approvaltests/src/main/java/org/approvaltests/reporters/linux/LinuxDiffReporter.java#L13-L17' title='Snippet source file'>snippet source</a> | <a href='#snippet-linux_diff_reporters' title='Start of snippet'>anchor</a></sup>
65+
<sup><a href='/approvaltests/src/main/java/org/approvaltests/reporters/linux/LinuxDiffReporter.java#L13-L18' title='Snippet source file'>snippet source</a> | <a href='#snippet-linux_diff_reporters' title='Start of snippet'>anchor</a></sup>
6566
<!-- endSnippet -->
6667

6768
## Combining Reporters

0 commit comments

Comments
 (0)