Skip to content

Commit 238192d

Browse files
committed
2 parents ebda3a0 + 9766424 commit 238192d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ A tool can be launched using the following:
6969
```cs
7070
DiffRunner.Launch(tempFile, targetFile);
7171
```
72-
<sup><a href='/src/DiffEngine.Tests/DiffRunnerTests.cs#L16-L18' title='File snippet `diffrunnerlaunch` was extracted from'>snippet source</a> | <a href='#snippet-diffrunnerlaunch' title='Navigate to start of snippet `diffrunnerlaunch`'>anchor</a></sup>
72+
<sup><a href='/src/DiffEngine.Tests/DiffRunnerTests.cs#L18-L20' title='File snippet `diffrunnerlaunch` was extracted from'>snippet source</a> | <a href='#snippet-diffrunnerlaunch' title='Navigate to start of snippet `diffrunnerlaunch`'>anchor</a></sup>
7373
<!-- endsnippet -->
7474

7575
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:
8484
```cs
8585
DiffRunner.Kill(tempFile, targetFile);
8686
```
87-
<sup><a href='/src/DiffEngine.Tests/DiffRunnerTests.cs#L27-L29' title='File snippet `diffrunnerkill` was extracted from'>snippet source</a> | <a href='#snippet-diffrunnerkill' title='Navigate to start of snippet `diffrunnerkill`'>anchor</a></sup>
87+
<sup><a href='/src/DiffEngine.Tests/DiffRunnerTests.cs#L29-L31' title='File snippet `diffrunnerkill` was extracted from'>snippet source</a> | <a href='#snippet-diffrunnerkill' title='Navigate to start of snippet `diffrunnerkill`'>anchor</a></sup>
8888
<!-- endsnippet -->
8989

9090
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

Comments
 (0)