aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2007-08-13 13:53:38 +0000
committerdakkar <dakkar@luxion>2007-08-13 13:53:38 +0000
commitac24aec4ad79be3cdde7600ccffe2d6928893f9a (patch)
treea951668febb603236fc0b74feb887fa4bd290c4a /t
parentinizio moduli di supporto: il parser trasparente (diff)
downloadWebCoso-ac24aec4ad79be3cdde7600ccffe2d6928893f9a.tar.gz
WebCoso-ac24aec4ad79be3cdde7600ccffe2d6928893f9a.tar.bz2
WebCoso-ac24aec4ad79be3cdde7600ccffe2d6928893f9a.zip
interfaccia minima fatta e testata
git-svn-id: svn://luxion/repos/WebCoso/trunk@270 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 't')
-rw-r--r--t/fcp-01.t3
1 files changed, 3 insertions, 0 deletions
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);