summaryrefslogtreecommitdiff
path: root/src/testdir/test_expr.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0113: has() is not strict about parsing the patch versionv9.0.0113K.Takata2022-07-301-0/+9
* patch 9.0.0057: has('patch-xxx') returns truev9.0.0057Bram Moolenaar2022-07-181-0/+1
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-0/+11
* patch 8.2.5003: cannot do bitwise shiftsv8.2.5003Yegappan Lakshmanan2022-05-221-0/+62
* patch 8.2.4930: interpolated string expression requires escapingv8.2.4930Bram Moolenaar2022-05-101-4/+4
* patch 8.2.4883: string interpolation only works in heredocv8.2.4883LemonBoy2022-05-061-0/+56
* patch 8.2.4530: making comparison with null work changes legacy behaviorv8.2.4530Bram Moolenaar2022-03-091-0/+32
* patch 8.2.4526: Vim9: cannot set variables to a null valuev8.2.4526Bram Moolenaar2022-03-081-2/+18
* patch 8.2.4476: operator name spelled wrongv8.2.4476=?UTF-8?q?Dundar=20G=C3=B6c?=2022-02-261-1/+1
* patch 8.2.4373: expression test failsv8.2.4373Bram Moolenaar2022-02-131-10/+27
* patch 8.2.4361: Vim9: some tests failv8.2.4361Bram Moolenaar2022-02-121-1/+2
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-5/+1
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-58/+58
* patch 8.2.3908: cannot use a script-local function for 'foldtext'v8.2.3908Yegappan Lakshmanan2021-12-261-0/+1
* patch 8.2.3889: duplicate code for translating script-local function namev8.2.3889Yegappan Lakshmanan2021-12-241-0/+15
* patch 8.2.3856: Vim9: not enough testsv8.2.3856Bram Moolenaar2021-12-191-493/+577
* patch 8.2.3705: cannot pass a lambda name to function() or funcref()v8.2.3705Bram Moolenaar2021-11-301-0/+7
* patch 8.2.3663: using %S in printf() does not work correctlyv8.2.3663presuku2021-11-241-0/+60
* patch 8.2.3630: printf() with %S does not handle multi-byte correctlyv8.2.3630presuku2021-11-201-0/+5
* patch 8.2.3380: crash when using NULL string for funcref()v8.2.3380Bram Moolenaar2021-08-281-0/+1
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-251-0/+1
* patch 8.2.2060: check for features implemented with "if"v8.2.2060Bram Moolenaar2020-11-271-3/+1
* patch 8.2.1798: Vim9: trinary operator condition is too permissivev8.2.1798Bram Moolenaar2020-10-041-0/+10
* patch 8.2.1794: no falsy Coalescing operatorv8.2.1794Bram Moolenaar2020-10-031-0/+22
* patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram Moolenaar2020-08-061-0/+5
* patch 8.2.1361: error for white space after expression in assignmentv8.2.1361Bram Moolenaar2020-08-041-0/+3
* patch 8.2.1183: assert_fails() checks the last error messagev8.2.1183Bram Moolenaar2020-07-111-1/+1
* patch 8.2.1067: expression "!expr->func()" does not workv8.2.1067Bram Moolenaar2020-06-271-0/+7
* patch 8.2.0644: insufficient testing for invalid function argumentsv8.2.0644Bram Moolenaar2020-04-261-0/+1
* patch 8.2.0634: crash with null partial and blobv8.2.0634Bram Moolenaar2020-04-251-1/+2
* patch 8.2.0633: crash when using null partial in filter()v8.2.0633Bram Moolenaar2020-04-241-0/+24
* patch 8.2.0619: null dict is not handled like an empty dictv8.2.0619Bram Moolenaar2020-04-231-7/+0
* patch 8.2.0610: some tests are still old stylev8.2.0610Bram Moolenaar2020-04-201-0/+1
* patch 8.2.0576: some errors are not covered by testsv8.2.0576Bram Moolenaar2020-04-131-0/+2
* patch 8.2.0540: regexp and other code not testedv8.2.0540Bram Moolenaar2020-04-111-46/+0
* 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-0/+5
* patch 8.2.0418: code in eval.c not sufficiently covered by testsv8.2.0418Bram Moolenaar2020-03-201-0/+95
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-171-9/+3
* patch 8.2.0265: "eval" after "if 0" doesn't check for following commandv8.2.0265Bram Moolenaar2020-02-161-0/+9
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-1/+3
* patch 8.1.2282: crash when passing many arguments through a partialv8.1.2282Bram Moolenaar2019-11-101-0/+2
* patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()v8.1.2083Bram Moolenaar2019-09-271-0/+3
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-071-2/+2
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-061-1/+1
* patch 8.1.1921: more functions can be used as methodsv8.1.1921Bram Moolenaar2019-08-241-2/+2
* patch 8.1.1355: obvious mistakes are accepted as valid expressionsv8.1.1355Bram Moolenaar2019-05-191-0/+11
* patch 8.1.0596: not all parts of printf() are testedv8.1.0596Bram Moolenaar2018-12-151-0/+31
* patch 8.0.1557: printf() does not work with only one argumentv8.0.1557Bram Moolenaar2018-03-031-0/+3
* patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errorsv8.0.0478Bram Moolenaar2017-03-181-1/+1