On Sunday 04 March 2007 09:40, Shlomi Fish wrote: > My solution to this is: >... > What I do is add comments in a small domain-specific language ... >... > # TEST > is ($mystring, "Hello", "String is Hello"); > > # TEST*3 > for my $i (0 .. 2) > { > ok (....) > } >
Wouldn't Test::Block be better than a home brewed system? Test::Block is not perfect either (but what module is?); I specially miss the possibility to have blocks inside block. My 2 cents, Nadim.