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
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ A tool can be launched using the following:
69
69
```cs
70
70
DiffRunner.Launch(tempFile, targetFile);
71
71
```
72
-
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L16-L18'title='File snippet `diffrunnerlaunch` was extracted from'>snippet source</a> | <ahref='#snippet-diffrunnerlaunch'title='Navigate to start of snippet `diffrunnerlaunch`'>anchor</a></sup>
72
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L18-L20'title='File snippet `diffrunnerlaunch` was extracted from'>snippet source</a> | <ahref='#snippet-diffrunnerlaunch'title='Navigate to start of snippet `diffrunnerlaunch`'>anchor</a></sup>
73
73
<!-- endsnippet -->
74
74
75
75
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.
@@ -84,7 +84,7 @@ A tool can be closed using the following:
84
84
```cs
85
85
DiffRunner.Kill(tempFile, targetFile);
86
86
```
87
-
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L27-L29'title='File snippet `diffrunnerkill` was extracted from'>snippet source</a> | <ahref='#snippet-diffrunnerkill'title='Navigate to start of snippet `diffrunnerkill`'>anchor</a></sup>
87
+
<sup><ahref='/src/DiffEngine.Tests/DiffRunnerTests.cs#L29-L31'title='File snippet `diffrunnerkill` was extracted from'>snippet source</a> | <ahref='#snippet-diffrunnerkill'title='Navigate to start of snippet `diffrunnerkill`'>anchor</a></sup>
88
88
<!-- endsnippet -->
89
89
90
90
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