File: 14sea_al.t

package info (click to toggle)
libunicode-linebreak-perl 0.0.20160702-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,020 kB
  • ctags: 755
  • sloc: perl: 782; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use strict;
use Test::More;
require "t/lb.pl";

BEGIN { plan tests => 1 }

dotest('th', 'th.al', ComplexBreaking => "NO");

1;