Add tests to show that #516 is not working, yet

This commit is contained in:
Dave Halter
2019-08-02 22:31:26 +02:00
parent 16e0351897
commit 97526aa320

View File

@@ -67,6 +67,18 @@ class X(): pass
#? type
type(X)
# -----------------
# type() calls with multiple parameters
# -----------------
X = type('X', (object,), dict(a=1))
# Doesn't work yet.
#?
X.a
#?
X
if os.path.isfile():
#? ['abspath']
fails = os.path.abspath