On 2011.1.6 10:08 PM, Jens Rehsack wrote:
> That's only one step - I want the line numbers of the test, and the test is
> currently written as an hash-entry in a test-list.
By "test" do you mean "where the entry is defined in the hash"? Like, for
example...
#line 1
my %tests = (
On Thu, 06 Jan 2011 11:08:15 +, Jens Rehsack
wrote:
> On 01/01/11 07:55, Michael G Schwern wrote:
> > On 2011.1.1 12:38 AM, Jens Rehsack wrote:
> >> Further I need some help on test rewrite (that's why you, Michael
> >> Schwern, are on CC).
> >> I'd like to rewrite step by step all tests like
On 01/01/11 07:55, Michael G Schwern wrote:
On 2011.1.1 12:38 AM, Jens Rehsack wrote:
Further I need some help on test rewrite (that's why you, Michael
Schwern, are on CC).
I'd like to rewrite step by step all tests like I did in t/06virtual.t
and t/08join.t. For this I
have to move the test mai
On 2011.1.1 12:38 AM, Jens Rehsack wrote:
> Further I need some help on test rewrite (that's why you, Michael
> Schwern, are on CC).
> I'd like to rewrite step by step all tests like I did in t/06virtual.t
> and t/08join.t. For this I
> have to move the test main loop into the TestLib.pm and I woul