mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	doc: Fix TEST_FILTER example #11158
This commit is contained in:
		
				
					committed by
					
						
						Justin M. Keyes
					
				
			
			
				
	
			
			
			
						parent
						
							fe074611cd
						
					
				
				
					commit
					55007180a3
				
			@@ -126,7 +126,7 @@ end)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
To run only test with filter name:
 | 
					To run only test with filter name:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    TEST_TAG='foo.*api' make functionaltest
 | 
					    TEST_FILTER='foo.*api' make functionaltest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Filter by file
 | 
					### Filter by file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user