~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to t/52_namespace.t

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-1asj0n4u3w4q6jem
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- CPERL -*-
 
2
#**********************************************************************
 
3
# Test cases for LaTeXML
 
4
#**********************************************************************
 
5
#use Test::More;
 
6
use FindBin;
 
7
use lib "$FindBin::Bin/lib";
 
8
use TestLaTeXML;
 
9
 
 
10
latexml_tests("t/namespace");
 
11