diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-30 12:26:58 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-30 12:26:58 +0200 |
commit | 01a7a720ad460b80aa8f749c15134c0d749db960 (patch) | |
tree | 012495dcd7f567c147c71336b28e69e06af662b3 /src/testdir/test87.ok | |
parent | 9bb77d6fe6a8bd47f827e1293a9c6457298ec963 (diff) | |
download | vim-01a7a720ad460b80aa8f749c15134c0d749db960.zip |
updated for version 7.3.1057
Problem: Python: not enough compatibilty.
Solution: Python patch 16: Make OutputWritelines support any sequence object
(ZyX) Note: tests fail
Diffstat (limited to 'src/testdir/test87.ok')
-rw-r--r-- | src/testdir/test87.ok | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok index 3126fd36f..8ae7a8cb6 100644 --- a/src/testdir/test87.ok +++ b/src/testdir/test87.ok @@ -380,6 +380,13 @@ dictionary:__dir__,keys,locked,scope list:__dir__,extend,locked function:__call__,__dir__,softspace output:__dir__,flush,softspace,write,writelines +' +abcdef +line : +abcdef +abc +line : +abc' (<class 'vim.error'>, error('abc',)) (<class 'vim.error'>, error('def',)) (<class 'vim.error'>, error('ghi',)) |