mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	- Merge all the top level 'LSP' describe blocks - Refactor text edit tests - Fix typing errors - Add linebreaks between tests
		
			
				
	
	
		
			11 lines
		
	
	
		
			240 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			240 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
--- @meta
 | 
						|
 | 
						|
do -- Mark block as optional
 | 
						|
  ---Mark a test as placeholder.
 | 
						|
  ---
 | 
						|
  ---This will not fail or pass, it will simply be marked as "pending".
 | 
						|
  ---@param name string
 | 
						|
  ---@param block? fun()
 | 
						|
  function pending(name, block) end
 | 
						|
end
 |