コード例 #1
0
 public void Bind_Motion_LastSearchReverse()
 {
     Create("");
     _commandUtil.SetupCommandNormal(NormalCommand.NewMoveCaretToMotion(Motion.NewLastSearch(false)));
     _mode.Process("n");
     _commandUtil.Verify();
 }