summaryrefslogtreecommitdiffstatshomepage
path: root/test/old/testdir/test_float_func.vim
AgeCommit message (Collapse)AuthorFiles
2023-06-12vim-patch:8.2.2949: tests failing because no error for float to string ↵zeertzjq1
conversion Problem: Tests failing because there is no error for float to string conversion. Solution: Change the check for failure to check for correct result. Make some conversions strict in Vim9 script. https://github.com/vim/vim/commit/3cfa5b16b06bcc034f6de77070fa779d698ab5e9 Co-authored-by: Bram Moolenaar <Bram@vim.org>
2023-03-07test: move oldtests to test directory (#22536)dundargoc1
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.