summaryrefslogtreecommitdiff
path: root/src/testdir/test_listdict.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar2020-07-301-0/+7
* patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar2020-07-271-0/+7
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-3/+3
* patch 8.2.1083: crash when using reduce() on a NULL listv8.2.1083Bram Moolenaar2020-06-291-0/+3
* patch 8.2.1051: crash when changing a list while using reduce() on itv8.2.1051Bram Moolenaar2020-06-241-0/+9
* patch 8.2.0878: no reduce() functionv8.2.0878Bram Moolenaar2020-06-011-0/+31
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-3/+33
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-0/+2
* patch 8.2.0623: typo in test commentv8.2.0623Bram Moolenaar2020-04-231-1/+1
* patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar2020-04-231-10/+56
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-1/+43
* patch 8.2.0522: several errors are not tested forv8.2.0522Bram Moolenaar2020-04-061-0/+1
* patch 8.2.0448: various functions not properly testedv8.2.0448Bram Moolenaar2020-03-251-1/+9
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+22
* patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar2020-03-181-0/+52
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-14/+20
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-311-1/+1
* patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar2019-07-161-1/+1
* patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar2019-07-141-2/+5
* patch 8.1.1686: "*" of "*{" is recognized as multipy operatorv8.1.1686Bram Moolenaar2019-07-141-0/+1
* patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar2019-07-131-0/+4
* patch 8.1.0980: extend() insufficiently testedv8.1.0980Bram Moolenaar2019-02-251-6/+56
* patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar2019-02-101-2/+78
* patch 8.1.0797: error E898 is used twicev8.1.0797Bram Moolenaar2019-01-231-1/+1
* patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar2019-01-221-1/+3
* patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar2019-01-091-5/+5
* patch 8.1.0440: remove() with a range not sufficiently testedv8.1.0440Bram Moolenaar2018-09-301-0/+48
* patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar2017-11-051-0/+603