File: Encode-Arabic-ArabTeX-RE.t

package info (click to toggle)
libencode-arabic-perl 14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 584 kB
  • ctags: 119
  • sloc: perl: 4,515; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#########################

use Test::More tests => 1;

BEGIN {

    use_ok 'Encode::Arabic::ArabTeX::RE';
}

#########################

# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.