From ac24aec4ad79be3cdde7600ccffe2d6928893f9a Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 13 Aug 2007 13:53:38 +0000 Subject: interfaccia minima fatta e testata git-svn-id: svn://luxion/repos/WebCoso/trunk@270 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/fcp-01.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') diff --git a/t/fcp-01.t b/t/fcp-01.t index c14028b..9ceaf77 100644 --- a/t/fcp-01.t +++ b/t/fcp-01.t @@ -27,3 +27,6 @@ is_deeply($fc->get($test_file->stringify), ['t',$test_file->stringify,$test_contents]); is($calls{t},1); is($calls{pm},1); +$fc->del_parser(qr{\.t$}); +is($fc->get($test_file->stringify), + $test_contents); -- cgit v1.2.3