Fix sequence of scopes/vars to match the server

This commit is contained in:
Ben Jackson 2020-07-08 13:20:37 +01:00
commit 50b8b0103c
2 changed files with 18 additions and 32 deletions

View file

@ -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', '$' ) )
\ } )