File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ - (void)sendStringToVim:(NSString*)chars withMods:(int)mods {
399399
400400- (void )testCompareSemanticVersions {
401401 // bogus values evaluate to 0
402- XCTAssertEqual (0 , compareSemanticVersions (@" bogus" , @" " ));
402+ XCTAssertEqual (1 , compareSemanticVersions (@" bogus" , @" " ));
403403 XCTAssertEqual (0 , compareSemanticVersions (@" bogus" , @" 0" ));
404404 XCTAssertEqual (0 , compareSemanticVersions (@" " , @" " ));
405405
Original file line number Diff line number Diff line change @@ -2426,7 +2426,7 @@ func Test_popup_shadow_hiddenchar()
24262426
24272427 call term_sendkeys (buf , " i\<C-N> " )
24282428 call TermWait (buf , 10 )
2429- call VerifyScreenDump (buf , ' Test_popup_shadow_hiddenchar_1 ' , {' rows' : 8 })
2429+ call VerifyScreenDump (buf , ' Test_popup_shadow_hiddenchar_2 ' , {' rows' : 8 })
24302430 call term_sendkeys (buf , " \<Esc> wwi\<C-N> " )
24312431 call TermWait (buf , 10 )
24322432 call VerifyScreenDump (buf , ' Test_popup_shadow_hiddenchar_2' , {' rows' : 8 })
You can’t perform that action at this time.
0 commit comments