* TDD: == should do a deep equality test, i.e., it should strictly

evaluate its arguments.
This commit is contained in:
Eelco Dolstra 2006-08-30 12:25:27 +00:00
parent 3151bdea55
commit dce1afdc67
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
Bool(True)

View File

@ -0,0 +1,3 @@
["foobar" (rec {x = 1; y = x;})]
==
[("foo" + "bar") ({x = 1; y = 1;})]