Fix sequence of scopes/vars to match the server
This commit is contained in:
parent
402071065f
commit
50b8b0103c
2 changed files with 18 additions and 32 deletions
|
|
@ -394,7 +394,7 @@ function! Test_Conditional_Line_Breakpoint_Hit()
|
|||
" window (also, tests the watch window!)
|
||||
call vimspector#AddWatch( 'i' )
|
||||
call WaitForAssert( {->
|
||||
\ assert_equal( [ ' - Result: 2' ],
|
||||
\ assert_equal( [ ' *- Result: 2' ],
|
||||
\ getbufline( 'vimspector.Watches', '$' ) )
|
||||
\ } )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue