summaryrefslogtreecommitdiff
path: root/src/testdir/test_glob2regpat.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-2/+1
| | | | | | Problem: Vim9: runtime and compile time type checks are not the same. Solution: Add more runtime type checks for builtin functions. (Yegappan Lakshmanan, closes #8646)
* patch 8.2.3084: Vim9: builtin function argument types are not checkedv8.2.3084Yegappan Lakshmanan2021-07-031-1/+2
| | | | | | Problem: Vim9: builtin function argument types are not checked at compile time. Solution: Add argument types. (Yegappan Lakshmanan, closes #8503)
* patch 8.2.2949: tests failing because no error for float to string conversionv8.2.2949Bram Moolenaar2021-06-061-1/+4
| | | | | | | Problem: Tests failing because there is no error for float to string conversion. Solution: Change the check for failure to check for correct result. Make some conversions strict in Vim9 script.
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-0/+2
| | | | | | | Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
* patch 8.2.0183: tests fail when the float feature is disabledv8.2.0183Bram Moolenaar2020-01-301-1/+3
| | | | | Problem: Tests fail when the float feature is disabled. Solution: Skip tests that don't work without float support.
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-311-1/+1
| | | | | Problem: More functions can be used as a method. Solution: Allow more functions to be used as a method.
* patch 8.1.0206: duplicate test function namev8.1.0206Bram Moolenaar2018-07-231-2/+2
| | | | | Problem: Duplicate test function name. Solution: Rename both functions.
* patch 7.4.2196v7.4.2196Bram Moolenaar2016-08-101-2/+6
| | | | | Problem: glob2regpat test doesn't test everything on MS-Windows. Solution: Add patterns with backslash handling.
* patch 7.4.2187v7.4.2187Bram Moolenaar2016-08-081-4/+8
| | | | | Problem: glob2regpat test fails on Windows. Solution: Remove the checks that use backslashes.
* patch 7.4.2185v7.4.2185Bram Moolenaar2016-08-081-0/+12
| | | | | Problem: Test glob2regpat does not test much. Solution: Add a few more test cases. (Dominique Pelle)
* add missing test fileBram Moolenaar2016-01-251-0/+10