diff options
| author | mark <mark> | 2011-08-05 07:25:43 +0000 | 
|---|---|---|
| committer | mark <mark> | 2011-08-05 07:25:43 +0000 | 
| commit | f765ad6313abc1dc73bab4d3b617d2754cf85823 (patch) | |
| tree | a9480e7dcff6f97aab6417feb985c7e9f5b9db64 /FS/t | |
| parent | ac62d1f855e6c6de100872c81956fbbf092fcb88 (diff) | |
message template localization, #13601
Diffstat (limited to 'FS/t')
| -rw-r--r-- | FS/t/template_content.t | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/FS/t/template_content.t b/FS/t/template_content.t new file mode 100644 index 000000000..c1e527a74 --- /dev/null +++ b/FS/t/template_content.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::template_content; +$loaded=1; +print "ok 1\n"; | 
