mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-10-30 05:06:18 +00:00 
			
		
		
		
	 027b8edac7
			
		
	
	
		027b8edac7
		
	
	
	
	
		
			
			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
		
	
	
		
			614 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			614 B
		
	
	
	
		
			HTML
		
	
	
	
		
			Vendored
		
	
	
	
| 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 @@
 | |
|      <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 @@
 | |
|      <li>item 1.9</li>
 | |
| +  <li>item 1.10 added</li>
 | |
|    </ol>
 | |
| @@ -23,3 +24,4 @@
 | |
|      <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 @@
 | |
|      <li>item 3.6</li>
 | |
| -    <li>item 3.7</li>
 | |
| -    <li>item 3.8</li>
 | |
|    </ol>
 |