texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/t plaintext.t


From: Patrice Dumas
Subject: texinfo/tp/t plaintext.t
Date: Sun, 06 Feb 2011 00:03:04 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/02/06 00:03:04

Removed files:
        tp/t           : plaintext.t 

Log message:
        Remove a useless test.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/plaintext.t?cvsroot=texinfo&r1=1.2&r2=0

Patches:
Index: plaintext.t
===================================================================
RCS file: plaintext.t
diff -N plaintext.t
--- plaintext.t 8 Dec 2010 22:47:33 -0000       1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,35 +0,0 @@
-# Before `make install' is performed this script should be runnable with
-# `make test'. After `make install' it should work as `perl Texinfo-Parser.t'
-
-#########################
-
-# change 'tests => 1' to 'tests => last_test_to_print';
-
-use strict;
-
-#use Test;
-use Test::More;
-use Data::Dumper;
-BEGIN { plan tests => 1 };
-use lib '../texi2html/lib/Unicode-EastAsianWidth/lib/';
-use lib '../texi2html/lib/libintl-perl/lib/';
-use Texinfo::Parser;
-use Texinfo::Convert::Texinfo;
-ok(1, "modules loading"); # If we made it this far, we're ok.
-
-#########################
-
-# 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.
-
-my $parser = Texinfo::Parser::parser();
-my $tree = $parser->parse_texi_line('@quotation q arg
address@hidden quotation');
-my $quotation = $tree->{'contents'}->[0];
-my $quotation_arg = Texinfo::Convert::Texinfo::convert(
-          {'contents' => 
$quotation->{'extra'}->{'block_command_line_contents'}->[0]});
-my $prepended = Texinfo::Parser::parse_texi_line (undef, 
'@b{'.${quotation_arg}.':} ');
-
-#print STDERR Data::Dumper->Dump([$prepended]);
-
-1;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]