Skip to content

Commit

Permalink
vim-patch:9.0.1894: CI: trailing whitespace in tests
Browse files Browse the repository at this point in the history
Problem:  CI: trailing white space in tests
Solution: clean up the trailing white space

vim/vim@e5f7cd0

Co-authored-by: Christian Brabandt <[email protected]>
  • Loading branch information
2 people authored and ur4ltz committed Sep 15, 2023
1 parent cd97594 commit 5e99571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/old/testdir/test_functions.vim
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func Test_strptime()

call assert_fails('call strptime()', 'E119:')
call assert_fails('call strptime("xxx")', 'E119:')
" This fails on BSD 14 and returns
" This fails on BSD 14 and returns
" -2209078800 instead of 0
call assert_equal(0, strptime("%Y", ''))
call assert_equal(0, strptime("%Y", "xxx"))
Expand Down

0 comments on commit 5e99571

Please sign in to comment.