Skip to content

Commit 7dc3dd4

Browse files
springcompdaxian-dbw
authored andcommitted
Added extra test for PowerShell#1673
1 parent 68062bb commit 7dc3dd4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test/MovementTest.VI.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,5 +666,17 @@ public void ViDefect456()
666666
_.Escape, "kjw"
667667
));
668668
}
669+
670+
[SkippableFact]
671+
public void ViDefect1673()
672+
{
673+
TestSetup(KeyMode.Vi);
674+
675+
Test("one", Keys(
676+
"one", _.Escape, _.D0,
677+
_.x, CheckThat(() => AssertLineIs("ne")),
678+
_.u, CheckThat(() => AssertCursorLeftIs(0))
679+
));
680+
}
669681
}
670682
}

0 commit comments

Comments
 (0)