This commit is contained in:
Andy K. Massimino
2019-07-24 09:43:15 -04:00
parent 6b9ab7b538
commit db6a445ff4

23
test/vader/motion.vader Normal file
View File

@@ -0,0 +1,23 @@
Given vim (Nesting):
if
if
if
endif
endif
endif
Before (Cursor):
normal! 5gg
Do (Move [%):
[%
Then (Verify line):
Assert line('.') == 4
Do (Move [% twice):
[%[%
Then (Verify line):
Assert line('.') == 3