Re: Line numbers for forms embedded in macros

2010-09-12 Thread Chouser
On Sun, Sep 12, 2010 at 4:22 PM, Brian Marick 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 >        (simple-fu

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 ...