File: 04fold.t

package info (click to toggle)
libunicode-linebreak-perl 0.0.20140601-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 4,104 kB
  • sloc: ansic: 32,274; perl: 779; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use Test::More;
require "t/lf.pl";

BEGIN { plan tests => 15 }

foreach my $lang (qw(fr ja quotes)) {
    do5tests($lang, $lang);
}    

1;