From: Florian Ragwitz Date: Thu, 12 Sep 2013 13:00:17 +0000 (-0400) Subject: Add a failing test for "0" not being modified X-Git-Tag: v1.000003~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FHTML-String.git;a=commitdiff_plain;h=10c4bc68b3d7aa623b7f87c5366afe0b53cd871d Add a failing test for "0" not being modified --- diff --git a/xt/tt.t b/xt/tt.t index 8d0fab9..573c141 100644 --- a/xt/tt.t +++ b/xt/tt.t @@ -44,4 +44,6 @@ is( .'-> & so "on" <-' ); +is( do_tt('"0"', {}), '"0"' ); + done_testing;