File: Encode-Arabic-ArabTeX-RE.t

package info (click to toggle)
libencode-arabic-perl 1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 488 kB
  • ctags: 72
  • sloc: perl: 4,100; makefile: 9
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.