summaryrefslogtreecommitdiff
path: root/src/testdir/test_listdict.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3338: Vim9: no type check when assigning a list rangev8.2.3338Bram Moolenaar2021-08-131-0/+6
* patch 8.2.3336: behavior of negative index in list change changedv8.2.3336Bram Moolenaar2021-08-121-0/+17
* patch 8.2.3335: Vim9: not enough tests run with Vim9v8.2.3335Bram Moolenaar2021-08-121-164/+203
* patch 8.2.3334: Vim9: not enough tests run with Vim9v8.2.3334Bram Moolenaar2021-08-121-96/+131
* patch 8.2.3333: Vim9: not enough tests run with Vim9v8.2.3333Bram Moolenaar2021-08-121-0/+13
* patch 8.2.3332: Vim9: cannot assign to range in listv8.2.3332Bram Moolenaar2021-08-111-5/+8
* 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.3202: Vim9: tests are only executed for legacy scriptv8.2.3202Bram Moolenaar2021-07-221-38/+116
* patch 8.2.3191: Vim9: not enough code is testedv8.2.3191Bram Moolenaar2021-07-201-84/+121
* patch 8.2.3055: strange error for assigning to "x.key" on non-dictionaryv8.2.3055Bram Moolenaar2021-06-261-0/+3
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-3/+3
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+5
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-131-0/+1
* patch 8.2.2738: extending a list with itself can give wrong resultv8.2.2738Bram Moolenaar2021-04-081-0/+14
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-121-0/+12
* patch 8.2.1951: test for list and dict failsv8.2.1951Bram Moolenaar2020-11-041-14/+27
* patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar2020-11-031-0/+3
* patch 8.2.1925: list/dict test failsv8.2.1925Bram Moolenaar2020-10-301-2/+2
* patch 8.2.1822: list test doesn't failv8.2.1822Bram Moolenaar2020-10-101-2/+4
* patch 8.2.1803: a few failures are not testedv8.2.1803Bram Moolenaar2020-10-051-0/+2
* patch 8.2.1736: failure to compile a pattern not tested muchv8.2.1736Bram Moolenaar2020-09-231-0/+1
* patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9v8.2.1698Bram Moolenaar2020-09-161-5/+8
* patch 8.2.1600: Vim9: cannot use "true" with deepcopy()v8.2.1600Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1593: tests do not check the error number properlyv8.2.1593Bram Moolenaar2020-09-041-18/+18
* 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