Skip to content

Commit

Permalink
Include new args in test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspoons committed Apr 4, 2024
1 parent 4790c61 commit cf1c3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/clangd_tests.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def g:Test_LspDiagsSubcmd()
new XLspDiagsSubCmd.raku

feedkeys(":LspDiag \<C-A>\<CR>", 'xt')
assert_equal('LspDiag first current here highlight last next prev show', @:)
assert_equal('LspDiag first current here highlight last next nextWrap prev prevWrap show', @:)
feedkeys(":LspDiag highlight \<C-A>\<CR>", 'xt')
assert_equal('LspDiag highlight enable disable', @:)
assert_equal(['Error: :LspDiag - Unsupported argument "xyz"'],
Expand Down

0 comments on commit cf1c3f9

Please sign in to comment.