commit | 49b93049c68653156609ebcdf22311ccbcdf00e2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 17:02:00 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 25 17:02:00 2021 +0200 |
tree | 58771e6d3e78debcdd16b6535c101f6cf01bf9f4 | |
parent | cdd8a5e6fe089a3b1370ac940d06fc3cefc6f8f2 [diff] [blame] |
patch 8.2.3373: text property test fails on MS-Windows Problem: text property test fails on MS-Windows. Solution: Set fileformat to "unix"
diff --git a/src/testdir/test_textprop.vim b/src/testdir/test_textprop.vim index f21fd40..4b58784 100644 --- a/src/testdir/test_textprop.vim +++ b/src/testdir/test_textprop.vim
@@ -858,6 +858,7 @@ bwipe! new + setlocal ff=unix call setline(1, range(520)) call assert_equal(1491, line2byte(401)) call prop_add(2, 1, {'type': 'comment'})