mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:26:39 +00:00

This moves the expected and actual test data along with the source data for the userdiff tests into the tests/resources/userdiff test repo and updates the test to use that.
27 lines
711 B
HTML
27 lines
711 B
HTML
diff --git a/files/file.html b/files/file.html
|
|
index 872d196..2320e2f 100644
|
|
--- a/files/file.html
|
|
+++ b/files/file.html
|
|
@@ -5,4 +5,4 @@ <h1 id="first section">
|
|
<li>item 1.1</li>
|
|
- <li>item 1.2</li>
|
|
- <li>item 1.3</li>
|
|
+ <li>item 1.2 changed</li>
|
|
+ <li>item 1.3 changed</li>
|
|
<li>item 1.4</li>
|
|
@@ -13,2 +13,3 @@ <h1 id="first section">
|
|
<li>item 1.9</li>
|
|
+ <li>item 1.10 added</li>
|
|
</ol>
|
|
@@ -23,3 +24,4 @@ <h1 id="second section">
|
|
<li>item 2.6</li>
|
|
- <li>item 2.7</li>
|
|
+ <li>item 2.7 changed</li>
|
|
+ <li>item 2.7.1 added</li>
|
|
<li>item 2.8</li>
|
|
@@ -35,4 +37,2 @@ <h1 id="third section">
|
|
<li>item 3.6</li>
|
|
- <li>item 3.7</li>
|
|
- <li>item 3.8</li>
|
|
</ol>
|