chickadee » testeez » test/equal

(test/equal desc xpr expected)syntax

Tests xpr and compares it with equal? to expected.

A shorthand for (test-equal "" xpr expected) is also available, simply write (xpr expected)