aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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);