test(diffview): update test fixtures

Andrey Nering created

Change summary

internal/ui/diffview/testdata/TestDiffView/Unified/Narrow/DarkMode.golden  | 4 
internal/ui/diffview/testdata/TestDiffView/Unified/Narrow/LightMode.golden | 4 
internal/ui/diffview/testdata/TestDiffViewLineBreakIssue/Split.golden      | 6 
internal/ui/diffview/testdata/TestDiffViewLineBreakIssue/Unified.golden    | 4 
4 files changed, 9 insertions(+), 9 deletions(-)

Detailed changes

internal/ui/diffview/testdata/TestDiffView/Unified/Narrow/DarkMode.golden 🔗

@@ -1,7 +1,7 @@
  …  …   @@ -1,3 +1,3 @@   
  1    - a                 
-    1 + d                 
  2    - b                 
-    2 + e                 
  3    - c                 
+    1 + d                 
+    2 + e                 
     3 + f                 

internal/ui/diffview/testdata/TestDiffView/Unified/Narrow/LightMode.golden 🔗

@@ -1,7 +1,7 @@
  …  …   @@ -1,3 +1,3 @@   
  1    - a                 
-    1 + d                 
  2    - b                 
-    2 + e                 
  3    - c                 
+    1 + d                 
+    2 + e                 
     3 + f                 

internal/ui/diffview/testdata/TestDiffViewLineBreakIssue/Split.golden 🔗

@@ -1,8 +1,8 @@
   …   @@ -1,6 +1,8 @@                     …                                     
   1 - // this is                          1 + /**                               
-                                          2 +  * this is                        
-  2 - // a regular                        3 +  * a block                        
-  3 - // comment                          4 +  * comment                        
+  2 - // a regular                        2 +  * this is                        
+  3 - // comment                          3 +  * a block                        
+                                          4 +  * comment                        
                                           5 +  */                               
   4   $(function() {                      6   $(function() {                    
   5       console.log("Hello, world!");   7       console.log("Hello, world!"); 

internal/ui/diffview/testdata/TestDiffViewLineBreakIssue/Unified.golden 🔗

@@ -1,10 +1,10 @@
   …   …   @@ -1,6 +1,8 @@                   
   1     - // this is                        
+  2     - // a regular                      
+  3     - // comment                        
       1 + /**                               
       2 +  * this is                        
-  2     - // a regular                      
       3 +  * a block                        
-  3     - // comment                        
       4 +  * comment                        
       5 +  */                               
   4   6   $(function() {