TestUtils.py
9.49 KB
-
Resolve variable references inside variables · 87b2378e
Fixes the case where variable x is '$y' and y is a dict(foo='bar') and an attempt to access ${x.foo} is made.
Daniel Hokka Zakrisson committed
Fixes the case where variable x is '$y' and y is a dict(foo='bar') and an attempt to access ${x.foo} is made.