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:
Jan Edmund Lazo 2019-08-26 19:51:35 -04:00
parent f667a0e02a
commit 41ec296640
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -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()