File: 14.t

package info (click to toggle)
libtext-ngrams-perl 2.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 436 kB
  • sloc: perl: 671; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use Test::More tests => 1;
require 't/auxfunctions.pl';

my $com = "perl -Mblib ./ngrams.pl --n=3 --orderby=frequency --type=byte".
                 " t/14.in";
my $out = scalar(`$com`);

# putfile('t/14.out-new', $out);
&isn('t/14.out', $out);