Test that the warning for "can be 0, test with defined" is for the start.
authorNicholas Clark <nick@ccl4.org>
Wed, 8 Aug 2012 20:59:19 +0000 (22:59 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 3 Sep 2012 10:55:23 +0000 (12:55 +0200)
commit502e5101caadccb8d4d7ffd810c78d57c81a4cb7
treed8866e7ce547012545078cbe0c811361b5ef83f6
parent2b7cdddeb97baa9e06d2bd4f7931d608e8dde565
Test that the warning for "can be 0, test with defined" is for the start.

The Perl interpreter is careful to use the line number of the start of
the 'Value of %s can be "0"; test with defined()" warning, but there were no
tests for this.
op.c
t/lib/warnings/op