summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_listdict.vim
AgeCommit message (Expand)Author
2022-02-23patch 8.2.4455: accepting one and zero for second sort() argument is strangev8.2.4455Bram Moolenaar
2022-02-22patch 8.2.4451: sort() fails when ignoring casev8.2.4451Bram Moolenaar
2022-02-22patch 8.2.4450: list sort test failsv8.2.4450Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2021-12-26patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan
2021-12-22patch 8.2.3871: list.c contains code for dict and blobv8.2.3871Yegappan Lakshmanan
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-19patch 8.2.3853: Vim9: not enough testsv8.2.3853Bram Moolenaar
2021-12-19patch 8.2.3852: Vim9: not enough testsv8.2.3852Bram Moolenaar
2021-12-19patch 8.2.3849: functions implementing reduce and map are too longv8.2.3849Yegappan Lakshmanan
2021-12-18patch 8.2.3848: cannot use reduce() for a stringv8.2.3848rbtnn
2021-12-17patch 8.2.3842: Vim9: can change locked list and list itemsv8.2.3842Bram Moolenaar
2021-12-17patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar
2021-11-30patch 8.2.3702: first key in dict is seen as curly expression and failsv8.2.3702Bram Moolenaar
2021-11-29patch 8.2.3695: confusing error for missing keyv8.2.3695Bram Moolenaar
2021-08-13patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar
2021-08-12patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar
2021-08-12patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar
2021-08-12patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar
2021-08-12patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar
2021-08-11patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar
2021-07-27patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan
2021-07-22patch 8.2.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar
2021-07-20patch 8.2.3191: Vim9: not enough code is testedv8.2.3191Bram Moolenaar
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