1
0
forked from VimPlug/jedi

Add some more tests about mappings

This commit is contained in:
Dave Halter
2018-08-30 00:59:10 +02:00
parent 1fce0b45f4
commit 28a55386b6

View File

@@ -171,6 +171,21 @@ def mapping(p, q, d, dd, r, s, t):
key
#? Value()
value
for key, value in q.items():
#? Key()
key
#? Value()
value
for key, value in d.items():
#? Key()
key
#? Value()
value
for key, value in dd.items():
#? Key()
key
#? Value()
value
for key in r:
#? Key()
key