Line numbers for forms embedded in macros

2010-09-12 Thread Brian Marick
In my test framework, Midje, http://github.com/marick/Midje, a test written in the most heavily syntactically-sugared form might look like this: (facts (complicated-function ...some-integer...) = 5 (provided (simple-function ...some-integer...) = 2 (other-function

Re: Line numbers for forms embedded in macros

2010-09-12 Thread Chouser
On Sun, Sep 12, 2010 at 4:22 PM, Brian Marick mar...@exampler.com wrote: In my test framework, Midje, http://github.com/marick/Midje, a test written in the most heavily syntactically-sugared form might look like this: (facts   (complicated-function ...some-integer...) = 5   (provided