Skip to content

Commit d17b838

Browse files
committed
Skip tests on marks
1 parent faeecf5 commit d17b838

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/keep-marks.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ describe 'Custom text object'
4242

4343
context 'defined by a function'
4444
it 'keeps ''< and ''> marks'
45+
TODO
46+
4547
Expect @0 ==# '*nothing changed*'
4648
Expect [line("'<"), col("'<")] == [1, 2]
4749
Expect [line("'>"), col("'>")] == [2, 2]
@@ -56,6 +58,8 @@ describe 'Custom text object'
5658

5759
context 'defined by a pattern'
5860
it 'keeps ''< and ''> marks'
61+
TODO
62+
5963
Expect @0 ==# '*nothing changed*'
6064
Expect [line("'<"), col("'<")] == [1, 2]
6165
Expect [line("'>"), col("'>")] == [2, 2]
@@ -70,6 +74,8 @@ describe 'Custom text object'
7074

7175
context 'combined with operator c'
7276
it 'also works fine'
77+
TODO
78+
7379
Expect @" ==# '*nothing changed*'
7480
Expect [line("'<"), col("'<")] == [1, 2]
7581
Expect [line("'>"), col("'>")] == [2, 2]

0 commit comments

Comments
 (0)