texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/t info_tests.t


From: Patrice Dumas
Subject: texinfo/tp/t info_tests.t
Date: Sat, 29 Jan 2011 23:58:32 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/01/29 23:58:32

Added files:
        tp/t           : info_tests.t 

Log message:
        Test info specific output.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/info_tests.t?cvsroot=texinfo&rev=1.1

Patches:
Index: info_tests.t
===================================================================
RCS file: info_tests.t
diff -N info_tests.t
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ info_tests.t        29 Jan 2011 23:58:32 -0000      1.1
@@ -0,0 +1,38 @@
+use strict;
+
+require 't/test_utils.pl';
+
+my @test_cases = (
+['paragraphindent_and_preamble',
+'@copying
+In copying.
+
+Copying second para.
address@hidden copying
+
address@hidden Top
address@hidden test @@paragraphindent effect in preamble
+
+First para.
+
+Before paragraphindent.
+
address@hidden 1
+
+After paragraphindent.
+
address@hidden
+
+']);
+
+foreach my $test (@test_cases) {
+  $test->[2]->{'test_formats'} = ['info'];
+}
+
+our ($arg_test_case, $arg_generate, $arg_debug);
+
+run_all ('info_tests', address@hidden, $arg_test_case,
+   $arg_generate, $arg_debug);
+
+1;
+



reply via email to

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