summaryrefslogtreecommitdiff
path: root/src/testdir/test_blob.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-3/+1
* patch 9.0.0430: cannot use repeat() with a blobv9.0.0430Bakudankun2022-09-091-0/+12
* patch 9.0.0204: indexof() may leak memoryv9.0.0204Yegappan Lakshmanan2022-08-141-0/+1
* patch 9.0.0196: finding value in list may require a for loopv9.0.0196Yegappan Lakshmanan2022-08-131-0/+26
* patch 8.2.4809: various things no6 properly testedv8.2.4809Yegappan Lakshmanan2022-04-231-1/+24
* patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan2022-04-031-0/+39
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-65/+65
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-261-0/+14
* patch 8.2.3855: illegal memory access when displaying a blobv8.2.3855Yegappan Lakshmanan2021-12-191-0/+7
* patch 8.2.3728: internal error when passing range() to list2blob()v8.2.3728kuuote2021-12-031-0/+3
* patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan2021-09-171-1/+2
* patch 8.2.3438: cannot manipulate blobsv8.2.3438Yegappan Lakshmanan2021-09-141-0/+39
* patch 8.2.3284: no error for insert() or remove() changing a locked blobv8.2.3284Sean Dewar2021-08-041-0/+33
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-1/+1
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-4/+4
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-28/+0
* patch 8.2.2783: duplicate code for setting byte in blob, blob test may failv8.2.2783Bram Moolenaar2021-04-181-1/+1
* patch 8.2.2782: Vim9: blob operations not fully testedv8.2.2782Bram Moolenaar2021-04-181-82/+210
* patch 8.2.2781: add() silently skips when adding to null list or blobv8.2.2781Bram Moolenaar2021-04-181-12/+44
* patch 8.2.2780: Vim9: for loop over blob doesn't workv8.2.2780Bram Moolenaar2021-04-181-26/+29
* patch 8.2.2777: Vim9: blob operations not tested in all waysv8.2.2777Bram Moolenaar2021-04-171-69/+147
* patch 8.2.2765: Vim9: not all blob operations workv8.2.2765Bram Moolenaar2021-04-141-10/+41
* patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatev8.2.2757Bram Moolenaar2021-04-121-60/+70
* patch 8.2.1852: map() returing zero for NULL list is unexpectedv8.2.1852Bram Moolenaar2020-10-151-0/+1
* patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar2020-06-201-0/+1
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-0/+6
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-0/+1
* patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar2020-04-231-0/+1
* patch 8.2.0615: regexp benchmark stest is old stylev8.2.0615Bram Moolenaar2020-04-211-0/+1
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-0/+3
* patch 8.2.0521: crash when reading a blob failsv8.2.0521Bram Moolenaar2020-04-061-0/+3
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-0/+4
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+1
* patch 8.2.0184: blob test failsv8.2.0184Bram Moolenaar2020-01-301-1/+5
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-1/+1
* patch 8.2.0121: filter() and map() on blob don't workv8.2.0121Bram Moolenaar2020-01-151-7/+11
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-1/+1
* patch 8.1.1671: copying a blob may result in it being lockedv8.1.1671Bram Moolenaar2019-07-121-0/+4
* patch 8.1.0802: negative index doesn't work for Blobv8.1.0802Bram Moolenaar2019-01-241-0/+7
* patch 8.1.0798: changing a blob while iterating over it works strangelyv8.1.0798Bram Moolenaar2019-01-231-0/+14
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-221-2/+4
* patch 8.1.0765: string format of a Blob can't be parsed backv8.1.0765Bram Moolenaar2019-01-171-3/+12
* patch 8.1.0756: copy() does not make a copy of a Blobv8.1.0756Bram Moolenaar2019-01-151-0/+7
* patch 8.1.0755: error message for get() on a Blob with invalid indexv8.1.0755Bram Moolenaar2019-01-151-1/+12
* patch 8.1.0742: not all Blob operations are testedv8.1.0742Bram Moolenaar2019-01-131-0/+30
* patch 8.1.0736: code for Blob not sufficiently testedv8.1.0736Bram Moolenaar2019-01-131-1/+62
* patch 8.1.0735: cannot handle binary datav8.1.0735Bram Moolenaar2019-01-121-0/+179