File: data-dir.t

package info (click to toggle)
libpandoc-wrapper-perl 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: perl: 589; makefile: 5; sh: 1
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use strict;
use Test::More;
use File::Spec::Functions 'catdir';
use Pandoc;

ok length pandoc_data_dir > length '/.pandoc', 'pandoc_data_dir';

done_testing;