summaryrefslogtreecommitdiff
path: root/src/testdir/test86.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-09-21 14:00:35 +0200
committerBram Moolenaar <Bram@vim.org>2012-09-21 14:00:35 +0200
commit66b7985ec9e4924abc370636077ed33114d0327d (patch)
treed3fc6e02af7989af008caade8eff1eb53e5ad52c /src/testdir/test86.ok
parent770456589e5e53507fcd32013a190b520f4fc688 (diff)
downloadvim-git-66b7985ec9e4924abc370636077ed33114d0327d.tar.gz
updated for version 7.3.672v7.3.672
Problem: Not possible to lock/unlock lists in Python interface. Solution: Add .locked and .scope attributes. (ZyX)
Diffstat (limited to 'src/testdir/test86.ok')
-rw-r--r--src/testdir/test86.ok10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok
index 94f36e970..5ef8689a2 100644
--- a/src/testdir/test86.ok
+++ b/src/testdir/test86.ok
@@ -44,6 +44,16 @@ TypeError
ValueError
TypeError
TypeError
+d : locked:0;scope:0
+dl : locked:1;scope:0
+v: : locked:2;scope:1
+g: : locked:0;scope:2
+d:{'abc': 1}
+dl:{'def': 1}
+l : locked:0
+ll : locked:1
+l:[0]
+ll:[1]
[0, 1, 2]
['a', 'b']
['c', 1]