summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_listdict.vim
AgeCommit message (Expand)Author
2021-06-26patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar
2021-06-06patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar
2021-05-25patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan
2021-05-13patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle
2021-04-08patch 8.2.2738: extending a list with itself can give wrong resultv8.2.2738Bram Moolenaar
2021-01-12patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar
2020-11-04patch 8.2.1951: test for list and dict failsv8.2.1951Bram Moolenaar
2020-11-03patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar
2020-10-30patch 8.2.1925: list/dict test failsv8.2.1925Bram Moolenaar
2020-10-10patch 8.2.1822: list test doesn't failv8.2.1822Bram Moolenaar
2020-10-05patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar
2020-09-23patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar
2020-09-16patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar
2020-09-05patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar
2020-09-04patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar
2020-07-30patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar
2020-07-27patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar
2020-07-11patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar
2020-06-29patch 8.2.1083: crash when using reduce() on a NULL listv8.2.1083Bram Moolenaar
2020-06-24patch 8.2.1051: crash when changing a list while using reduce() on itv8.2.1051Bram Moolenaar
2020-06-01patch 8.2.0878: no reduce() functionv8.2.0878Bram 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.0623: typo in test commentv8.2.0623Bram Moolenaar
2020-04-23patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar
2020-04-20patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar
2020-04-06patch 8.2.0522: several errors are not tested forv8.2.0522Bram 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-03-18patch 8.2.0401: not enough test coverage for evalvars.cv8.2.0401Bram Moolenaar
2020-01-30patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar
2019-08-31patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar
2019-07-16patch 8.1.1705: using ~{} for a literal dict is not nicev8.1.1705Bram Moolenaar
2019-07-14patch 8.1.1692: using *{} for literal dict is not backwards compatiblev8.1.1692Bram Moolenaar
2019-07-14patch 8.1.1686: "*" of "*{" is recognized as multipy operatorv8.1.1686Bram Moolenaar
2019-07-13patch 8.1.1683: dictionary with string keys is longer than neededv8.1.1683Bram Moolenaar
2019-02-25patch 8.1.0980: extend() insufficiently testedv8.1.0980Bram Moolenaar
2019-02-10patch 8.1.0888: the a: dict is not immutable as documentedv8.1.0888Bram Moolenaar
2019-01-23patch 8.1.0797: error E898 is used twicev8.1.0797Bram Moolenaar
2019-01-22patch 8.1.0793: incorrect error messages for functions that take a Blobv8.1.0793Bram Moolenaar
2019-01-09patch 8.1.0711: test files still use function!v8.1.0711Bram Moolenaar
2018-09-30patch 8.1.0440: remove() with a range not sufficiently testedv8.1.0440Bram Moolenaar
2017-11-05patch 8.0.1271: still too many old style testsv8.0.1271Bram Moolenaar