mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	test(help): drop treesitter parse error to 0
All parser errors have been fixed; make sure we don't introduce new ones.
This commit is contained in:
		
							
								
								
									
										0
									
								
								runtime/doc/treesitter.
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								runtime/doc/treesitter.
									
									
									
									
									
										Normal file
									
								
							| @@ -21,9 +21,8 @@ describe(':help docs', function() | |||||||
|     ok(rv.helpfiles > 100, '>100 :help files', rv.helpfiles) |     ok(rv.helpfiles > 100, '>100 :help files', rv.helpfiles) | ||||||
|     eq({}, rv.invalid_links, 'invalid tags in :help docs') |     eq({}, rv.invalid_links, 'invalid tags in :help docs') | ||||||
|     eq({}, rv.invalid_urls, 'invalid URLs in :help docs') |     eq({}, rv.invalid_urls, 'invalid URLs in :help docs') | ||||||
|     -- Check that parse errors did not increase wildly. |     -- Check that parse errors did not increase. | ||||||
|     -- TODO: Fix all parse errors in :help files. |     ok(rv.err_count == 0, 'no parse errors', rv.err_count) | ||||||
|     ok(rv.err_count < 250, '<250 parse errors', rv.err_count) |  | ||||||
|   end) |   end) | ||||||
|  |  | ||||||
|   it('gen_help_html.lua generates HTML', function() |   it('gen_help_html.lua generates HTML', function() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Clason
					Christian Clason