I've added a construct equivalent to check-expect:

  test: <expr> =? <expr>

is equivalent to

  (check-expect <expr> <expr>)

You can see examples.rkt rewritten to use it almost everywhere.

No support yet for check-within, etc.  Tell me if those are a priority.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to