commit | 24b11fb1730e37a4aa71434c130301a9369c835f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 19:32:36 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 19:32:36 2013 +0200 |
tree | 0b8dc8fb4edf02132027a7b2957e523ec226c71c | |
parent | b3049f4a34af835f558877c9f4c323e50269c00f [diff] [blame] |
updated for version 7.3.881 Problem: Python list does not work correctly. Solution: Fix it and add a test. (Yukihiro Nakadaira)
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok index 8960390..fd670c8 100644 --- a/src/testdir/test86.ok +++ b/src/testdir/test86.ok
@@ -65,3 +65,14 @@ vim: Vim(let):E859: [1] [1, 10, 11, 10, 11, 10, 11, 10, 11, 10, 11, 10, 1] +[0, 1, 2, 3] +[2, 3, 4, 5] +[0, 1] +[4, 5] +[2, 3] +[] +[2, 3] +[] +[0, 1, 2, 3, 4, 5] +[0, 1, 2, 3, 4, 5] +[0, 1, 2, 3, 4, 5]