# HG changeset patch # User paulb@jeremy # Date 1161478686 -7200 # Node ID f3a0c40b75a1423f2038b6597a38d245d3bbdcf9 # Parent 6c827366c4c6eed0a03e3ca30a25eb9c30d55d0c Made the test complete. diff -r 6c827366c4c6 -r f3a0c40b75a1 tests/compare.py --- a/tests/compare.py Sun Oct 22 02:57:52 2006 +0200 +++ b/tests/compare.py Sun Oct 22 02:58:06 2006 +0200 @@ -1,1 +1,7 @@ +a = 1 +b = 2 +class C: + d = 3 +c = C() +e = 4 a != b < c.d > e