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#L92-L96'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerLaunch'title='Start of snippet'>anchor</a></sup>
106
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L94-L98'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerLaunch'title='Start of snippet'>anchor</a></sup>
107
107
<!-- endSnippet -->
108
108
109
109
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.
@@ -118,7 +118,7 @@ A tool can be closed using the following:
118
118
```cs
119
119
DiffRunner.Kill(file1, file2);
120
120
```
121
-
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L106-L110'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerKill'title='Start of snippet'>anchor</a></sup>
121
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L108-L112'title='Snippet source file'>snippet source</a> | <ahref='#snippet-DiffRunnerKill'title='Start of snippet'>anchor</a></sup>
122
122
<!-- endSnippet -->
123
123
124
124
Note that this method will respect the above [difference behavior](/docs/diff-tool.md#detected-difference-behavior) in terms of MDI behavior.
0 commit comments