Fix a fixer test on Windows
This commit is contained in:
		
							parent
							
								
									8dd542bed0
								
							
						
					
					
						commit
						6318a08e08
					
				@ -156,7 +156,7 @@ Before:
 | 
				
			|||||||
  endfunction
 | 
					  endfunction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  function! JSONPostProcessor(buffer, output) abort
 | 
					  function! JSONPostProcessor(buffer, output) abort
 | 
				
			||||||
    return json_decode(a:output[0]).output
 | 
					    return json_decode(join(split(a:output[0]))).output
 | 
				
			||||||
  endfunction
 | 
					  endfunction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
After:
 | 
					After:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user