Mercurial > vim
comparison src/testdir/test_vim9_script.vim @ 27541:8af6e7761b0c v8.2.4297
patch 8.2.4297: Vim9: not all code covered by tests
Commit: https://github.com/vim/vim/commit/21ebb0899ecf9049c3e1c9cbc2e06fd8e2a99e06
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 4 21:58:58 2022 +0000
patch 8.2.4297: Vim9: not all code covered by tests
Problem: Vim9: not all code covered by tests.
Solution: Add a couple more tests.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 04 Feb 2022 23:00:05 +0100 |
parents | 1aff400b819e |
children | 55f0ac079829 |
comparison
equal
deleted
inserted
replaced
27540:de25fd9bb1a6 | 27541:8af6e7761b0c |
---|---|
1576 if false | eval 1 + 2 | endif | 1576 if false | eval 1 + 2 | endif |
1577 if false | eval burp + 234 | endif | 1577 if false | eval burp + 234 | endif |
1578 if false | echo burp 234 'asd' | endif | 1578 if false | echo burp 234 'asd' | endif |
1579 if false | 1579 if false |
1580 burp | 1580 burp |
1581 endif | |
1582 | |
1583 if 0 | |
1584 if 1 | |
1585 echo nothing | |
1586 elseif 1 | |
1587 echo still nothing | |
1588 endif | |
1581 endif | 1589 endif |
1582 | 1590 |
1583 # expression with line breaks skipped | 1591 # expression with line breaks skipped |
1584 if false | 1592 if false |
1585 ('aaa' | 1593 ('aaa' |