mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:8.1.2054: compiler test for Perl may fail
Problem:    Compiler test for Perl may fail.
Solution:   Accept any error line number. (James McCoy, closes vim/vim#4944)
cebfcffa40
			
			
This commit is contained in:
		| @@ -28,8 +28,9 @@ func Test_compiler() | ||||
|   w! | ||||
|   call feedkeys(":make\<CR>\<CR>", 'tx') | ||||
|   let a=execute('clist') | ||||
|   call assert_match("\n 1 Xfoo.pl:3: Global symbol \"\$foo\" " | ||||
|   \ .               "requires explicit package name", a) | ||||
|   call assert_match('\n \d\+ Xfoo.pl:3: Global symbol "$foo" ' | ||||
|   \ .               'requires explicit package name', a) | ||||
|  | ||||
|  | ||||
|   let &shellslash = save_shellslash | ||||
|   call delete('Xfoo.pl') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jan Edmund Lazo
					Jan Edmund Lazo