Skip to content

Commit 38ef846

Browse files
committedSep 6, 2024
Fix the new tests.
1 parent 59df138 commit 38ef846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎t/variable-segment.vim

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@ describe 'iv'
166166

167167
it 'selects segments after single letter snake case sections'
168168
put! = 'a_thing_I_like'
169-
normal! 2|
169+
normal! 3|
170170
normal civtest
171171
Expect getline(1) == 'a_test_I_like'
172172
end
173173

174174
it 'selects segments after single letter camel sections'
175175
put! = 'aThingILike'
176-
normal! 1|
177-
normal civtest
176+
normal! 2|
177+
normal civTest
178178
Expect getline(1) == 'aTestILike'
179179
end
180180

0 commit comments

Comments
 (0)
Please sign in to comment.