From: Florian Ragwitz Date: Thu, 9 Apr 2009 00:09:12 +0000 (+0000) Subject: UnTODO passing tests. X-Git-Tag: 0.005000~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c232d04c287dedaf3cbc2cfbae8a6fb5a0bcb56;p=p5sagit%2FDevel-Declare.git UnTODO passing tests. --- diff --git a/t/quote.t b/t/quote.t index 2f2e930..a173dc2 100644 --- a/t/quote.t +++ b/t/quote.t @@ -16,17 +16,18 @@ TODO: { test_eval 'qx/method/'; test_eval 'tr/method/METHOD/'; - # these ones work OK - test_eval 'q/method/'; - test_eval "'method'"; - test_eval '"method"'; - test_eval 'qw/method/'; - test_eval '<'; -} +test_eval 'no warnings "reserved"; open method, "'; sub test_eval { my $what = shift;