summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_blob.vim
AgeCommit message (Expand)Author
2021-04-18patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar
2021-04-18patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar
2021-04-18patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar
2021-04-18patch 8.2.2780: Vim9: for loop over blob doesn't workv8.2.2780Bram Moolenaar
2021-04-17patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar
2021-04-14patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar
2021-04-12patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar
2020-10-15patch 8.2.1852: map() returing zero for NULL list is unexpectedv8.2.1852Bram Moolenaar
2020-06-20patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar
2020-04-25patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar
2020-04-24patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar
2020-04-23patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar
2020-04-21patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar
2020-04-20patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar
2020-04-06patch 8.2.0521: crash when reading a blob failsv8.2.0521Bram Moolenaar
2020-03-25patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar
2020-03-20patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar
2020-01-30patch 8.2.0184: blob test failsv8.2.0184Bram Moolenaar
2020-01-30patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar
2020-01-15patch 8.2.0121: filter() and map() on blob don't workv8.2.0121Bram Moolenaar
2019-08-31patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar
2019-07-12patch 8.1.1671: copying a blob may result in it being lockedv8.1.1671Bram Moolenaar
2019-01-24patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar
2019-01-23patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar
2019-01-22patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar
2019-01-17patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar
2019-01-15patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar
2019-01-15patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar
2019-01-13patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar
2019-01-13patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar
2019-01-12patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar