xtmtest-result   macro


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/test.xtm

Implementation

(define-macro (xtmtest-result call expected-result . extra)
  (xtmtest-result-body call expected-result extra))


Back to Index

Similar Entries