You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L65-L69'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerLaunch'title='Start of snippet'>anchor</a></sup>
103
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L67-L71'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerLaunch'title='Start of snippet'>anchor</a></sup>
104
104
<!-- endSnippet -->
105
105
106
106
Note that this method will respect the above [difference behavior](/docs/diff-tool.md#detected-difference-behavior) in terms of Auto refresh and MDI behaviors.
@@ -115,7 +115,7 @@ A tool can be closed using the following:
115
115
```cs
116
116
DiffRunner.Kill(file1, file2);
117
117
```
118
-
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L78-L82'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerKill'title='Start of snippet'>anchor</a></sup>
118
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L81-L85'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerKill'title='Start of snippet'>anchor</a></sup>
119
119
<!-- endSnippet -->
120
120
121
121
Note that this method will respect the above [difference behavior](/docs/diff-tool.md#detected-difference-behavior) in terms of MDI behavior.
@@ -170,37 +170,37 @@ var isAppVeyor = BuildServerDetector.IsAppVeyor;
0 commit comments