aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_blob.vim
Commit message (Expand)AuthorAge
* test: move oldtests to test directory (#22536)dundargoc2023-03-07
* vim-patch:8.2.{1949,2781} (#22451)zeertzjq2023-03-01
* vim-patch:9.0.0430: cannot use repeat() with a blobzeertzjq2023-02-28
* vim-patch:8.2.4670: memory allocation failures for new tab page not testedzeertzjq2023-02-28
* vim-patch:8.2.3446: not enough tests for empty string argumentszeertzjq2023-02-28
* vim-patch:8.2.3438: cannot manipulate blobszeertzjq2023-02-28
* vim-patch:9.0.0810: readblob() returns empty when trying to read too muchzeertzjq2023-02-28
* vim-patch:9.0.0803: readblob() cannot read from character devicezeertzjq2023-02-28
* vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
* vim-patch:8.2.2783: duplicate code for setting byte in blob, blob test may failzeertzjq2023-02-28
* vim-patch:8.2.2782: Vim9: blob operations not fully testedzeertzjq2023-02-28
* vim-patch:8.2.2780: Vim9: for loop over blob doesn't workzeertzjq2023-02-28
* vim-patch:8.2.2777: Vim9: blob operations not tested in all wayszeertzjq2023-02-28
* vim-patch:8.2.2765: Vim9: not all blob operations workzeertzjq2023-02-28
* vim-patch:8.2.2757: Vim9: blob tests for legacy and Vim9 script are separatezeertzjq2023-02-28
* vim-patch:9.0.0204: indexof() may leak memoryzeertzjq2023-02-27
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.0615: regexp benchmark stest is old style (#20940)zeertzjq2022-11-05
* vim-patch:8.2.1022: various parts of code not covered by testszeertzjq2022-11-04
* vim-patch:8.2.0448: various functions not properly tested (#20926)zeertzjq2022-11-04
* vim-patch:8.2.1852: map() returing zero for NULL list is unexpectedzeertzjq2022-10-26
* vim-patch:8.2.0619: null dict is not handled like an empty dictzeertzjq2022-10-26
* vim-patch:8.2.0610: some tests are still old stylezeertzjq2022-10-26
* vim-patch:8.2.0418: code in eval.c not sufficiently covered by testszeertzjq2022-10-26
* vim-patch:8.1.{1915,1921,1953} (#19900)zeertzjq2022-08-23
* vim-patch:8.2.3855: illegal memory access when displaying a blobVVKot2021-12-19
* fix(eval): partially port v8.2.3284Sean Dewar2021-09-16
* fix(f_insert): partially port v8.2.0634Sean Dewar2021-09-15
* vim-patch:8.2.0521: crash when reading a blob failsSean Dewar2021-09-15
* vim-patch:8.2.0184: blob test failsSean Dewar2021-09-15
* vim-patch:8.2.0121: filter() and map() on blob don't workSean Dewar2021-09-15
* vim-patch:8.1.1671: copying a blob may result in it being lockedSean Dewar2021-09-15
* vim-patch:8.1.0802: negative index doesn't work for BlobSean Dewar2021-09-15
* vim-patch:8.1.0798: changing a blob while iterating over it works strangelySean Dewar2021-09-15
* vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
* vim-patch:8.1.0765: string format of a Blob can't be parsed backSean Dewar2021-09-15
* vim-patch:8.1.0756: copy() does not make a copy of a BlobSean Dewar2021-09-15
* vim-patch:8.1.0755: error message for get() on a Blob with invalid indexSean Dewar2021-09-15
* vim-patch:8.1.0742: not all Blob operations are testedSean Dewar2021-09-15
* vim-patch:8.1.0736: code for Blob not sufficiently testedSean Dewar2021-09-15
* vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15