mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.1931: syntax test fails
Problem: Syntax test fails.
Solution: Add new javascriptreact type to completions.
ea7a08a53e
This commit is contained in:
parent
f667a0e02a
commit
41ec296640
@ -389,7 +389,7 @@ endfunc
|
||||
|
||||
func Test_ownsyntax_completion()
|
||||
call feedkeys(":ownsyntax java\<C-A>\<C-B>\"\<CR>", 'tx')
|
||||
call assert_equal('"ownsyntax java javacc javascript', @:)
|
||||
call assert_equal('"ownsyntax java javacc javascript javascriptreact', @:)
|
||||
endfunc
|
||||
|
||||
func Test_highlight_invalid_arg()
|
||||
|
Loading…
Reference in New Issue
Block a user