File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments