diff --git a/ChangeLog b/ChangeLog index 1eb102b..6892ea5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,51 @@ +2013-02-16 Karl Berry + + * Version 5.0. + + * doc/texinfo.txi: remove zyx placeholder. + +2013-02-13 Sergey Poznyakoff + + * info/window.c (window_make_window): Initialize allocated + memory. + (string_to_node): Likewise. + * info/filesys.c (filesys_read_info_file): Always terminate + the contents with 0. + Fix 700354@bugs.debian.org. + +2013-02-12 Karl Berry + + * pretest 4.13.97. + +2013-02-10 Karl Berry + + * info/tag.c (tag_found_keyword): new fn, including a check + for the text buffer being realloc-ed, invalidating kw. Sigh. + (tag_image): call it (twice). + +2013-02-10 Patrice Dumas + + * autogen.sh, tp/maintain/regenerate_cmd_tests.sh, tp/tests/*: + Generate automatically test file scripts for each test in + tp/tests/*. + * tp/Makefile.am: run directly tap tests in Makefile.am. + +2013-02-09 Patrice Dumas + + * configure.ac, tp/Makefile.am, tp/maintain/regenerate_file_lists.pl: + prepare for running directly tap tests in Makefile.am. + +2013-02-07 Karl Berry + + * contrib/booklet.mak: new contribution from John Darrington. + + * Pod-Simple-Texinfo/pod2texi.pl (preamble): back to inserting + the default. + * contrib/perldoc-all/GNUmakefile (pod2texi_args): omit it. + 2013-02-04 Karl Berry - * pretest 4.13.95. + * pretest 4.13.96. * contrib/perldoc-all/GNUmakefile (distclean): new target. * Makefile.am (dist-hook): use it. diff --git a/Makefile.in b/Makefile.in index 1d93ee9..665e138 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,16 +74,17 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.in ABOUT-NLS README-alpha COPYING TODO \ - build-aux/compile build-aux/config.guess \ - build-aux/config.rpath build-aux/config.sub build-aux/depcomp \ - build-aux/install-sh build-aux/mdate-sh build-aux/missing \ - build-aux/texinfo.tex $(top_srcdir)/build-aux/compile \ + $(srcdir)/config.in ABOUT-NLS COPYING TODO build-aux/compile \ + build-aux/config.guess build-aux/config.rpath \ + build-aux/config.sub build-aux/depcomp build-aux/install-sh \ + build-aux/mdate-sh build-aux/missing build-aux/texinfo.tex \ + $(top_srcdir)/build-aux/compile \ $(top_srcdir)/build-aux/config.guess \ $(top_srcdir)/build-aux/config.rpath \ $(top_srcdir)/build-aux/config.sub \ $(top_srcdir)/build-aux/install-sh \ - $(top_srcdir)/build-aux/missing + $(top_srcdir)/build-aux/missing \ + $(top_srcdir)/build-aux/tap-driver.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ $(top_srcdir)/gnulib/m4/alloca.m4 \ diff --git a/NEWS b/NEWS index 4899945..e0c071e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -$Id: NEWS,v 1.228 2013/02/04 01:34:46 karl Exp $ +$Id: NEWS,v 1.230 2013/02/16 23:59:29 karl Exp $ This NEWS file records noteworthy changes, very tersely. See the manual for detailed information. @@ -23,6 +23,7 @@ ------------------------------------------------------------------------------- +5.0 (16 February 2013) * Language: . Texinfo commands are supported in node names. . #line directives are recognized. @@ -107,8 +108,7 @@ * Documentation: . new appendix with a technical description of the Info file format. - . extensive information on the customizations of the HTML output that - are now possible. + . information on the customizations of the HTML output now possible. * Distribution: . new file htmlxref.cnf is installed to support cross-manual diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl index a66c400..cb2c6f7 100755 --- a/Pod-Simple-Texinfo/pod2texi.pl +++ b/Pod-Simple-Texinfo/pod2texi.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# $Id: pod2texi.pl,v 1.29 2013/02/04 22:52:25 karl Exp $ +# $Id: pod2texi.pl,v 1.30 2013/02/07 18:14:46 karl Exp $ # pod2texi -- convert Pod to Texinfo. # Copyright 2012, 2013 Free Software Foundation, Inc. # @@ -448,8 +448,7 @@ $outfile_name .= '.info'; if (! defined ($preamble)) { - $preamble = ($base_level > 0) ? "" - : '\input texinfo + $preamble = '\input texinfo @setfilename ' . Pod::Simple::Texinfo::_protect_text($outfile_name) . " \@documentencoding utf-8 \@settitle $top @@ -554,12 +553,9 @@ =item B<--preamble>=I -Insert I as top boilerplate before includes. For standalone -documents (C<--base-level> is 0), the default is a minimal beginning for -a Texinfo document, and sets C<@documentencoding> to C. For -included documents (C<--base-level> is nonzero), it is the empty string, -under the assumption that you will want your own top-level material, -and to C<@include> the generated files. +Insert I as top boilerplate before includes. The default is a +minimal beginning for a Texinfo document, and sets C<@documentencoding> +to C (because the output is written that way). =item B<--subdir>=I diff --git a/README-alpha b/README-alpha deleted file mode 100644 index 9f67b8d..0000000 --- a/README-alpha +++ /dev/null @@ -1,27 +0,0 @@ -$Id: README-alpha,v 1.5 2012/11/17 23:32:09 karl Exp $ -This is the README-alpha file for GNU Texinfo. - - Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2011, 2012 - Free Software Foundation, Inc. - - Copying and distribution of this file, with or without modification, - are permitted in any medium without royalty provided the copyright - notice and this notice are preserved. - -This is a test release! - -The latest test release (if any) is available at -ftp://alpha.gnu.org/gnu/texinfo/ - -Please email comments and problem reports to bug-texinfo@gnu.org. You -are welcome to join that mailing list; to do so, please visit -http://lists.gnu.org/mailman/listinfo/bug-texinfo. (There is no -dedicated mailing list for pretests any more.) - -If you see a problem in this release that you've already reported, feel -free to re-report it -- it's good to get a reminder. If you sent a -patch for a previous release, and you haven't received any feedback -about it, please do re-send it, it likely got lost. - -For development environment information, see README.dev. diff --git a/README-hacking b/README-hacking index a2a8a6e..613757a 100644 --- a/README-hacking +++ b/README-hacking @@ -1,4 +1,4 @@ -$Id: README-hacking,v 1.5 2013/02/05 00:45:47 karl Exp $ +$Id: README-hacking,v 1.7 2013/02/16 23:59:29 karl Exp $ This file describes the development environment for Texinfo. Copyright 2002, 2003, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 @@ -107,12 +107,11 @@ make -C doc wwwdoc-build # and eventually -install, for official. (export MALLOC_CHECK_=2; make distcheck) # repeat until clean cvs commit # when clean, then distcheck to be sure. -make diff # for official -rwtar *.tar.* # consistent permissions in tarball? +#create diff for official, see below - To do the actual upload: pkg=texinfo -ver=4.13.95 +ver=4.13.97 then do one of: gnupload --to alpha.gnu.org:$pkg $pkg-$ver.tar.xz #pretest @@ -140,16 +139,16 @@ cvs tag -b texinfo_`echo $ver | tr . _` ... update texinfo at tug.org (contact root@tug.org); from last time: -prev=4.12 -ver=4.13 +prev=4.13 +ver=5.0 cd ~ftp/tex rm -rf texinfo-$prev* -cp ~/src/texinfo/texinfo-$ver.tar.{gz,lzma} . +cp ~/src/texinfo/texinfo-$ver.tar.{gz,xz} . tar xzf texinfo-$ver.tar.gz ln -s texinfo-$ver.tar.gz texinfo.tar.gz -!!:gs/gz/lzma +!!:gs/gz/xz relink texinfo $ver ... announcements: news item at savannah. -send announcement to info-gnu. +send announcement to info-gnu, cc bug-texinfo. diff --git a/build-aux/config.guess b/build-aux/config.guess index 6ea3454..f475ceb 100644 --- a/build-aux/config.guess +++ b/build-aux/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-02-04' +timestamp='2013-02-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -953,6 +953,9 @@ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or1k:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; or32:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; diff --git a/build-aux/config.sub b/build-aux/config.sub index 80211d0..872199a 100644 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2013 Free Software Foundation, Inc. -timestamp='2013-02-04' +timestamp='2013-02-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -296,7 +296,7 @@ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 \ - | or32 \ + | or1k | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ @@ -1589,6 +1589,9 @@ mips*-*) os=-elf ;; + or1k-*) + os=-elf + ;; or32-*) os=-coff ;; diff --git a/build-aux/tap-driver.sh b/build-aux/tap-driver.sh new file mode 100755 index 0000000..19aa531 --- /dev/null +++ b/build-aux/tap-driver.sh @@ -0,0 +1,652 @@ +#! /bin/sh +# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +scriptversion=2011-12-27.17; # UTC + +# Make unconditional expansion of undefined variables an error. This +# helps a lot in preventing typo-related bugs. +set -u + +me=tap-driver.sh + +fatal () +{ + echo "$me: fatal: $*" >&2 + exit 1 +} + +usage_error () +{ + echo "$me: $*" >&2 + print_usage >&2 + exit 2 +} + +print_usage () +{ + cat < + # + trap : 1 3 2 13 15 + if test $merge -gt 0; then + exec 2>&1 + else + exec 2>&3 + fi + "$@" + echo $? + ) | LC_ALL=C ${AM_TAP_AWK-awk} \ + -v me="$me" \ + -v test_script_name="$test_name" \ + -v log_file="$log_file" \ + -v trs_file="$trs_file" \ + -v expect_failure="$expect_failure" \ + -v merge="$merge" \ + -v ignore_exit="$ignore_exit" \ + -v comments="$comments" \ + -v diag_string="$diag_string" \ +' +# FIXME: the usages of "cat >&3" below could be optimized when using +# FIXME: GNU awk, and/on on systems that supports /dev/fd/. + +# Implementation note: in what follows, `result_obj` will be an +# associative array that (partly) simulates a TAP result object +# from the `TAP::Parser` perl module. + +## ----------- ## +## FUNCTIONS ## +## ----------- ## + +function fatal(msg) +{ + print me ": " msg | "cat >&2" + exit 1 +} + +function abort(where) +{ + fatal("internal error " where) +} + +# Convert a boolean to a "yes"/"no" string. +function yn(bool) +{ + return bool ? "yes" : "no"; +} + +function add_test_result(result) +{ + if (!test_results_index) + test_results_index = 0 + test_results_list[test_results_index] = result + test_results_index += 1 + test_results_seen[result] = 1; +} + +# Whether the test script should be re-run by "make recheck". +function must_recheck() +{ + for (k in test_results_seen) + if (k != "XFAIL" && k != "PASS" && k != "SKIP") + return 1 + return 0 +} + +# Whether the content of the log file associated to this test should +# be copied into the "global" test-suite.log. +function copy_in_global_log() +{ + for (k in test_results_seen) + if (k != "PASS") + return 1 + return 0 +} + +# FIXME: this can certainly be improved ... +function get_global_test_result() +{ + if ("ERROR" in test_results_seen) + return "ERROR" + if ("FAIL" in test_results_seen || "XPASS" in test_results_seen) + return "FAIL" + all_skipped = 1 + for (k in test_results_seen) + if (k != "SKIP") + all_skipped = 0 + if (all_skipped) + return "SKIP" + return "PASS"; +} + +function stringify_result_obj(result_obj) +{ + if (result_obj["is_unplanned"] || result_obj["number"] != testno) + return "ERROR" + + if (plan_seen == LATE_PLAN) + return "ERROR" + + if (result_obj["directive"] == "TODO") + return result_obj["is_ok"] ? "XPASS" : "XFAIL" + + if (result_obj["directive"] == "SKIP") + return result_obj["is_ok"] ? "SKIP" : COOKED_FAIL; + + if (length(result_obj["directive"])) + abort("in function stringify_result_obj()") + + return result_obj["is_ok"] ? COOKED_PASS : COOKED_FAIL +} + +function decorate_result(result) +{ + color_name = color_for_result[result] + if (color_name) + return color_map[color_name] "" result "" color_map["std"] + # If we are not using colorized output, or if we do not know how + # to colorize the given result, we should return it unchanged. + return result +} + +function report(result, details) +{ + if (result ~ /^(X?(PASS|FAIL)|SKIP|ERROR)/) + { + msg = ": " test_script_name + add_test_result(result) + } + else if (result == "#") + { + msg = " " test_script_name ":" + } + else + { + abort("in function report()") + } + if (length(details)) + msg = msg " " details + # Output on console might be colorized. + print decorate_result(result) msg + # Log the result in the log file too, to help debugging (this is + # especially true when said result is a TAP error or "Bail out!"). + print result msg | "cat >&3"; +} + +function testsuite_error(error_message) +{ + report("ERROR", "- " error_message) +} + +function handle_tap_result() +{ + details = result_obj["number"]; + if (length(result_obj["description"])) + details = details " " result_obj["description"] + + if (plan_seen == LATE_PLAN) + { + details = details " # AFTER LATE PLAN"; + } + else if (result_obj["is_unplanned"]) + { + details = details " # UNPLANNED"; + } + else if (result_obj["number"] != testno) + { + details = sprintf("%s # OUT-OF-ORDER (expecting %d)", + details, testno); + } + else if (result_obj["directive"]) + { + details = details " # " result_obj["directive"]; + if (length(result_obj["explanation"])) + details = details " " result_obj["explanation"] + } + + report(stringify_result_obj(result_obj), details) +} + +# `skip_reason` should be empty whenever planned > 0. +function handle_tap_plan(planned, skip_reason) +{ + planned += 0 # Avoid getting confused if, say, `planned` is "00" + if (length(skip_reason) && planned > 0) + abort("in function handle_tap_plan()") + if (plan_seen) + { + # Error, only one plan per stream is acceptable. + testsuite_error("multiple test plans") + return; + } + planned_tests = planned + # The TAP plan can come before or after *all* the TAP results; we speak + # respectively of an "early" or a "late" plan. If we see the plan line + # after at least one TAP result has been seen, assume we have a late + # plan; in this case, any further test result seen after the plan will + # be flagged as an error. + plan_seen = (testno >= 1 ? LATE_PLAN : EARLY_PLAN) + # If testno > 0, we have an error ("too many tests run") that will be + # automatically dealt with later, so do not worry about it here. If + # $plan_seen is true, we have an error due to a repeated plan, and that + # has already been dealt with above. Otherwise, we have a valid "plan + # with SKIP" specification, and should report it as a particular kind + # of SKIP result. + if (planned == 0 && testno == 0) + { + if (length(skip_reason)) + skip_reason = "- " skip_reason; + report("SKIP", skip_reason); + } +} + +function extract_tap_comment(line) +{ + if (index(line, diag_string) == 1) + { + # Strip leading `diag_string` from `line`. + line = substr(line, length(diag_string) + 1) + # And strip any leading and trailing whitespace left. + sub("^[ \t]*", "", line) + sub("[ \t]*$", "", line) + # Return what is left (if any). + return line; + } + return ""; +} + +# When this function is called, we know that line is a TAP result line, +# so that it matches the (perl) RE "^(not )?ok\b". +function setup_result_obj(line) +{ + # Get the result, and remove it from the line. + result_obj["is_ok"] = (substr(line, 1, 2) == "ok" ? 1 : 0) + sub("^(not )?ok[ \t]*", "", line) + + # If the result has an explicit number, get it and strip it; otherwise, + # automatically assing the next progresive number to it. + if (line ~ /^[0-9]+$/ || line ~ /^[0-9]+[^a-zA-Z0-9_]/) + { + match(line, "^[0-9]+") + # The final `+ 0` is to normalize numbers with leading zeros. + result_obj["number"] = substr(line, 1, RLENGTH) + 0 + line = substr(line, RLENGTH + 1) + } + else + { + result_obj["number"] = testno + } + + if (plan_seen == LATE_PLAN) + # No further test results are acceptable after a "late" TAP plan + # has been seen. + result_obj["is_unplanned"] = 1 + else if (plan_seen && testno > planned_tests) + result_obj["is_unplanned"] = 1 + else + result_obj["is_unplanned"] = 0 + + # Strip trailing and leading whitespace. + sub("^[ \t]*", "", line) + sub("[ \t]*$", "", line) + + # This will have to be corrected if we have a "TODO"/"SKIP" directive. + result_obj["description"] = line + result_obj["directive"] = "" + result_obj["explanation"] = "" + + if (index(line, "#") == 0) + return # No possible directive, nothing more to do. + + # Directives are case-insensitive. + rx = "[ \t]*#[ \t]*([tT][oO][dD][oO]|[sS][kK][iI][pP])[ \t]*" + + # See whether we have the directive, and if yes, where. + pos = match(line, rx "$") + if (!pos) + pos = match(line, rx "[^a-zA-Z0-9_]") + + # If there was no TAP directive, we have nothing more to do. + if (!pos) + return + + # Let`s now see if the TAP directive has been escaped. For example: + # escaped: ok \# SKIP + # not escaped: ok \\# SKIP + # escaped: ok \\\\\# SKIP + # not escaped: ok \ # SKIP + if (substr(line, pos, 1) == "#") + { + bslash_count = 0 + for (i = pos; i > 1 && substr(line, i - 1, 1) == "\\"; i--) + bslash_count += 1 + if (bslash_count % 2) + return # Directive was escaped. + } + + # Strip the directive and its explanation (if any) from the test + # description. + result_obj["description"] = substr(line, 1, pos - 1) + # Now remove the test description from the line, that has been dealt + # with already. + line = substr(line, pos) + # Strip the directive, and save its value (normalized to upper case). + sub("^[ \t]*#[ \t]*", "", line) + result_obj["directive"] = toupper(substr(line, 1, 4)) + line = substr(line, 5) + # Now get the explanation for the directive (if any), with leading + # and trailing whitespace removed. + sub("^[ \t]*", "", line) + sub("[ \t]*$", "", line) + result_obj["explanation"] = line +} + +function get_test_exit_message(status) +{ + if (status == 0) + return "" + if (status !~ /^[1-9][0-9]*$/) + abort("getting exit status") + if (status < 127) + exit_details = "" + else if (status == 127) + exit_details = " (command not found?)" + else if (status >= 128 && status <= 255) + exit_details = sprintf(" (terminated by signal %d?)", status - 128) + else if (status > 256 && status <= 384) + # We used to report an "abnormal termination" here, but some Korn + # shells, when a child process die due to signal number n, can leave + # in $? an exit status of 256+n instead of the more standard 128+n. + # Apparently, both behaviours are allowed by POSIX (2008), so be + # prepared to handle them both. See also Austing Group report ID + # 0000051 + exit_details = sprintf(" (terminated by signal %d?)", status - 256) + else + # Never seen in practice. + exit_details = " (abnormal termination)" + return sprintf("exited with status %d%s", status, exit_details) +} + +function write_test_results() +{ + print ":global-test-result: " get_global_test_result() > trs_file + print ":recheck: " yn(must_recheck()) > trs_file + print ":copy-in-global-log: " yn(copy_in_global_log()) > trs_file + for (i = 0; i < test_results_index; i += 1) + print ":test-result: " test_results_list[i] > trs_file + close(trs_file); +} + +BEGIN { + +## ------- ## +## SETUP ## +## ------- ## + +'"$init_colors"' + +# Properly initialized once the TAP plan is seen. +planned_tests = 0 + +COOKED_PASS = expect_failure ? "XPASS": "PASS"; +COOKED_FAIL = expect_failure ? "XFAIL": "FAIL"; + +# Enumeration-like constants to remember which kind of plan (if any) +# has been seen. It is important that NO_PLAN evaluates "false" as +# a boolean. +NO_PLAN = 0 +EARLY_PLAN = 1 +LATE_PLAN = 2 + +testno = 0 # Number of test results seen so far. +bailed_out = 0 # Whether a "Bail out!" directive has been seen. + +# Whether the TAP plan has been seen or not, and if yes, which kind +# it is ("early" is seen before any test result, "late" otherwise). +plan_seen = NO_PLAN + +## --------- ## +## PARSING ## +## --------- ## + +is_first_read = 1 + +while (1) + { + # Involutions required so that we are able to read the exit status + # from the last input line. + st = getline + if (st < 0) # I/O error. + fatal("I/O error while reading from input stream") + else if (st == 0) # End-of-input + { + if (is_first_read) + abort("in input loop: only one input line") + break + } + if (is_first_read) + { + is_first_read = 0 + nextline = $0 + continue + } + else + { + curline = nextline + nextline = $0 + $0 = curline + } + # Copy any input line verbatim into the log file. + print | "cat >&3" + # Parsing of TAP input should stop after a "Bail out!" directive. + if (bailed_out) + continue + + # TAP test result. + if ($0 ~ /^(not )?ok$/ || $0 ~ /^(not )?ok[^a-zA-Z0-9_]/) + { + testno += 1 + setup_result_obj($0) + handle_tap_result() + } + # TAP plan (normal or "SKIP" without explanation). + else if ($0 ~ /^1\.\.[0-9]+[ \t]*$/) + { + # The next two lines will put the number of planned tests in $0. + sub("^1\\.\\.", "") + sub("[^0-9]*$", "") + handle_tap_plan($0, "") + continue + } + # TAP "SKIP" plan, with an explanation. + else if ($0 ~ /^1\.\.0+[ \t]*#/) + { + # The next lines will put the skip explanation in $0, stripping + # any leading and trailing whitespace. This is a little more + # tricky in truth, since we want to also strip a potential leading + # "SKIP" string from the message. + sub("^[^#]*#[ \t]*(SKIP[: \t][ \t]*)?", "") + sub("[ \t]*$", ""); + handle_tap_plan(0, $0) + } + # "Bail out!" magic. + # Older versions of prove and TAP::Harness (e.g., 3.17) did not + # recognize a "Bail out!" directive when preceded by leading + # whitespace, but more modern versions (e.g., 3.23) do. So we + # emulate the latter, "more modern" behaviour. + else if ($0 ~ /^[ \t]*Bail out!/) + { + bailed_out = 1 + # Get the bailout message (if any), with leading and trailing + # whitespace stripped. The message remains stored in `$0`. + sub("^[ \t]*Bail out![ \t]*", ""); + sub("[ \t]*$", ""); + # Format the error message for the + bailout_message = "Bail out!" + if (length($0)) + bailout_message = bailout_message " " $0 + testsuite_error(bailout_message) + } + # Maybe we have too look for dianogtic comments too. + else if (comments != 0) + { + comment = extract_tap_comment($0); + if (length(comment)) + report("#", comment); + } + } + +## -------- ## +## FINISH ## +## -------- ## + +# A "Bail out!" directive should cause us to ignore any following TAP +# error, as well as a non-zero exit status from the TAP producer. +if (!bailed_out) + { + if (!plan_seen) + { + testsuite_error("missing test plan") + } + else if (planned_tests != testno) + { + bad_amount = testno > planned_tests ? "many" : "few" + testsuite_error(sprintf("too %s tests run (expected %d, got %d)", + bad_amount, planned_tests, testno)) + } + if (!ignore_exit) + { + # Fetch exit status from the last line. + exit_message = get_test_exit_message(nextline) + if (exit_message) + testsuite_error(exit_message) + } + } + +write_test_results() + +exit 0 + +} # End of "BEGIN" block. +' + +# TODO: document that we consume the file descriptor 3 :-( +} 3>"$log_file" + +test $? -eq 0 || fatal "I/O or internal error" + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/configure b/configure index cef8696..96762c3 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GNU Texinfo 4.13.96. +# Generated by GNU Autoconf 2.69 for GNU Texinfo 5.0. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='GNU Texinfo' PACKAGE_TARNAME='texinfo' -PACKAGE_VERSION='4.13.96' -PACKAGE_STRING='GNU Texinfo 4.13.96' +PACKAGE_VERSION='5.0' +PACKAGE_STRING='GNU Texinfo 5.0' PACKAGE_BUGREPORT='bug-texinfo@gnu.org' PACKAGE_URL='http://www.gnu.org/software/texinfo/' @@ -1913,7 +1913,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GNU Texinfo 4.13.96 to adapt to many kinds of systems. +\`configure' configures GNU Texinfo 5.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1983,7 +1983,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GNU Texinfo 4.13.96:";; + short | recursive ) echo "Configuration of GNU Texinfo 5.0:";; esac cat <<\_ACEOF @@ -2109,7 +2109,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GNU Texinfo configure 4.13.96 +GNU Texinfo configure 5.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2818,7 +2818,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GNU Texinfo $as_me 4.13.96, which was +It was created by GNU Texinfo $as_me 5.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3719,7 +3719,7 @@ # Define the identity of the package. PACKAGE='texinfo' - VERSION='4.13.96' + VERSION='5.0' cat >>confdefs.h <<_ACEOF @@ -3942,6 +3942,50 @@ if test z"$perl_version_requirement" = 'zno' ; then as_fn_error $? "perl >= 5.7.3 with Encode required by Texinfo." "$LINENO" 5 fi + + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_AWK+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +$as_echo "$AWK" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + + test -n "$AWK" && break +done + # Checks for programs. ac_ext=c @@ -22329,7 +22373,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GNU Texinfo $as_me 4.13.96, which was +This file was extended by GNU Texinfo $as_me 5.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22397,7 +22441,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GNU Texinfo config.status 4.13.96 +GNU Texinfo config.status 5.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ff4bc2a..90326f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -# $Id: configure.ac,v 1.141 2013/02/05 00:49:28 karl Exp $ +# $Id: configure.ac,v 1.144 2013/02/16 16:50:22 karl Exp $ # # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, # 2012, 2013 Free Software Foundation, Inc. @@ -12,7 +12,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -AC_INIT([GNU Texinfo], [4.13.96], [bug-texinfo@gnu.org]) +AC_INIT([GNU Texinfo], [5.0], [bug-texinfo@gnu.org]) dnl Must come before AM_INIT_AUTOMAKE. AC_CONFIG_AUX_DIR([build-aux]) @@ -69,6 +69,9 @@ if test z"$perl_version_requirement" = 'zno' ; then AC_MSG_ERROR([perl >= 5.7.3 with Encode required by Texinfo.]) fi + +AC_REQUIRE_AUX_FILE([tap-driver.sh]) +AC_PROG_AWK # Checks for programs. AC_PROG_CC diff --git a/contrib/booklet.mak b/contrib/booklet.mak new file mode 100644 index 0000000..e341251 --- /dev/null +++ b/contrib/booklet.mak @@ -0,0 +1,89 @@ +# -*- makefile -*- +# +# booklet.mak - making booklets from Texinfo. +# +# Copyright 2013 John Darrington. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# This makefile can be used to generate booklets from Texinfo sources. +# It reduces each page to A5 size and renders two pages per sheet onto +# A4 landscape. The pages are ordered into a "quire" or "gathering". +# This means that you can print the result on a standard laser printer, +# fold in half and using simple stapler bind the result into a +# booklet. + +# Targets are -{a4,a5}-book.{dvi,ps,pdf} where .texi is the texinfo +# source file. +# It is suitable for Texinfo documents up to approx. 70 pages. + +# The *-a4-book targets produce A4 half area reduced pages. The *-a5-book +# targets produce A5 full sized pages. The *a5-book option will therefore +# have larger text, but will have a higher page count. It may also have +# problems if the document has @display or @example environments with +# long lines. + +# Example of use: +# 1. make -f Makebook manual-a4-book.ps +# 2. Print the result on a double sided laser printer. Alternatively +# if your laser printer does not support double sided printing, print the ODD +# numbered sheets, retreive the result from the printer and thinking carefully +# about the page orientation, shove them back into the paper tray. Depending +# on your printer, you may have to reverse the order of the sheets. Then print +# the EVEN numbered sheets. I find gv usefull for this. +# 3. Fold the result along the short dimension. +# 4. Staple in place, using a long arm stapler. +# 5. Using a guillotine cut the pages such that their edges co-incide. +# 6. Sit back in an armchair and enjoy your reading. + +# For those of you who live in countries which refuse to conform to ISO 216, +# you have a problem. + +# End of instructions. + +all: + echo 'Usage: make -f Makebook ' + + +# Mutate the source, with appropriate headings, overriding anything that the +# author has thoughtlessly imposed. +# We want to specify the paper size, and double headings. Anything else? +%-a4.texi: %.texi + sed -e 's/@afivepaper/@afourpaper/' -e '/@end titlepage/a @headings double' $< > $@ + +%-a5.texi: %.texi + sed -e 's/@afourpaper/@afivepaper/' -e '/@end titlepage/a @headings double' $< > $@ + +# Older versions of Texinfo break if the locale is non-english. +%.dvi: %.texi + LC_ALL=C texi2dvi $< -o $@ + + +# Reorder the dvi into the correct order for the quire. +%-sig.dvi: %.dvi + dvibook $< -o $@ + +# Render 2 pages per sheet, ensuring there is an appropriate "gutter" +%-a5-book.dvi: %-a5-sig.dvi + dvitodvi '2:0+1(148mm,0)' $< $@ + +%-a4-book.dvi: %-a4-sig.dvi + dvitodvi '2:700@0(-15mm,-5mm)+1(210mm,-5mm)' $< $@ + +# print the result in landscape orientation +%.ps: %.dvi + dvips -t a4 -t landscape -t landscape $< -o $@ + +%.pdf: %.ps + ps2pdf $< $@ + + +.PHONY: clean +clean: + $(RM) *-a[54].* diff --git a/contrib/perldoc-all/GNUmakefile b/contrib/perldoc-all/GNUmakefile index 98b334c..666d768 100644 --- a/contrib/perldoc-all/GNUmakefile +++ b/contrib/perldoc-all/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.2 2013/02/05 00:23:49 karl Exp $ +# $Id: GNUmakefile,v 1.4 2013/02/16 16:49:49 karl Exp $ # Sample Makefile to build Texinfo from the Perl POD documentation, # using pod2texi. # @@ -19,19 +19,21 @@ texinfo_srcdir = $(shell cd ../../ && pwd) pod2texi = perl $(texinfo_srcdir)/Pod-Simple-Texinfo/pod2texi.pl -pod2texi_args = --base-level=section +pod2texi_args = --base-level=section +pod2texi_args += --preamble='' # we want our own +pod2texi_args += --subdir=$(texi_pod_subdir) # Unfortunately have to use --no-validate since not all the names and # L match up. Split HTML by chapter is the natural thing here. gendocs_args = --email bug-texinfo@gnu.org -gendocs_args = --common "--no-warn --no-validate" +gendocs_args += --common "--no-warn --no-validate" gendocs_args += --split chapter gendocs_args += --no-ascii gendocs_args += --source $(texi_pod_subdir) gendocs_title = "Perl documentation in Texinfo" all: $(texi_pod_doc_incl) - rm -rf manual + rm -rf manual *.aux *.toc *.?? gendocs.sh $(gendocs_args) $(texi_pod_doc) $(gendocs_title) $(texi_pod_doc_incl): $(perl_pod_subdir)/*.pod @@ -39,7 +41,7 @@ # we omit the numerous delta pods, which are uninteresting when searching # (and take tons of time and space). cd $(perl_pod_subdir) \ - && $(pod2texi) -o $@ --subdir=$(texi_pod_subdir) $(pod2texi_args) \ + && $(pod2texi) -o $@ $(pod2texi_args) \ `ls *.pod | fgrep -v delta` \ && mv $(texi_pod_subdir) $@ ../.. diff --git a/contrib/perldoc-all/gendocs_template b/contrib/perldoc-all/gendocs_template index 03a8f13..d9726f6 100644 --- a/contrib/perldoc-all/gendocs_template +++ b/contrib/perldoc-all/gendocs_template @@ -3,14 +3,14 @@

%%TITLE%%

-
Free Software Foundation
+
GNU Project
last updated %%DATE%%

This translation of the Perl documentation from POD to Texinfo is not official, and not endorsed by the Perl developers (indeed, they haven't seen it). It was created by the GNU Texinfo developers because they found it useful to have the -core Perl documentation available in Info other formats, and thought +core Perl documentation available in Info and other formats, and thought they would share the results. Suggestions welcome.

This output is created entirely by the Texinfo tools; see the HTML compressed (%%HTML_MONO_GZ_SIZE%%K gzipped characters) - entirely on one web page. -

  • HTML compressed - (%%HTML_NODE_TGZ_SIZE%%K gzipped tar file) - - with one web page per node.
  • HTML compressed (%%HTML_CHAPTER_TGZ_SIZE%%K gzipped tar file) - with one web page per chapter.
  • @@ -69,9 +66,9 @@

    Copyright © 2013 Free Software Foundation, Inc.

    -

    Verbatim copying and distribution of this entire article are -permitted worldwide, without royalty, in any medium, provided this -notice, and the copyright notice, are preserved.

    +

    This page is licensed under a Creative +Commons Attribution-NoDerivs 3.0 United States License.

    diff --git a/doc/refcard/txirefcard-a4.pdf b/doc/refcard/txirefcard-a4.pdf index 5893bb8..973298a 100644 Binary files a/doc/refcard/txirefcard-a4.pdf and b/doc/refcard/txirefcard-a4.pdf differ diff --git a/doc/refcard/txirefcard.pdf b/doc/refcard/txirefcard.pdf index 8bd4a32..d946677 100644 Binary files a/doc/refcard/txirefcard.pdf and b/doc/refcard/txirefcard.pdf differ diff --git a/doc/refcard/txirefcard.tex b/doc/refcard/txirefcard.tex index 3ffa60e..7a78d13 100644 --- a/doc/refcard/txirefcard.tex +++ b/doc/refcard/txirefcard.tex @@ -1,5 +1,5 @@ % Texinfo reference card. -% $Id: txirefcard.tex,v 1.29 2013/01/01 19:31:56 karl Exp $ +% $Id: txirefcard.tex,v 1.30 2013/02/16 16:50:29 karl Exp $ % %**start of header % This file can be printed with 1, 2, or 3 columns per page (see below). @@ -49,7 +49,7 @@ % Summary node in texinfo.txi, written primarily by Bob Chassell. \def\versionyear{2013} % year manual was updated -\def\versionTexinfo{5.0+} % version of Texinfo this manual is for +\def\versionTexinfo{5.0} % version of Texinfo this manual is for \def\year{2013} % copyright year \def\copyrightnotice{% diff --git a/doc/stamp-1 b/doc/stamp-1 index 1cc0d78..42d97c8 100644 --- a/doc/stamp-1 +++ b/doc/stamp-1 @@ -1,4 +1,4 @@ @set UPDATED 20 January 2013 @set UPDATED-MONTH January 2013 -@set EDITION 4.13.96 -@set VERSION 4.13.96 +@set EDITION 5.0 +@set VERSION 5.0 diff --git a/doc/stamp-vti b/doc/stamp-vti index 3b9bc1d..25c6ae3 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 4 February 2013 +@set UPDATED 16 February 2013 @set UPDATED-MONTH February 2013 -@set EDITION 4.13.96 -@set VERSION 4.13.96 +@set EDITION 5.0 +@set VERSION 5.0 diff --git a/doc/tp_api/tp_api.texi b/doc/tp_api/tp_api.texi index 62ccb23..a2455f9 100644 --- a/doc/tp_api/tp_api.texi +++ b/doc/tp_api/tp_api.texi @@ -1,3 +1,15 @@ +\input texinfo +@setfilename tp_api.info +@documentencoding utf-8 +@settitle Texinfo perl module + +@contents + +@ifnottex +@node Top +@top Texinfo perl module +@end ifnottex + @menu * Texinfo@asis{::}Common:: * Texinfo@asis{::}Parser:: diff --git a/doc/version-stnd.texi b/doc/version-stnd.texi index 1cc0d78..42d97c8 100644 --- a/doc/version-stnd.texi +++ b/doc/version-stnd.texi @@ -1,4 +1,4 @@ @set UPDATED 20 January 2013 @set UPDATED-MONTH January 2013 -@set EDITION 4.13.96 -@set VERSION 4.13.96 +@set EDITION 5.0 +@set VERSION 5.0 diff --git a/doc/version.texi b/doc/version.texi index 3b9bc1d..25c6ae3 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 4 February 2013 +@set UPDATED 16 February 2013 @set UPDATED-MONTH February 2013 -@set EDITION 4.13.96 -@set VERSION 4.13.96 +@set EDITION 5.0 +@set VERSION 5.0 diff --git a/info/filesys.c b/info/filesys.c index 63c6ecb..380caf9 100644 --- a/info/filesys.c +++ b/info/filesys.c @@ -1,5 +1,5 @@ /* filesys.c -- filesystem specific functions. - $Id: filesys.c,v 1.18 2012/11/17 17:16:18 gray Exp $ + $Id: filesys.c,v 1.19 2013/02/13 19:16:39 gray Exp $ Copyright 1993, 1997, 1998, 2000, 2002, 2003, 2004, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc. @@ -634,7 +634,7 @@ free (contents); return NULL; } - + contents[fsize] = 0; close (descriptor); } diff --git a/info/tag.c b/info/tag.c index 90851aa..2af478f 100644 --- a/info/tag.c +++ b/info/tag.c @@ -1,7 +1,8 @@ -/* tag.c -- Functions to handle Info tags. - $Id: tag.c,v 1.2 2012/11/30 23:58:20 gray Exp $ - - Copyright (C) 2012 Free Software Foundation, Inc. +/* tag.c -- Functions to handle Info tags (that is, the special + construct for images, not the "tag table" of starting position.) + $Id: tag.c,v 1.3 2013/02/10 19:44:42 karl Exp $ + + Copyright (C) 2012, 2013 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -47,6 +48,9 @@ } } + +/* See if KW is one of the tags in the list starting at TAG. */ + static struct info_tag * info_tag_find (struct info_tag *tag, const char *kw) { @@ -55,6 +59,29 @@ return tag; return NULL; } + + +/* Found a keyword when parsing the full tag string: alt, text, etc. + Return the new tag, update *TMPBUF_PTR and set *KW. */ + +static struct info_tag * +tag_found_keyword (struct text_buffer *tmpbuf_ptr, char **kw) +{ + struct info_tag *tag = xmalloc (sizeof (*tag)); + tag->next = NULL; /* have to update in caller */ + + text_buffer_add_char (tmpbuf_ptr, 0); + if (*kw != tmpbuf_ptr->base) { /* in case tmpbuf got realloc-ed */ + *kw = tmpbuf_ptr->base; /* ick */ + } + tag->kw = xstrdup (*kw); + tag->val = xstrdup (*kw + strlen(*kw) + 1); + text_buffer_reset (tmpbuf_ptr); + + return tag; +} + +/* Handle the image tag. */ static int tag_image (char *text, struct text_buffer *outbuf) @@ -77,14 +104,11 @@ { if (state == state_val) { - text_buffer_add_char (&tmpbuf, 0); - tag = xmalloc (sizeof (*tag)); - tag->next = tag_head; - tag_head = tag; - tag->kw = xstrdup (kw); - tag->val = xstrdup (kw + strlen(kw) + 1); - text_buffer_reset (&tmpbuf); - state = state_delim; + struct info_tag *new_kw = tag_found_keyword (&tmpbuf, &kw); + new_kw->next = tag_head; + tag_head = new_kw; + state = state_delim; + continue; } if (state == state_delim) continue; @@ -121,13 +145,9 @@ } if (state == state_qstr) { - text_buffer_add_char (&tmpbuf, 0); - tag = xmalloc (sizeof (*tag)); - tag->next = tag_head; - tag_head = tag; - tag->kw = xstrdup (kw); - tag->val = xstrdup (kw + strlen(kw) + 1); - text_buffer_reset (&tmpbuf); + struct info_tag *new_kw = tag_found_keyword (&tmpbuf, &kw); + new_kw->next = tag_head; + tag_head = new_kw; state = state_delim; continue; } @@ -158,6 +178,9 @@ return 0; } + +/* We don't do anything with the index tag; it'll just be ignored. */ + static struct tag_handler tagtab[] = { { "image", 5, tag_image }, { NULL } @@ -184,25 +207,25 @@ text_buffer_init (&outbuf); - while ((p = input + strlen (input)) < endp) - { - if (memcmp(p + 1, "\b[", 2) == 0) + while ((p = input + strlen (input)) < endp) /* go forward to null */ + { + if (memcmp(p + 1, "\b[", 2) == 0) /* opening magic? */ { char *q; p += 3; - q = p + strlen (p); - if (memcmp (q + 1, "\b]", 2) == 0) + q = p + strlen (p); /* forward to next null */ + if (memcmp (q + 1, "\b]", 2) == 0) /* closing magic? */ { size_t len; struct tag_handler *tp; - len = strcspn (p, " \t"); + len = strcspn (p, " \t"); /* tag name */ tp = find_tag_handler (p, len); if (tp) { while (p[len] == ' ' || p[len] == '\t') - ++len; + ++len; /* move past whitespace */ if (!text_buffer_off (&outbuf)) text_buffer_add_string (&outbuf, *pbuf, p - *pbuf - 3); diff --git a/info/window.c b/info/window.c index 3a5a6e8..31fdff5 100644 --- a/info/window.c +++ b/info/window.c @@ -1,5 +1,5 @@ /* window.c -- windows in Info. - $Id: window.c,v 1.27 2013/01/11 18:28:56 karl Exp $ + $Id: window.c,v 1.28 2013/02/13 07:38:19 gray Exp $ Copyright 1993, 1997, 1998, 2001, 2002, 2003, 2004, 2007, 2008, 2011, 2012, 2013 Free Software Foundation, Inc. @@ -293,7 +293,7 @@ chain cannot start at window->height, since that is where the modeline for the previous window is displayed. The inverse adjustment is made in window_delete_window (). */ - window = xmalloc (sizeof (WINDOW)); + window = xzalloc (sizeof (WINDOW)); window->width = the_screen->width; window->height = (active_window->height / 2) - 1; #if defined (SPLIT_BEFORE_ACTIVE) @@ -1293,7 +1293,7 @@ { NODE *node; - node = xmalloc (sizeof (NODE)); + node = xzalloc (sizeof (NODE)); node->filename = NULL; node->parent = NULL; node->nodename = NULL; diff --git a/man/info.1 b/man/info.1 index d425e69..a9e3560 100644 --- a/man/info.1 +++ b/man/info.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH INFO "1" "February 2013" "info 4.13.96" "User Commands" +.TH INFO "1" "February 2013" "info 5.0" "User Commands" .SH NAME info \- read Info documents .SH SYNOPSIS diff --git a/man/infokey.1 b/man/infokey.1 index 7ff0fe4..ba9f633 100644 --- a/man/infokey.1 +++ b/man/infokey.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH INFOKEY "1" "February 2013" "infokey 4.13.96" "User Commands" +.TH INFOKEY "1" "February 2013" "infokey 5.0" "User Commands" .SH NAME infokey \- compile customizations for Info .SH SYNOPSIS diff --git a/man/install-info.1 b/man/install-info.1 index 5c1d87b..bc8a56b 100644 --- a/man/install-info.1 +++ b/man/install-info.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH INSTALL-INFO "1" "February 2013" "install-info 4.13.96" "User Commands" +.TH INSTALL-INFO "1" "February 2013" "install-info 5.0" "User Commands" .SH NAME install-info \- update info/dir entries .SH SYNOPSIS diff --git a/man/makeinfo.1 b/man/makeinfo.1 index 1378563..1893a40 100644 --- a/man/makeinfo.1 +++ b/man/makeinfo.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH MAKEINFO "1" "February 2013" "makeinfo 4.13.96" "User Commands" +.TH MAKEINFO "1" "February 2013" "makeinfo 5.0" "User Commands" .SH NAME makeinfo \- translate Texinfo documents .SH SYNOPSIS diff --git a/man/pod2texi.1 b/man/pod2texi.1 index 4bf849e..3ee3f50 100644 --- a/man/pod2texi.1 +++ b/man/pod2texi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "POD2TEXI 1" -.TH POD2TEXI 1 "2013-02-04" "perl v5.16.2" "User Contributed Perl Documentation" +.TH POD2TEXI 1 "2013-02-07" "perl v5.16.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -184,12 +184,9 @@ Ordinarily, it's good to keep the sectioning hierarchy intact. .IP "\fB\-\-preamble\fR=\fI\s-1STR\s0\fR" 4 .IX Item "--preamble=STR" -Insert \fI\s-1STR\s0\fR as top boilerplate before includes. For standalone -documents (\f(CW\*(C`\-\-base\-level\*(C'\fR is 0), the default is a minimal beginning for -a Texinfo document, and sets \f(CW@documentencoding\fR to \f(CW\*(C`utf\-8\*(C'\fR. For -included documents (\f(CW\*(C`\-\-base\-level\*(C'\fR is nonzero), it is the empty string, -under the assumption that you will want your own top-level material, -and to \f(CW@include\fR the generated files. +Insert \fI\s-1STR\s0\fR as top boilerplate before includes. The default is a +minimal beginning for a Texinfo document, and sets \f(CW@documentencoding\fR +to \f(CW\*(C`utf\-8\*(C'\fR (because the output is written that way). .IP "\fB\-\-subdir\fR=\fI\s-1NAME\s0\fR" 4 .IX Item "--subdir=NAME" If there is a main manual with include files (each corresponding to diff --git a/man/texi2dvi.1 b/man/texi2dvi.1 index 21e73a8..4f7efa3 100644 --- a/man/texi2dvi.1 +++ b/man/texi2dvi.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH TEXI2DVI "1" "February 2013" "texi2dvi 1.174" "User Commands" +.TH TEXI2DVI "1" "February 2013" "texi2dvi 1.175" "User Commands" .SH NAME texi2dvi \- convert Texinfo documents to DVI or PDF .SH SYNOPSIS diff --git a/man/texindex.1 b/man/texindex.1 index 21adda7..04b5bd1 100644 --- a/man/texindex.1 +++ b/man/texindex.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.1. -.TH TEXINDEX "1" "February 2013" "texindex 4.13.96" "User Commands" +.TH TEXINDEX "1" "February 2013" "texindex 5.0" "User Commands" .SH NAME texindex \- sort Texinfo index files .SH SYNOPSIS diff --git a/po/cs.gmo b/po/cs.gmo index a189350..b855bb6 100644 Binary files a/po/cs.gmo and b/po/cs.gmo differ diff --git a/po/cs.po b/po/cs.po index 2e835e7..8b317ea 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: texinfo 4.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2000-10-31 15:17+01:00\n" "Last-Translator: Vladimir Michl \n" "Language-Team: Czech \n" @@ -2343,38 +2343,38 @@ msgid "@%s outside of any node" msgstr "(mimo všechny uzly)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Položka pro rejstřík `%s' je mimo všechny uzly" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Výstupní soubor `%s' nelze vytvořit." -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "soubor `%s' v příkazu @image je nečitelný: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Uzel `%s' nelze nalézt." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' nebo `,' musí následovat za křížovým odkazem, ale ne za %c" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' nebo `,' musí následovat za křížovým odkazem, ale ne za %c" @@ -2384,7 +2384,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "Výstup %s pro expanzi makra nelze otevřít" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3001,69 +3001,64 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "uzel `%s' - nesměřuje na něj žádný odkaz" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%s se odkazuje na neexistující uzel `%s'" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "uzel `%s' - nesměřuje na něj žádný odkaz" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "uzel `%s' - nesměřuje na něj žádný odkaz" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Uzel `%s' postrádá položku menu pro `%s' navzdory tomu, že je jeho vyšším " "uzlem" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%s se odkazuje na neexistující uzel `%s'" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "odpovídající položky rejstříku nebyly pro `%s' nalezeny\n" @@ -3175,24 +3170,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Nelze najít `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "Výstupní soubor `%s' nelze vytvořit." -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3565,6 +3560,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "položka %s následuje za položkou se sekundárním jménem" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "uzel `%s' - nesměřuje na něj žádný odkaz" #, fuzzy #~ msgid "Can't read file %s: %s" diff --git a/po/da.gmo b/po/da.gmo index 773e076..f47ae8a 100644 Binary files a/po/da.gmo and b/po/da.gmo differ diff --git a/po/da.po b/po/da.po index ff32fbb..cdbe75b 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: texinfo 4.2e\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2002-11-08 09:13GMT\n" "Last-Translator: Claus Hindsgaul \n" "Language-Team: Danish \n" @@ -2372,38 +2372,38 @@ msgid "@%s outside of any node" msgstr "(udenfor et emne)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Indgang til indeks '%s' udenfor et emne" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "fejl under lukning af uddatafilen '%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image-fil '%s' er ulćselig: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Kan ikke finde emnet '%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "en krydsreference mĺ efterfřlges af '.' eller ',', ikke %c" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "en krydsreference mĺ efterfřlges af '.' eller ',', ikke %c" @@ -2413,7 +2413,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "Kunne ikke ĺbne makroudfoldelses-uddata '%s'" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3026,68 +3026,63 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "ikke-refereret emne '%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%s reference til ikke-eksisterende emne '%s'" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "ikke-refereret emne '%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "ikke-refereret emne '%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Emnet '%s' mangler menupunkt for '%s' pĺ trods af at det er dens 'Op'-mĺl" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%s reference til ikke-eksisterende emne '%s'" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "ingen indeksindgange blev fundet for '%s'\n" @@ -3199,24 +3194,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Kan ikke finde '%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "kan ikke oprette uddatafil '%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3652,6 +3647,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "indgang %s fřlger en indgang med et sekundćrt navn" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "ikke-refereret emne '%s'" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/de.gmo b/po/de.gmo index cd45969..f39ecc1 100644 Binary files a/po/de.gmo and b/po/de.gmo differ diff --git a/po/de.po b/po/de.po index 7179c97..5ea80c2 100644 --- a/po/de.po +++ b/po/de.po @@ -34,7 +34,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-20 21:05+0100\n" "Last-Translator: Michael Piefel \n" "Language-Team: German \n" @@ -2509,27 +2509,27 @@ msgid "@%s outside of any node" msgstr "@%s (außerhalb jeglichen Knotens)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Eintrag fĂźr Index „%s“ außerhalb jeglichen Knotens" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Fehler beim Schließen der Ausgabedatei „%s“." -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image-Datei „%s“ nicht lesbar: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2537,12 +2537,12 @@ "@strong{Bemerkung...} erzeugt einen Pseudo-Querverweis in Info; " "umformulieren, um das zu vermeiden" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "„.“ or „,“ muss @xref folgen, nicht %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "„.“ or „,“ muss @xref folgen" @@ -2551,7 +2551,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s sollte nur am Anfang oder Ende eines Dokuments erscheinen" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Mehrfache @%s" @@ -3180,71 +3180,66 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Nicht referenzierter Knoten „%s“" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%sverweis auf nicht existierenden Knoten „%s“ (vielleicht @section statt " +"@subsection o.ä.?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "Nicht referenzierter Knoten „%s“" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "Nicht referenzierter Knoten „%s“" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Dem Knoten „%s“ fehlt ein MenĂźeintrag fĂźr „%s“, obwohl er dessen Ziel fĂźr " "„aufwärts“ (Up) ist" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%sverweis auf nicht existierenden Knoten „%s“ (vielleicht @section statt " -"@subsection o.ä.?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Leeres Argument in @%s" @@ -3356,24 +3351,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "%s: Konnte CSS-Datei nicht Ăśffnen: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "Ausgabedatei „%s“ kann nicht angelegt werden." -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3859,6 +3854,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "Eintrag „%s“ direkt nach einem Untereintrag" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Nicht referenzierter Knoten „%s“" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning kann in @%s nichts schĂźtzen" diff --git a/po/de_AT.gmo b/po/de_AT.gmo index eec5299..f54fe70 100644 Binary files a/po/de_AT.gmo and b/po/de_AT.gmo differ diff --git a/po/de_AT.po b/po/de_AT.po index 6db9c48..e8139a9 100644 --- a/po/de_AT.po +++ b/po/de_AT.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: texinfo 3.12d\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 1999-02-16 21:14+01:00\n" "Last-Translator: Karl Eichwalder \n" "Language-Team: German \n" @@ -2224,38 +2224,38 @@ msgid "@%s outside of any node" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, perl-format msgid "entry for index `%s' outside of any node" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, perl-format msgid "error on closing image text file %s: %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2264,7 +2264,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -2864,67 +2864,62 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, perl-format msgid "empty index key in @%s" msgstr "" @@ -3036,24 +3031,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " diff --git a/po/eo.gmo b/po/eo.gmo index f7808cf..b68c075 100644 Binary files a/po/eo.gmo and b/po/eo.gmo differ diff --git a/po/eo.po b/po/eo.po index c71eae0..ff5d445 100644 --- a/po/eo.po +++ b/po/eo.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-26 19:34+0100\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Esperanto \n" @@ -2457,28 +2457,28 @@ msgid "@%s outside of any node" msgstr "'@%s' ekster iu ajn nodo" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Elemento por indekso ÂŤ%sÂť estas ekster iu ajn nodo" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Eraro dum fermo de %s (dosiero kun 'image'-teksto): %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "Dosiero ÂŤ%sÂť en komando '@image' ne legeblas: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" "Ne eblas trovi dosieron ÂŤ%s.txtÂť en komando '@image' nek alternativan tekston" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2486,12 +2486,12 @@ "ÂŤ@strong{Note...}Âť estigas falsan referencon en Info; alivortigu por eviti " "tion" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "Post '@xref' sekvendas ÂŤ.Âť aĹ­ ÂŤ,Âť, ne ÂŤ%sÂť" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "Post '@xref' sekvendas ÂŤ.Âť aĹ­ ÂŤ,Âť" @@ -2500,7 +2500,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s devus aperi nur je komenco aĹ­ fino de dokumento" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Pluraj '@%s'" @@ -3115,67 +3115,62 @@ msgid "no sectioning command associated with @%s" msgstr "Neniu sekciada komando estas rilatata al '@%s'" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Menua referenco al neekzistanta nodo ÂŤ%sÂť" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "@%s referenco al neekzistanta nodo ÂŤ%sÂť" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Menuera nodnomo '%s' malsamas de %s-nomo '%s'" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo ÂŤ%sÂť ne estas referencita" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Nodo ÂŤ%sÂť estas %s por '%s' en sekciado sed ne en menuo" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "Nodo ÂŤ%sÂť '%s' malsamas en menuo '%s' kaj en sekciado '%s'" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Nodo ÂŤ%sÂť estas %s por '%s' en menuo sed ne en sekciado" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-ligo '%s' (por nodo ÂŤ%sÂť) malsamas de %s-nomo '%s'" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referenco al neekzistanta ÂŤ%sÂť" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "En nodo ÂŤ%sÂť mankas menuero por '%s', malgraĹ­ esti ties ligo 'Up'" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Por '%s', supren en menuo '%s' kaj supren en '%s' ne kongruas" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "@%s referenco al neekzistanta nodo ÂŤ%sÂť" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s al '%s', malsamas de %s-nomo '%s'" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Vaka indeksŝlosilo en '@%s'" @@ -3289,12 +3284,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: Ne eblas malfermi %s: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3303,12 +3298,12 @@ "traktado per 'tex4ht' produktis %d erojn en HTML; sed atendatas %d, la " "nombro de elementoj en la dokumento" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "'tex4ht'-a eligo ne enhavas HTML-an eron por '@%s %s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3785,6 +3780,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "elemento %s sekvas elementon kun kromnomo" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Menua referenco al neekzistanta nodo ÂŤ%sÂť" #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "'protect_hashchar_at_line_beginning()' ne povas protekti en '@%s'" diff --git a/po/es.gmo b/po/es.gmo index 8c05d06..5040504 100644 Binary files a/po/es.gmo and b/po/es.gmo differ diff --git a/po/es.po b/po/es.po index b9a2045..0583cb0 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo-4.12.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2008-09-04 23:50+0200\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Spanish \n" @@ -2549,27 +2549,27 @@ msgid "@%s outside of any node" msgstr "(fuera de nodo alguno)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "La entrada para el Ă­ndice `%s' se encuentra fuera de nodo alguno" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "error cerrando fichero `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "El fichero de imagen `%s' no es accesible: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Nodo `%s' no fue encontrado." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2577,12 +2577,12 @@ "@strong{Note...} produce una referencia no deseada en Info; reescrĂ­balo para " "que esto no ocurra" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`@%s' debe ser precedido por `.' o `,', no por `%c'" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`@%s' debe ser precedido por `.' o `,', no por `%c'" @@ -2592,7 +2592,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: no se pudo abrir --css-file: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3217,71 +3217,66 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Nodo `%s' no referenciado" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"`%s' hace referencia a un nodo inexistente (`%s'), quizĂĄs debido a un " +"seccionado incorrecto del documento" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "Nodo `%s' no referenciado" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "Nodo `%s' no referenciado" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "El nodo `%s' carece de elemento de menĂş alguno para `%s' aunque consta como " "destino para `Up'" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"`%s' hace referencia a un nodo inexistente (`%s'), quizĂĄs debido a un " -"seccionado incorrecto del documento" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "" @@ -3394,24 +3389,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "No se encontrĂł `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "no se pudo crear el fichero `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3969,6 +3964,10 @@ msgstr "la entrada %s sigue un elemento con nombre secundario" #, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Nodo `%s' no referenciado" + +#, fuzzy #~ msgid "Can't create directories `%s': %s" #~ msgstr "No se pudo crear el directorio `%s': %s" diff --git a/po/fr.gmo b/po/fr.gmo index dbf128f..25afb11 100644 Binary files a/po/fr.gmo and b/po/fr.gmo differ diff --git a/po/fr.po b/po/fr.po index a42d8a8..ba9baca 100644 --- a/po/fr.po +++ b/po/fr.po @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2013-01-16 00:56+0100\n" "Last-Translator: Jean-Philippe GuĂŠrard \n" @@ -2486,27 +2486,27 @@ msgid "@%s outside of any node" msgstr "@%s hors de tout nœud" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "L'entrĂŠe de l'index  %s  est hors de tout nœud" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Erreur de fermeture du fichier texte image %s : %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "Fichier @image  %s  illisible : %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Fichier @image  %s.txt  et texte de remplacement non trouvĂŠs" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2514,12 +2514,12 @@ "@strong{Note...} produit un renvoi parasite dans Info ; reformulez pour " "ĂŠviter cela" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr " .  ou  ,  doit suivre @xref, pas %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr " .  ou  ,  doit suivre @xref" @@ -2528,7 +2528,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s est uniquement permis en dĂŠbut ou en fin de document" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "@%s multiples" @@ -3155,76 +3155,71 @@ msgid "no sectioning command associated with @%s" msgstr "Acune commande de sectionnement associĂŠe Ă  @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "EntrĂŠe de menu pour un nœud  %s  inexistant" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "@%s pointe vers un nœud  %s  inexistant" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Nom de nœud de l'entrĂŠe de menu  %s  diffĂŠrente du nom de %s  %s " -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nœud  %s  non rĂŠfĂŠrencĂŠ" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" "Le nœud  %s  est %s pour  %s  dans le sectionnement, mais pas dans le " "menu" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" "Le nœud %s  %s  est diffĂŠrent dans le menu  %s  et dans le sectionnement " " %s " -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" "Le nœud  %s  est %s pour  %s  dans le menu mais pas dans le sectionnement" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "Le pointeur %s  %s  (pour le nœud  %s ) diffère de %s nommĂŠ  %s " -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s fait rĂŠfĂŠrence Ă   %s  qui n'existe pas" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Le nœud  %s  n'a pas d'entrĂŠe de menu pour  %s , dont le  Up  le " "dĂŠsigne" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" "Pour  %s , au-dessus dans le menu  %s  et au-dessus  %s  ne " "correspondent pas" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "@%s pointe vers un nœud  %s  inexistant" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s pour  %s , diffĂŠrent de %s nommĂŠ  %s " -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "EntrĂŠe d'index vide dans @%s" @@ -3338,12 +3333,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s : impossible d'ouvrir %s : %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3352,12 +3347,12 @@ "Le traitement par tex4ht a produit %d ĂŠlĂŠments HTML ; %d ĂŠtaient attendus, " "correspondant au nombre d'ĂŠlĂŠments du document" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "La sortie de tex4html n'a pas d'ĂŠlĂŠment HTML pour @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3859,6 +3854,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "l'entrĂŠe %s suit une entrĂŠe ayant un nom secondaire" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "EntrĂŠe de menu pour un nœud  %s  inexistant" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning ne protège pas dans @%s" diff --git a/po/he.gmo b/po/he.gmo index 2bc1f16..0ee46c7 100644 Binary files a/po/he.gmo and b/po/he.gmo differ diff --git a/po/he.po b/po/he.po index 06e86a2..795093b 100644 --- a/po/he.po +++ b/po/he.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: texinfo 4.2\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2002-04-03 12:31+0300\n" "Last-Translator: Eli Zaretskii \n" "Language-Team: Hebrew \n" @@ -2359,38 +2359,38 @@ msgid "@%s outside of any node" msgstr "(ä÷ńéô ěëě őĺçî)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "ä÷ńéô ěëě őĺçî řăâĺî `%s' ń÷ăđéŕ čéřô" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "`%s' čěô őáĺ÷ úřéâńá äě÷ú" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image řĺáň `%s' őáĺ÷ úŕéř÷á (%s) äě÷ú" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr ".äŕöîđ ŕě `%s' ä÷ńéô" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "%c ŕěĺ `,' ĺŕ `.' ŕĺáě ęéřö řĺůé÷ éřçŕ" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "%c ŕěĺ `,' ĺŕ `.' ŕĺáě ęéřö řĺůé÷ éřçŕ" @@ -2400,7 +2400,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "`%s' ĺř÷ŕî úĺáçřä čěô úçéúôá äě÷ú" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3013,67 +3013,62 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "řĺůé÷ óŕ ďéŕ `%s' ä÷ńéôě" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%sá `%s' úîéé÷ äđđéŕů ä÷ńéôě äééđôä" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "řĺůé÷ óŕ ďéŕ `%s' ä÷ńéôě" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "řĺůé÷ óŕ ďéŕ `%s' ä÷ńéôě" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "äřćçá ňéáöîů čéřôú óéňń ďéŕ ěáŕ ,`%s' ěň ňéáöî `%s' ä÷ńéô ěů Up äăů" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%sá `%s' úîéé÷ äđđéŕů ä÷ńéôě äééđôä" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "`%s' úćĺřçî íéěéëîä ń÷ăđéŕ éčéřô ďéŕ\n" @@ -3185,24 +3180,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr ".ŕöîđ ŕě `%s' őáĺ÷" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "`%s' čěô őáĺ÷ úřéöéá äě÷ú" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3624,6 +3619,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "éđůî íů ěňá čéřô úĺá÷ňá ŕá %s čéřô" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "řĺůé÷ óŕ ďéŕ `%s' ä÷ńéôě" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/hr.gmo b/po/hr.gmo index 22330ac..577248a 100644 Binary files a/po/hr.gmo and b/po/hr.gmo differ diff --git a/po/hr.po b/po/hr.po index 7f64ce7..05b20a9 100644 --- a/po/hr.po +++ b/po/hr.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-20 22:42+0100\n" "Last-Translator: Tomislav Krznar \n" "Language-Team: Croatian \n" @@ -2458,28 +2458,28 @@ msgid "@%s outside of any node" msgstr "@%s je izvan svih čvorova" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Stavka za indeks „%s” je izvan svih čvorova" # tekstualna datoteka slike ili datoteka teksta slike? (TK) -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "GreĹĄka pri zatvaranju tekstualne datoteke slike %s: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image datoteka „%s” nije čitljiva: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Ne mogu pronaći @image datoteku „%s.txt” niti mijenjati tekst" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2487,12 +2487,12 @@ "@strong{BiljeĹĄka...} proizvodi laĹžnu Info unakrsnu referencu, promijenite " "riječi za izbjegavanje" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "nakon @xref mora slijediti „.” ili „,”, ne %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "nakon @xref mora slijediti „.” ili „,”" @@ -2501,7 +2501,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s bi se trebao pojaviti samo an početku ili kraju dokumenta" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "ViĹĄestruki @%s" @@ -3113,68 +3113,63 @@ msgid "no sectioning command associated with @%s" msgstr "Nema naredbe za odlomke pridruĹžene @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Referenca izbornika na nepostojeći čvor „%s”" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%s referencira nepostojeći čvor „%s”" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Ime čvora stavke izbornika „%s” različito od %s imena „%s”" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nereferencirani čvor „%s”" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Čvor „%s” je %s za „%s” u odlomcima, ali ne u izborniku" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "Čvor %s „%s” u izborniku „%s” i u odlomcima „%s” se razlikuje" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Čvor „%s” je %s za „%s” u izborniku, ali ne u odlomcima" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s pokazivač „%s” (za čvor „%s”) različit od %s imena „%s”" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s referencira nepostojeći „%s”" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Čvoru „%s” nedostaje stavka izbornika „%s” iako je njegovo gornje odrediĹĄte" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Za „%s”, gore u izborniku „%s” i gore „%s” su različiti" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%s referencira nepostojeći čvor „%s”" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s za „%s”, različit od %s imena „%s”" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Prazna tipka indeksa u @%s" @@ -3288,12 +3283,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: Ne mogu otvoriti %s: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3302,12 +3297,12 @@ "tex4ht obrada je napravila %d elemenata u HTML-u, očekivano je %d, koliko ih " "je pronađeno u dokumentu" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "tex4ht izlaz nema HTML elemente za @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3792,6 +3787,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "stavka %s slijedi nakon stavke sa sekundarnim imenom" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Referenca izbornika na nepostojeći čvor „%s”" #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning ne moĹže zaĹĄtititi u @%s" diff --git a/po/hu.gmo b/po/hu.gmo index 89365dd..b4fe6bb 100644 Binary files a/po/hu.gmo and b/po/hu.gmo differ diff --git a/po/hu.po b/po/hu.po index 2a34f61..288d5a7 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: info\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2006-02-18 16:00+0100\n" "Last-Translator: Mate LABADI \n" "Language-Team: hungarian \n" @@ -2482,38 +2482,38 @@ msgid "@%s outside of any node" msgstr "(az oldalakon kĂ­vĂźl)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "A(z) „%s“ tĂĄrgymutatĂł bejegyzĂŠse az oldalakon kĂ­vĂźlre esik" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "hiba a(z) „%s“ output fĂĄjl bezĂĄrĂĄsakor" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image a(z) „%s“ fĂĄjl nem olvashatĂł: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "A(z) „%s“ oldal nem talĂĄlhatĂł." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2522,7 +2522,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: A CSS fĂĄjl nem nyithatĂł meg: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3151,69 +3151,64 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "nem hivatkozott oldal „%s“" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s egy nem lĂŠtező oldalra („%s“) hivatkozik (esetleg hibĂĄs szekcionĂĄlĂĄs?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nem hivatkozott oldal „%s“" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nem hivatkozott oldal „%s“" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "A(z) „%s“ oldal nem tartalmaz menĂźelemet „%s“-hez, bĂĄr ez uĂłbbi a szĂźlője" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s egy nem lĂŠtező oldalra („%s“) hivatkozik (esetleg hibĂĄs szekcionĂĄlĂĄs?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Nincs tĂĄrgymutatĂł ehhez: %s\n" @@ -3333,24 +3328,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "„%s“ nem talĂĄlhatĂł." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "a(z) „%s“ output fĂĄjl nem hozhatĂł lĂŠtre." -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3712,6 +3707,10 @@ msgstr "a(z) %s bejegyzĂŠs egy mĂĄsodlagos nĂŠvvel rendelkező bejegyzĂŠst kĂśvet" #, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "nem hivatkozott oldal „%s“" + +#, fuzzy #~ msgid "Can't create directories `%s': %s" #~ msgstr "A(z) „%s“ kĂśnyvtĂĄr nem hozhatĂł lĂŠtre: %s" diff --git a/po/id.gmo b/po/id.gmo index 5ef3fd0..8e5aeed 100644 Binary files a/po/id.gmo and b/po/id.gmo differ diff --git a/po/id.po b/po/id.po index 504654f..2771c42 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 4.12.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2008-11-11 17:30+0700\n" "Last-Translator: Arif E. Nugroho \n" "Language-Team: Indonesian \n" @@ -2492,27 +2492,27 @@ msgid "@%s outside of any node" msgstr "(diluar dari titik apapun)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Masukan untuk indeks `%s' diluar dari titik apapun" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "error menutup berkas keluaran `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image berkas `%s' tidak dapat dibaca: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Tidak dapat menemukan titik `%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2520,12 +2520,12 @@ "@strong{Note...} menghasilkan sebuah referensi silang spurious dalam Info; " "reword ke untuk menghindari" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' atau `,' harus mengikuti @%s, bukan `%c'" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' atau `,' harus mengikuti @%s, bukan `%c'" @@ -2535,7 +2535,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: tidak dapat membuka --css-file: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3152,68 +3152,63 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "titik `%s' tidak tereferensi" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s referensi ke titik yang tidak ada `%s' (mungkin pembagian tidak benar?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "titik `%s' tidak tereferensi" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "titik `%s' tidak tereferensi" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Titik `%s' kurang item menu untuk `%s' dariapda target Up nya" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s referensi ke titik yang tidak ada `%s' (mungkin pembagian tidak benar?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "tidak ada masukan indeks ditemukan untuk `%s'\n" @@ -3325,24 +3320,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Tidak dapat menemukan `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "tidak dapat membuat berkas keluaran `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3806,6 +3801,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "masukan %s mengikuti sebuah masukan dengan nama cadangan" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "titik `%s' tidak tereferensi" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/it.gmo b/po/it.gmo index ccb2836..5b1528d 100644 Binary files a/po/it.gmo and b/po/it.gmo differ diff --git a/po/it.po b/po/it.po index c9169c6..e9a1516 100644 --- a/po/it.po +++ b/po/it.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2013-01-07 11:26+0100\n" "Last-Translator: Francesco Groccia \n" "Language-Team: Italian \n" @@ -2505,27 +2505,27 @@ msgid "@%s outside of any node" msgstr "@%s non presente in alcun nodo" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Voce per l'indice ÂŤ%sÂť non presente in alcun nodo" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Errore durante la chiusura del file testo dell'immagine %s: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "file @image ÂŤ%sÂť non leggibile: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Impossibile trovare il file @image ÂŤ%s.txtÂť nĂŠ testo alternativo" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2533,12 +2533,12 @@ "@strong{Nota...} produce un riferimento falso; riscrivilo per evitare che " "non succeda" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "ÂŤ.Âť o ÂŤ,Âť devono seguire @xref, non %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "ÂŤ.Âť o ÂŤ,Âť devono seguire @xref" @@ -2547,7 +2547,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s dovrebbe apparire solo all'inizio o alla fine del documento" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "@%s multiplo" @@ -3175,69 +3175,64 @@ msgid "no sectioning command associated with @%s" msgstr "Nessun comando di sezionamento associato con @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Riferimento del menĂš all'inesistente nodo ÂŤ%sÂť" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%s si riferisce al nodo inesistente ÂŤ%sÂť" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Nome del nodo della voce di menĂš ÂŤ%sÂť diverso dal nome %s ÂŤ%sÂť" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nodo ÂŤ%sÂť non referenziato" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Il nodo ÂŤ%sÂť è %s per ÂŤ%sÂť nel sezionamento, ma non nel menĂš" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "I nodi %s ÂŤ%sÂť nel menĂš ÂŤ%sÂť e nel sezionamento ÂŤ%sÂť sono diversi" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Il nodo ÂŤ%sÂť è %s per ÂŤ%sÂť nel menĂš, ma non nel sezionamento" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "Il puntatore %s ÂŤ%sÂť (per il nodo ÂŤ%sÂť) è diverso dal nome %s ÂŤ%sÂť" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s si riferisce all'inesistente ÂŤ%sÂť" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Il nodo ÂŤ%sÂť non ha alcuna voce di menĂš per ÂŤ%sÂť, nonostante sia destinata " "ad ÂŤUpÂť" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Per ÂŤ%sÂť, ÂŤUpÂť nel menĂš ÂŤ%sÂť e ÂŤ%sÂť ÂŤUpÂť non coincidono" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%s si riferisce al nodo inesistente ÂŤ%sÂť" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s a ÂŤ%sÂť, diverso dal nome %s ÂŤ%sÂť" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Chiave indice vuota in @%s" @@ -3351,12 +3346,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "%s: impossibile aprire %s: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3365,12 +3360,12 @@ "L'elaborazioine di tex4ht ha prodotto %d voci in HTML; si aspettava %d, il " "numero di voci trovate nel documento" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "L'output di tex4ht non ha nessuna voce HTML per @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3880,6 +3875,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "la voce %s segue un elemento con un nome secondario" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Riferimento del menĂš all'inesistente nodo ÂŤ%sÂť" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning non protetto in @%s" diff --git a/po/ja.gmo b/po/ja.gmo index c33c368..149f8f0 100644 Binary files a/po/ja.gmo and b/po/ja.gmo differ diff --git a/po/ja.po b/po/ja.po index 2e8cbdf..94f8d63 100644 --- a/po/ja.po +++ b/po/ja.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.91\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-11-29 07:15+0900\n" "Last-Translator: Takeshi Hamasaki \n" "Language-Team: Japanese \n" @@ -2461,27 +2461,27 @@ msgid "@%s outside of any node" msgstr "(あらゆるノードの外側)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "`%s' 見出し項目があらゆるノードの外側にあります" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "出力ファイル `%s' を閉じる際にエラーが発生しました" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image ファイル `%s' が読めません: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2489,12 +2489,12 @@ "@strong{Note...} は Info 内に疑似的な相互参照を生成します。使用は避けてくださ" "い" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' または `,' きは `%2$c' では無く @%1$s が続かなければいけません。" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' または `,' きは `%2$c' では無く @%1$s が続かなければいけません。" @@ -2504,7 +2504,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3124,70 +3124,65 @@ msgid "no sectioning command associated with @%s" msgstr "ホスト名にアドレスが割り当てられていません" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "参照されていないノード `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s は存在しないノード `%s' を参照しています (正しくないセクション付けをしてい" +"るかもしれません?)" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "参照されていないノード `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s は存在しない `%s' を参照しています" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "ノード `%s' きは 上位項目があるのに、`%s' へのメニューアイテムを欠いています" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s は存在しないノード `%s' を参照しています (正しくないセクション付けをしてい" -"るかもしれません?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, fuzzy, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "名前の取得に失敗しました: %s" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "コメント内でファイル終端 (EOF) に達しました" @@ -3299,24 +3294,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: %s を開くことができません: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "設定ファイルの欠落。" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3791,6 +3786,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "%s 項目に二つ目の項目名が続いています" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "参照されていないノード `%s'" #, fuzzy #~ msgid "Can't read file %s: %s" diff --git a/po/nb.gmo b/po/nb.gmo index a1eab13..6c8d295 100644 Binary files a/po/nb.gmo and b/po/nb.gmo differ diff --git a/po/nb.po b/po/nb.po index 1501755..be39315 100644 --- a/po/nb.po +++ b/po/nb.po @@ -21,7 +21,7 @@ msgstr "" "Project-Id-Version: texinfo 4.7.90\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2004-12-05 15:37+0100\n" "Last-Translator: Trond Endrestřl \n" "Language-Team: Norwegian Bokmaal \n" @@ -2393,27 +2393,27 @@ msgid "@%s outside of any node" msgstr "(utenfor noder)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Innslag for indeksen Ť%sť utenfor node" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Feil ved lukking av outputfila Ť%sť" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image-fil Ť%sť er uleselig: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Kan ikke finne noden Ť%sť." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2421,12 +2421,12 @@ "@strong{Note...} lager en overflřdig kryssreferanse i Info; skriv om for ĺ " "unngĺ dette" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2435,7 +2435,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: kunne ikke ĺpne --css-file: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3046,68 +3046,63 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "ureferert node Ť%sť" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s referanse til ikke-eksisterende node Ť%sť (kanskje ugyldig inndeling?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "ureferert node Ť%sť" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "ureferert node Ť%sť" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Noden Ť%sť mangler et menypunkt for Ť%sť selv om den er dens oppmĺl" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s referanse til ikke-eksisterende node Ť%sť (kanskje ugyldig inndeling?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "ingen innslag funnet for Ť%sť\n" @@ -3219,24 +3214,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Kan ikke finne Ť%sť." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "Kunne ikke opprette outputfila Ť%sť" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3688,6 +3683,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "oppfřring %s fřlger en oppfřring med et annet navn" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "ureferert node Ť%sť" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/nl.gmo b/po/nl.gmo index b6419a7..71145ef 100644 Binary files a/po/nl.gmo and b/po/nl.gmo differ diff --git a/po/nl.po b/po/nl.po index 42e7a34..b28e32d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: texinfo-4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-19 22:35+0100\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" @@ -2475,27 +2475,27 @@ msgid "@%s outside of any node" msgstr "@%s buiten alle pagina's" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Item voor index '%s' valt buiten alle pagina's" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Fout bij sluiten van %s, bestand met 'image'-tekst: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image-bestand '%s' is onleesbaar: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Kan '@image'-bestand '%s.txt' niet vinden noch een alternatieve tekst" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2503,12 +2503,12 @@ "@strong{Noot...} produceert een loze kruisverwijzing in Info; kies een ander " "woord om dat te vermijden" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "'.' of ',' moet volgen op @xref, niet '%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "'.' of ',' moet volgen op '@xref'" @@ -2517,7 +2517,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s hoort alleen voor te komen aan begin of eind van document" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Meerdere @%s" @@ -3145,69 +3145,64 @@ msgid "no sectioning command associated with @%s" msgstr "Er is geen sectioneringscommando gerelateerd aan @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Menu verwijst naar niet-bestaande pagina '%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "@%s verwijst naar niet-bestaande pagina '%s'" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Paginanaam '%s' in menu-item verschilt van %s-naam '%s'" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "naar pagina '%s' wordt niet verwezen" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Pagina '%s' is %s voor '%s' in de sectionering maar niet in het menu " -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "Pagina %s '%s' in menu '%s' en in sectionering '%s' verschillen" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Pagina '%s' is %s voor '%s' in het menu maar niet in de sectionering" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "%s-pointer '%s' (voor pagina '%s') verschilt van %s-naam '%s'" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s verwijst naar niet-bestaande '%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Pagina '%s' bevat geen menu-item voor '%s'\n" "ondanks dat de eerste het 'Up'-doel van de laatste is" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Bij '%s' komen 'Up' in menu '%s' en 'Up %s' niet overeen" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "@%s verwijst naar niet-bestaande pagina '%s'" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s naar '%s', verschilt van %s-naam '%s'" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Lege indexsleutel in @%s" @@ -3321,12 +3316,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: Kan %s niet openen: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3335,12 +3330,12 @@ "tex4ht-bewerking produceerde %d items in HTML;\n" "verwacht werden %d, het aantal items in het document" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "tex4ht-uitvoer bevat geen HTML-item voor @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3828,6 +3823,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "item %s volgt op een item met een alternatieve naam" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Menu verwijst naar niet-bestaande pagina '%s'" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "'protect_hashchar_at_line_beginning()' kan niet beschermen in @%s" diff --git a/po/pl.gmo b/po/pl.gmo index 12bbeb7..d1dc80a 100644 Binary files a/po/pl.gmo and b/po/pl.gmo differ diff --git a/po/pl.po b/po/pl.po index c60a3cc..11e6967 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-19 20:45+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -2461,27 +2461,27 @@ msgid "@%s outside of any node" msgstr "@%s poza jakimkolwiek węzłem" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Wpis dla indeksu `%s' poza jakimkolwiek węzłem" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Błąd podczas zamykania pliku tekstowego obrazu %s: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "Plik @image `%s' nieczytelny: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Nie odnaleziono pliku @image `%s.txt' ani alternatywnego tekstu" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2489,12 +2489,12 @@ "@string{Note...} tworzy nieprawdziwe odniesienia w Info; naleĹźy " "przeredagować aby zapobiec temu" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "Po @xref musi wystąpić `.' lub `,', a nie %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "Po @xref musi wystąpić `.' lub `,'" @@ -2503,7 +2503,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s powinno wystąpić tylko na początku lub na końcu dokumentu" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Wiele @%s" @@ -3122,68 +3122,63 @@ msgid "no sectioning command associated with @%s" msgstr "Brak polecenia sekcjonowania związanego z @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Odwołanie menu do nie istniejącego węzła `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "Odwołanie @%s do nie istniejącego węzła `%s'" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "Nazwa węzła wpisu menu `%s' róşni się od nazwy %s `%s'" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nie wskazywany węzeł `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Węzeł `%s' to %s dla `%s' w sekcjonowaniu, ale nie w menu" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "Węzeł %s `%s' w menu `%s' i w sekcjonowaniu `%s' są róşne" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Węzeł `%s' to %s dla `%s' w menu, ale nie w sekcjonowaniu" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "WskaĹşnik %s `%s' (dla węzła `%s') róşni się od nazwy %s `%s'" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "Odwołanie %s do nie istniejącego `%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Węzeł `%s' nie ma elementu menu dla `%s' pomimo bycia jego celem W gĂłrę" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Dla `%s' węzeł gĂłrny w menu `%s' i gĂłrny `%s' są róşne" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "Odwołanie @%s do nie istniejącego węzła `%s'" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s do `%s' róşne od nazwy %s `%s'" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Pusty klucz indeksu w @%s" @@ -3297,12 +3292,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: nie moĹźna otworzyć pliku %s: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3311,12 +3306,12 @@ "Przetwarzanie tex4ht wytworzyło elementĂłw w HTML-u: %d; oczekiwano %d - " "liczba elementĂłw znalezionych w dokumencie" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "Wyjście tex4ht nie ma elementu HTML dla @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3819,6 +3814,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "wpis %s wystąpił po wpisie z dodatkową nazwą" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Odwołanie menu do nie istniejącego węzła `%s'" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning nie moĹźe zabezpieczyć w @%s" diff --git a/po/ro.gmo b/po/ro.gmo index 9fc5b07..d941ada 100644 Binary files a/po/ro.gmo and b/po/ro.gmo differ diff --git a/po/ro.po b/po/ro.po index b84e139..49a86a4 100644 --- a/po/ro.po +++ b/po/ro.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2005-05-03 12:00+05\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" @@ -2395,27 +2395,27 @@ msgid "@%s outside of any node" msgstr "(în afara oricărui nod)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Intrarea pentru index-ul `%s' în afara oricărui nod" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "eroare la închiderea fişierului de ieşire `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "Fişierul @image `%s' nu poate fi citit: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Nu pot găsi nodul `%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2423,12 +2423,12 @@ "@strong{Notă...] produce o referinţă încrucişată falsă în Info; reformulaţi " "pentru a o evita" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2437,7 +2437,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: nu am putut deschide --css-file: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3052,68 +3052,63 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "nod nereferit `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"referinţa %s către nodul inexistent `%s' (probabil secţionare incorectă?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nod nereferit `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nod nereferit `%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Nodului `%s' îi lipseşte articolul pentru `%s' deşi îi este ţinta Sus" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"referinţa %s către nodul inexistent `%s' (probabil secţionare incorectă?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "nici o intrare de index a fost găsită pentru `%s'\n" @@ -3225,24 +3220,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Nu pot găsi `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "nu pot crea fişierul de ieşire `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3698,6 +3693,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "intrarea %s urmează o intrare cu nume secundar" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "nod nereferit `%s'" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/ru.gmo b/po/ru.gmo index 172ae0b..b85c838 100644 Binary files a/po/ru.gmo and b/po/ru.gmo differ diff --git a/po/ru.po b/po/ru.po index be98144..944ee16 100644 --- a/po/ru.po +++ b/po/ru.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2005-02-07 09:27+0300\n" "Last-Translator: Oleg S. Tihonov \n" "Language-Team: Russian \n" @@ -2376,27 +2376,27 @@ msgid "@%s outside of any node" msgstr "(×ÎĹ ËÁËĎĘ-ĚÉÂĎ ÎĎÄŮ)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "÷ČĎÖÄĹÎÉĹ ÄĚŃ ÉÍĹÎÎĎÇĎ ŐËÁÚÁÔĹĚŃ `%s' ×ÎĹ ÎĎÄŮ" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÚÁËŇŮÔŘ ×ŮČĎÄÎĎĘ ĆÁĘĚ `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ĐŇĎŢÉÔÁÔŘ @image ĆÁĘĚ `%s': %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "îĹ×ĎÚÍĎÖÎĎ ÎÁĘÔÉ ÎĎÄŐ `%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2404,12 +2404,12 @@ "@strong{Note...} ÓĎÚÄÁĹÔ × Info ĚĎÖÎŐŔ ĐĹŇĹËŇĹÓÔÎŐŔ ÓÓŮĚËŐ; ĐĹŇĹĆŇÁÚÉŇŐĘÔĹ " "ÔĹËÓÔ, ŢÔĎÂŮ ÉÚÂĹÖÁÔŘ ÜÔĎÇĎ" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2418,7 +2418,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: ÎĹ×ĎÚÍĎÖÎĎ ĎÔËŇŮÔŘ css-ĆÁĘĚ: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3038,70 +3038,65 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "ÎÁ ÎĎÄŐ `%s' ÎĹÔ ÓÓŮĚĎË" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +# ÚÄĹÓŘ %s ÍĎÖĹÔ ÂŮÔŘ `cross' ÉĚÉ `menu' +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s ÎÁ ÎĹÓŐÝĹÓÔ×ŐŔÝŐŔ ÎĎÄŐ `%s' (×ĎÚÍĎÖÎĎ, ÎĹĐŇÁ×ÉĚŘÎĎ ĎĐÉÓÁÎÁ ÓÔŇŐËÔŐŇÁ " +"ÇĚÁ×?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "ÎÁ ÎĎÄŐ `%s' ÎĹÔ ÓÓŮĚĎË" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "ÎÁ ÎĎÄŐ `%s' ÎĹÔ ÓÓŮĚĎË" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "îĎÄÁ `%s' ÎĹ ÉÍĹĹÔ ĐŐÎËÔÁ ÍĹÎŔ ÄĚŃ `%s', ČĎÔŃ ÎÁ ÎĹĹ ÓÓŮĚÁĹÔÓŃ ĐĎĚĹ Up" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -# ÚÄĹÓŘ %s ÍĎÖĹÔ ÂŮÔŘ `cross' ÉĚÉ `menu' -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s ÎÁ ÎĹÓŐÝĹÓÔ×ŐŔÝŐŔ ÎĎÄŐ `%s' (×ĎÚÍĎÖÎĎ, ÎĹĐŇÁ×ÉĚŘÎĎ ĎĐÉÓÁÎÁ ÓÔŇŐËÔŐŇÁ " -"ÇĚÁ×?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "ÄĚŃ `%s' ÎĹ ÎÁĘÄĹÎĎ ×ČĎÖÄĹÎÉĘ × ÉÍĹÎÎĎÍ ŐËÁÚÁÔĹĚĹ\n" @@ -3213,24 +3208,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "îĹ×ĎÚÍĎÖÎĎ ÎÁĘÔÉ `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "ÎĹ×ĎÚÍĎÖÎĎ ÓĎÚÄÁÔŘ ×ŮČĎÄÎĎĘ ĆÁĘĚ `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3695,6 +3690,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "ÚÁ ×ČĎÖÄĹÎÉĹÍ %s ÓĚĹÄŐĹÔ ×ČĎÖÄĹÎÉĹ Ó ×ÔĎŇÉŢÎŮÍ ÉÍĹÎĹÍ" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "ÎÁ ÎĎÄŐ `%s' ÎĹÔ ÓÓŮĚĎË" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/rw.gmo b/po/rw.gmo index f4b922f..208330a 100644 Binary files a/po/rw.gmo and b/po/rw.gmo differ diff --git a/po/rw.po b/po/rw.po index cc66080..f868f46 100644 --- a/po/rw.po +++ b/po/rw.po @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: texinfo 4.7.94\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -2467,39 +2467,39 @@ msgid "@%s outside of any node" msgstr "(Hanze Bya" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "kugirango Umubarendanga Hanze Bya" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Ikosa Ibisohoka IDOSIYE" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, fuzzy, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@Ishusho IDOSIYE" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Gushaka" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 #, fuzzy msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "@a Kwambukiranya Indango in Kuri" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2508,7 +2508,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s:OYA Gufungura IDOSIYE" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3118,67 +3118,62 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" msgstr "%sIndango Kuri" -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%sIndango Kuri" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Ibikubiyemo Ikintu kugirango Intego" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%sIndango Kuri" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Oya Umubarendanga Ibyinjijwe Byabonetse kugirango" @@ -3290,24 +3285,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Gushaka" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "Kurema Ibisohoka IDOSIYE" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3702,6 +3697,10 @@ #, fuzzy, c-format msgid "entry %s follows an entry with a secondary name" msgstr "Icyinjijwe Icyinjijwe Na: a Izina:" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "%sIndango Kuri" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/sl.gmo b/po/sl.gmo index b824a70..49353fa 100644 Binary files a/po/sl.gmo and b/po/sl.gmo differ diff --git a/po/sl.po b/po/sl.po index cc234b7..3cceab9 100644 --- a/po/sl.po +++ b/po/sl.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-08-10 18:31+0100\n" "Last-Translator: Klemen KoĹĄir \n" "Language-Team: Slovenian \n" @@ -2440,27 +2440,27 @@ msgid "@%s outside of any node" msgstr "(zunaj vseh vozlišč)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Vnos za kazalo `%s' je zunaj vseh vozlišč" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "napaka med končanjem datoteke vnosa `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "datoteka @image `%s' je neberljiva: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2468,12 +2468,12 @@ "@strong{Opomba ...} ustvari laĹžni navzkriĹžni sklic v Info; ponovno ubesedite " "za izognitev temu" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' ali `,' morata slediti @%s, ne `%c'" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' ali `,' morata slediti @%s, ne `%c'" @@ -2483,7 +2483,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3094,71 +3094,66 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "nesklicevano vozlišče `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s sklicevanje na neobstoječe vozlišče `%s' (morda nepravilno ustvarjanje " +"odsekov?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nesklicevano vozlišče `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "nesklicevano vozlišče `%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Vozlišču `%s' manjka predmet menija za `%s', kljub temu, da je njegov " "Zgornji cilj" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s sklicevanje na neobstoječe vozlišče `%s' (morda nepravilno ustvarjanje " -"odsekov?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "Slab argument k @%s" @@ -3270,24 +3265,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "%s: ni mogoče odpreti --css-file: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "ni mogoče ustvariti datoteke vnosa `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3746,6 +3741,10 @@ msgstr "Vnos %s sledi vnosu z drugotnim imenom" #, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "nesklicevano vozlišče `%s'" + +#, fuzzy #~ msgid "Can't read file %s: %s" #~ msgstr "Ni mogoče odstraniti datoteke `%s': %s" diff --git a/po/sv.gmo b/po/sv.gmo index ae44cd8..49bb146 100644 Binary files a/po/sv.gmo and b/po/sv.gmo differ diff --git a/po/sv.po b/po/sv.po index 58a95ae..19a841d 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: texinfo 4.11.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2008-03-09 20:35+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -2492,29 +2492,29 @@ msgid "@%s outside of any node" msgstr "(utanfĂśr alla noder)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Posten fĂśr index \"%s\" är utanfĂśr alla noder" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "fel vid stängning av utdatafilen \"%s\"" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image-filen \"%s\" är oläslig: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Kan inte hitta noden \"%s\"." # Är det kombinationen "@strong{Note:.." eller bara @strong{} rent allmänt som # orsakar problem? -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2522,12 +2522,12 @@ "@strong{Obs...} skapar en falsk korsreferens i Info; formulera om fĂśr att " "undvika detta" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "\".\" eller \",\" mĂĽste fĂślja pĂĽ @%s, inte \"%c\"" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "\".\" eller \",\" mĂĽste fĂślja pĂĽ @%s, inte \"%c\"" @@ -2537,7 +2537,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: kunde inte Ăśppna --css-fil: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3157,69 +3157,64 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "orefererad nod \"%s\"" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s-referens till ickeexisterande noden \"%s\" (kanske felaktig " +"avsnittsindelning?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "orefererad nod \"%s\"" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "orefererad nod \"%s\"" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Noden \"%s\" saknar menypost fĂśr \"%s\" trots att den är dess Upp-mĂĽl" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s-referens till ickeexisterande noden \"%s\" (kanske felaktig " -"avsnittsindelning?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "inga indexposter fĂśr \"%s\" hittades\n" @@ -3331,24 +3326,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Kan inte hitta \"%s\"." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "kan inte skapa utdatafilen \"%s\"" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3808,6 +3803,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "posten %s fĂśljer pĂĽ en post med ett sekundärt namn" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "orefererad nod \"%s\"" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/texinfo.pot b/po/texinfo.pot index 70e3811..bdaf56f 100644 --- a/po/texinfo.pot +++ b/po/texinfo.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: texinfo 4.13.96\n" +"Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2224,38 +2224,38 @@ msgid "@%s outside of any node" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, perl-format msgid "entry for index `%s' outside of any node" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, perl-format msgid "error on closing image text file %s: %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "" @@ -2264,7 +2264,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -2864,67 +2864,62 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, perl-format msgid "empty index key in @%s" msgstr "" @@ -3036,24 +3031,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " diff --git a/po/tr.gmo b/po/tr.gmo index b502d2c..0a03a7a 100644 Binary files a/po/tr.gmo and b/po/tr.gmo differ diff --git a/po/tr.po b/po/tr.po index a307552..341388c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-24 23:21-0600\n" "Last-Translator: EyĂźp Hakan Duran \n" "Language-Team: Turkish \n" @@ -2464,27 +2464,27 @@ msgid "@%s outside of any node" msgstr "@%s tĂźm düğümlerin dışında" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "`%s' indeks girdisi tĂźm düğümlerin dışında" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Ä°mge metin dosyasÄą %1$s'i kapatmada hata: %2$s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image dosyasÄą `%1$s' okunamÄąyor: %2$s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "@image dosyasÄą `%s.txt' ya da alternatif metin bulunamadÄą" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2492,12 +2492,12 @@ "@strong{Not...} Info'da sahte bir çapraz-başvuru oluşturur; bundan kaçĹnmak " "için yazÄąmÄą değiştirin" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' ya da `,' @xref'i izlemelidir, `%s'i değil" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "`.' ya da `,' @xref'i izlemelidir" @@ -2506,7 +2506,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s yalnÄązca belgenin başında ya da sonunda gĂśrĂźnmelidir" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Çok sayÄąda @%s" @@ -3118,69 +3118,64 @@ msgid "no sectioning command associated with @%s" msgstr "@%s ile ilintili bir bĂślĂźmleme kmoutu yok" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "Varolmayan düğüm `%s'e menĂź referansÄą" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "varolmayan düğüm `%s'e @%s referansÄą" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "MenĂź girdisi düğüm adÄą `%s' %s adÄą olan `%s'den farklÄą" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "başvurulmamış düğüm `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "Düğüm `1$%s' `%3$s' için bĂślĂźmlemede %2$s fakat menĂźde değil" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "Düğüm %1$s `%3$s' menĂźsĂźndeki `%2$s' ve bĂślĂźmlemedeki `%4$s' farklÄą" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "Düğüm `%s' menĂźdeki `%s' için %s fakat bĂślĂźmlemede değil" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "`%s' %s gĂśstergesi (düğüm `%s' için) `%s' %s adÄąndan farklÄą" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "varolmayan düğüm `%s' e %s referansÄą" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "Düğüm `%s', YukarÄą hedefi olmasÄąna karşın, `%s' için eksik menĂź öğesi " "içeriyor" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "`%s' için, menĂź `%s' deki yukarÄą ve `%s' yukarÄąsÄą eşleşmiyor" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "varolmayan düğüm `%s'e @%s referansÄą" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "`%s'e @%s, `%s' %s adÄąndan farklÄą" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "@%s'de boş dizin anahtarÄą" @@ -3294,12 +3289,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: %s açĹlamÄąyor: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3308,12 +3303,12 @@ "tex4ht işlemesi HTML'de %d öğe Ăźretti; %d bekleniyordu, belgede bulunan öğe " "sayÄąsÄą" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "tex4ht çĹktÄąsÄąnda @%s %s için hiç HTML öğesi yok" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3800,6 +3795,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "%s girdisi, ikincil isimli bir girdiyi takip ediyor" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "Varolmayan düğüm `%s'e menĂź referansÄą" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning @%s'de koruyamÄąyor" diff --git a/po/uk.gmo b/po/uk.gmo index b7e41ff..d38dc70 100644 Binary files a/po/uk.gmo and b/po/uk.gmo differ diff --git a/po/uk.po b/po/uk.po index 3fb2c09..03d992d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2010-06-01 14:53+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -2481,27 +2481,27 @@ msgid "@%s outside of any node" msgstr "(ззовні будь-якого вуСНа)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "Пункт покажчику `%s' ззовні будь-якого вуСНа" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "пОПиНка закриття файлу вивОду `%s'" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "Неможливо прочитати файл @image `%s': %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "Не вдається знайти вуСОН `%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2509,12 +2509,12 @@ "@strong{Note...} створює хибні перехресні посилання у Info; переформулюйте, " "уникаючи цього" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' чи `,' мають йти після @%s, Đ° но `%c'" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' чи `,' мають йти після @%s, Đ° но `%c'" @@ -2524,7 +2524,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "%s: но вдається відкрити --css-file: %s" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -3143,69 +3143,64 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "вуСОН, на який ноПа посилань `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "" +"%s посилається на неіснуючий вуСОН `%s' (мабуть, С-Са неправильного " +"секціювання?)" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "вуСОН, на який ноПа посилань `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "вуСОН, на який ноПа посилань `%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "Вузол `%s' но має пункту меню для `%s', хоча Đš є КОгО горішнім вуСНОП" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "" -"%s посилається на неіснуючий вуСОН `%s' (мабуть, С-Са неправильного " -"секціювання?)" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "но СнаКдонО пунктів покажчику для `%s'\n" @@ -3317,24 +3312,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "Не вдається знайти `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "но вдається створити файл вивОду `%s'" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3806,6 +3801,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "пункт %s Кдо Са пунктом, що має вторинну наСву" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "вуСОН, на який ноПа посилань `%s'" #, fuzzy #~ msgid "Can't create directories `%s': %s" diff --git a/po/vi.gmo b/po/vi.gmo index 131c377..bf462ed 100644 Binary files a/po/vi.gmo and b/po/vi.gmo differ diff --git a/po/vi.po b/po/vi.po index 3566729..331058e 100644 --- a/po/vi.po +++ b/po/vi.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13.92\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2012-12-22 07:39+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -2462,28 +2462,28 @@ msgid "@%s outside of any node" msgstr "@%s náşąm ngoĂ i mọi nĂşt" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "M᝼c nháş­p cho chỉ m᝼c “%s” náşąm ở ngoấi nĂşt nĂ o" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "Gạp lỗi khi đóng táş­p tin ĂĄnh xấ text %s: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "KhĂ´ng thᝃ đọc táş­p tin @image “%s”: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "" "KhĂ´ng thᝃ tĂŹm thẼy táş­p tin @image “%s.txt” mĂ  cĹŠng khĂ´ng cĂł chᝯ thay tháşż" -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" @@ -2491,12 +2491,12 @@ "“@strong{Note...}” tấo một tham chiáşżu chĂŠo giả trong Info; hĂŁy sáť­a đổi để " "trĂĄnh nĂł" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "“.” hay “,” phải theo sau @xref, khĂ´ng phải %s" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 msgid "`.' or `,' must follow @xref" msgstr "“.” hay “,” phải theo sau @xref" @@ -2505,7 +2505,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "@%s chỉ được phĂŠp xuẼt hiện ở đầu hoạc cuối cᝧa tĂ i liệu" -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, fuzzy, perl-format msgid "multiple @%s" msgstr "Nhân @%s" @@ -3151,69 +3151,64 @@ msgid "no sectioning command associated with @%s" msgstr "KhĂ´ng cĂł lệnh chĆ°ĆĄng phần nĂ o được káşżt hᝣp cĂšng với @%s" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "TrĂŹnh đơn tham chiáşżu đến vị trĂ­ nĂşt chĆ°a sáşľn cĂł “%s”" - -#: tp/Texinfo/Structuring.pm:583 -#, fuzzy, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "@%s tham chiáşżu đến nĂşt chĆ°a tồn tấi “%s”" + +#: tp/Texinfo/Structuring.pm:551 +#, fuzzy, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" msgstr "TĂŞn nĂşt m᝼c trĂŹnh đơn “%s” khĂĄc biệt với %s tĂŞn “%s”" -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "nĂşt chĆ°a được tham chiáşżu “%s”" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" "NĂşt “%s” lĂ  %s dĂ nh cho “%s” trong phần chĆ°ĆĄng nhĆ°ng khĂ´ng trong trĂŹnh đơn" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, fuzzy, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "NĂşt %s “%s” trong trĂŹnh đơn “%s” vĂ  trong chĆ°ĆĄng “%s” khĂĄc nhau" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, fuzzy, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "NĂşt “%s” lĂ  %s cho “%s” trong trĂŹnh đơn nhĆ°ng mĂ  khĂ´ng ở chĆ°ĆĄng đoấn" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "con trỏ %s “%s” (cho nĂşt “%s”) khĂĄc với %s tĂŞn “%s”" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, perl-format msgid "%s reference to nonexistent `%s'" msgstr "%s tham chiáşżu đến nĆĄi mĂ  chĆ°a cĂł “%s”" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, fuzzy, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" "NĂşt “%s” khĂ´ng cĂł m᝼c trĂŹnh đơn cho “%s”, khĂ´ng kᝃ nĂşt nĂ y lĂ  đích LĂŞn cᝧa nĂł" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, fuzzy, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "Cho “%s”, nhảy lĂŞn trong trĂŹnh đơn “%s” vĂ  lĂŞn “%s” khĂ´ng khớp" -#: tp/Texinfo/Structuring.pm:1282 -#, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "@%s tham chiáşżu đến nĂşt chĆ°a tồn tấi “%s”" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "@%s thĂ nh “%s”, khĂĄc với %s tĂŞn “%s”" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "KhĂła chỉ m᝼c trống rỗng trong @%s" @@ -3327,12 +3322,12 @@ msgid "tex4ht.pm: could not open: %s" msgstr "@%s: khĂ´ng thᝃ mở %s: %s" -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " @@ -3341,12 +3336,12 @@ "tex4ht xáť­ lĂ˝ thᝧ t᝼c %d m᝼c trong HTML; cần %d, số m᝼c được tĂŹm thẼy trong " "tĂ i liệu" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "káşżt xuẼt tex4ht khĂ´ng cĂł m᝼c HTML cho @%s %s" -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, fuzzy, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3860,6 +3855,10 @@ msgid "entry %s follows an entry with a secondary name" msgstr "m᝼c nháş­p %s náşąm theo một m᝼c nháş­p cĂł tĂŞn ph᝼" +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "TrĂŹnh đơn tham chiáşżu đến vị trĂ­ nĂşt chĆ°a sáşľn cĂł “%s”" + #~ msgid "protect_hashchar_at_line_beginning cannot protect in @%s" #~ msgstr "protect_hashchar_at_line_beginning khĂ´ng thᝃ bảo vệ trong @%s" diff --git a/po/zh_CN.gmo b/po/zh_CN.gmo index 49d3e37..2c67bea 100644 Binary files a/po/zh_CN.gmo and b/po/zh_CN.gmo differ diff --git a/po/zh_CN.po b/po/zh_CN.po index 0293a01..1b85933 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 4.13\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 15:57-0800\n" +"POT-Creation-Date: 2013-02-16 06:55-0800\n" "PO-Revision-Date: 2009-05-21 15:08中国标准时间\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "Language-Team: Chinese (traditional) \n" @@ -2319,38 +2319,38 @@ msgid "@%s outside of any node" msgstr "(¤ŁŚbĽôŚóŞş¸`ÂI¤ş)" -#: tp/Texinfo/Convert/Plaintext.pm:1109 tp/Texinfo/Parser.pm:2508 +#: tp/Texinfo/Convert/Plaintext.pm:1200 tp/Texinfo/Parser.pm:2508 #, fuzzy, perl-format msgid "entry for index `%s' outside of any node" msgstr "ŻÁ¤Ţ `%s' ŞşśľĽŘ¤ŁŚbĽôŚóŞş¸`ÂI¤ş" -#: tp/Texinfo/Convert/Plaintext.pm:1217 +#: tp/Texinfo/Convert/Plaintext.pm:1313 #, fuzzy, perl-format msgid "error on closing image text file %s: %s" msgstr "ľLŞkŤŘĽßżéĽXŔÉŽ× `%s'." -#: tp/Texinfo/Convert/Plaintext.pm:1222 +#: tp/Texinfo/Convert/Plaintext.pm:1318 #, perl-format msgid "@image file `%s' unreadable: %s" msgstr "@image ŔÉŽ× `%s' ľLŞkĹŞ¨ú: %s" -#: tp/Texinfo/Convert/Plaintext.pm:1251 +#: tp/Texinfo/Convert/Plaintext.pm:1341 #, fuzzy, perl-format msgid "could not find @image file `%s.txt' nor alternate text" msgstr "§ä¤Ł¨ě `%s' ¸`ÂI." -#: tp/Texinfo/Convert/Plaintext.pm:1617 +#: tp/Texinfo/Convert/Plaintext.pm:1705 msgid "" "@strong{Note...} produces a spurious cross-reference in Info; reword to " "avoid that" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1849 +#: tp/Texinfo/Convert/Plaintext.pm:1937 #, fuzzy, perl-format msgid "`.' or `,' must follow @xref, not %s" msgstr "`.' ŠÎ `,' Ľ˛śˇ¸ňľŰĽć¤Ź°ŃˇÓ, ŚÓ¤ŁŹO %c" -#: tp/Texinfo/Convert/Plaintext.pm:1852 +#: tp/Texinfo/Convert/Plaintext.pm:1940 #, fuzzy msgid "`.' or `,' must follow @xref" msgstr "`.' ŠÎ `,' Ľ˛śˇ¸ňľŰĽć¤Ź°ŃˇÓ, ŚÓ¤ŁŹO %c" @@ -2360,7 +2360,7 @@ msgid "@%s should only appear at beginning or end of document" msgstr "ľLŞkŤŘĽßżéĽXŔÉŽ× `%s'." -#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:548 +#: tp/Texinfo/Parser.pm:1068 tp/Texinfo/Structuring.pm:588 #, perl-format msgid "multiple @%s" msgstr "" @@ -2967,67 +2967,62 @@ msgid "no sectioning command associated with @%s" msgstr "" -#: tp/Texinfo/Structuring.pm:568 -#, fuzzy, perl-format -msgid "menu reference to nonexistent node `%s'" -msgstr "ĽźłQ°ŃˇÓŞş¸`ÂI `%s'" - -#: tp/Texinfo/Structuring.pm:583 -#, perl-format -msgid "menu entry node name `%s' different from %s name `%s'" -msgstr "" - -#: tp/Texinfo/Structuring.pm:619 +#: tp/Texinfo/Structuring.pm:538 tp/Texinfo/Structuring.pm:1319 +#, fuzzy, perl-format +msgid "@%s reference to nonexistent node `%s'" +msgstr "%s °ŃˇÓ¨ě¤ŁŚsŚbŞş¸`ÂI: `%s'" + +#: tp/Texinfo/Structuring.pm:551 +#, perl-format +msgid "@%s entry node name `%s' different from %s name `%s'" +msgstr "" + +#: tp/Texinfo/Structuring.pm:656 #, perl-format msgid "unreferenced node `%s'" msgstr "ĽźłQ°ŃˇÓŞş¸`ÂI `%s'" -#: tp/Texinfo/Structuring.pm:665 +#: tp/Texinfo/Structuring.pm:702 #, perl-format msgid "node `%s' is %s for `%s' in sectioning but not in menu" msgstr "" -#: tp/Texinfo/Structuring.pm:672 +#: tp/Texinfo/Structuring.pm:709 #, perl-format msgid "node %s `%s' in menu `%s' and in sectioning `%s' differ" msgstr "" -#: tp/Texinfo/Structuring.pm:690 +#: tp/Texinfo/Structuring.pm:727 #, perl-format msgid "node `%s' is %s for `%s' in menu but not in sectioning" msgstr "" -#: tp/Texinfo/Structuring.pm:744 +#: tp/Texinfo/Structuring.pm:781 #, perl-format msgid "%s pointer `%s' (for node `%s') different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:771 +#: tp/Texinfo/Structuring.pm:808 #, fuzzy, perl-format msgid "%s reference to nonexistent `%s'" msgstr "ĽźłQ°ŃˇÓŞş¸`ÂI `%s'" -#: tp/Texinfo/Structuring.pm:790 +#: tp/Texinfo/Structuring.pm:827 #, perl-format msgid "node `%s' lacks menu item for `%s' despite being its Up target" msgstr "" -#: tp/Texinfo/Structuring.pm:798 +#: tp/Texinfo/Structuring.pm:835 #, perl-format msgid "for `%s', up in menu `%s' and up `%s' don't match" msgstr "" -#: tp/Texinfo/Structuring.pm:1282 -#, fuzzy, perl-format -msgid "@%s reference to nonexistent node `%s'" -msgstr "%s °ŃˇÓ¨ě¤ŁŚsŚbŞş¸`ÂI: `%s'" - -#: tp/Texinfo/Structuring.pm:1294 +#: tp/Texinfo/Structuring.pm:1331 #, perl-format msgid "@%s to `%s', different from %s name `%s'" msgstr "" -#: tp/Texinfo/Structuring.pm:1959 +#: tp/Texinfo/Structuring.pm:1996 #, fuzzy, perl-format msgid "empty index key in @%s" msgstr "§ä¤Ł¨ěĽ]§t `%s' ŞşŻÁ¤ŢśľĽŘ\n" @@ -3139,24 +3134,24 @@ msgid "tex4ht.pm: could not open: %s" msgstr "ľLŞk§ä¨ě `%s'." -#: tp/init/tex4ht.pm:293 +#: tp/init/tex4ht.pm:294 #, perl-format msgid "tex4ht.pm: end of @%s item %d not found" msgstr "" -#: tp/init/tex4ht.pm:300 +#: tp/init/tex4ht.pm:301 #, perl-format msgid "" "tex4ht.pm: processing produced %d items in HTML; expected %d, the number of " "items found in the document for @%s" msgstr "" -#: tp/init/tex4ht.pm:320 +#: tp/init/tex4ht.pm:321 #, fuzzy, perl-format msgid "tex4ht.pm: output has no HTML item for @%s %s" msgstr "ľLŞkŤŘĽßżéĽXŔÉŽ× `%s'." -#: tp/init/tex4ht.pm:335 +#: tp/init/tex4ht.pm:336 #, perl-format msgid "" "tex4ht.pm: processing retrieved %d items in HTML; expected %d, the number of " @@ -3519,6 +3514,10 @@ #, c-format msgid "entry %s follows an entry with a secondary name" msgstr "" + +#, fuzzy +#~ msgid "menu reference to nonexistent node `%s'" +#~ msgstr "ĽźłQ°ŃˇÓŞş¸`ÂI `%s'" #, fuzzy #~ msgid "Can't read file %s: %s" diff --git a/po_document/de.us-ascii.gmo b/po_document/de.us-ascii.gmo index a35969b..6cca97f 100644 Binary files a/po_document/de.us-ascii.gmo and b/po_document/de.us-ascii.gmo differ diff --git a/po_document/de.us-ascii.po b/po_document/de.us-ascii.po index 353cfa4..2655cb5 100644 --- a/po_document/de.us-ascii.po +++ b/po_document/de.us-ascii.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2008-03-19\n" "Last-Translator: Reinhold Kainhofer \n" "Language-Team: Unknown\n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "{day}. {month} {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, fuzzy, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, fuzzy, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{acronym_like} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/eo.gmo b/po_document/eo.gmo index ccb2a4b..4e675be 100644 Binary files a/po_document/eo.gmo and b/po_document/eo.gmo differ diff --git a/po_document/eo.po b/po_document/eo.po index b0a6dfd..3c50de3 100644 --- a/po_document/eo.po +++ b/po_document/eo.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo_document 4.13.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2013-01-30 10:05-0300\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -59,13 +59,13 @@ msgid "{month} {day}, {year}" msgstr "{year} {month} {day}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "Aldono {number} {section_title}" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -238,137 +238,137 @@ msgid "see {title_ref}" msgstr "konsultu {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{abbr_or_acronym} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(for de iu ajn nodo)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "{name} @url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "@url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "{text} ({url})" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "@t{<{url}>}" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Neniu valoro por `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} en {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} en {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} en {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} en {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "@center --- @emph{{author}}\n" diff --git a/po_document/es.us-ascii.gmo b/po_document/es.us-ascii.gmo index 5c825f2..c0d4a30 100644 Binary files a/po_document/es.us-ascii.gmo and b/po_document/es.us-ascii.gmo differ diff --git a/po_document/es.us-ascii.po b/po_document/es.us-ascii.po index 5584d60..832c62f 100644 --- a/po_document/es.us-ascii.po +++ b/po_document/es.us-ascii.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2008-08-28\n" "Last-Translator: Francisco Vila \n" "Language-Team: Unknown\n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "el {day} {month} {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "{name} de {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "{name} en {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "{name} de {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "{name} de {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "{name} de {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/fr.us-ascii.gmo b/po_document/fr.us-ascii.gmo index 46b94b2..4edb4e2 100644 Binary files a/po_document/fr.us-ascii.gmo and b/po_document/fr.us-ascii.gmo differ diff --git a/po_document/fr.us-ascii.po b/po_document/fr.us-ascii.po index 4841a5d..42f0843 100644 --- a/po_document/fr.us-ascii.po +++ b/po_document/fr.us-ascii.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2013-01-06 15:26+0100\n" "Last-Translator: Jean-Charles Malahieude \n" "Language-Team: Unknown\n" @@ -59,13 +59,13 @@ msgid "{month} {day}, {year}" msgstr "le {day} {month} {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "Appendice {number} {section_title}" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -238,137 +238,137 @@ msgid "see {title_ref}" msgstr "voir {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{abbr_or_acronym} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}@ :} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(en dehors de tout n@oe{}ud)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "{name} @url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "@url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "{text} ({url})" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "@t{<{url}>}" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Aucune valeur pour `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}@ : {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}@ : {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}@ : {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}@ :@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}@ : {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} de {class}@ : {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} de {class}@ :@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} de {class}@ : {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "@center --- @emph{{author}}\n" diff --git a/po_document/hu.gmo b/po_document/hu.gmo index 4c86bad..1a9088d 100644 Binary files a/po_document/hu.gmo and b/po_document/hu.gmo differ diff --git a/po_document/hu.po b/po_document/hu.po index 59b784e..93d9646 100644 --- a/po_document/hu.po +++ b/po_document/hu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2009-12-27 22:02+0100\n" "Last-Translator: Harmath DĂŠnes \n" "Language-Team: Unknown\n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, fuzzy, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "ld. {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, fuzzy, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{acronym_like} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(bĂĄrmelyik csomĂłponton kĂ­vĂźl)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Nincs ĂŠrtĂŠke ennek: `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "{name} tĂ­pusa: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "{name} ezen: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "{name} tĂ­pusa: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "{name} tĂ­pusa: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "{name} tĂ­pusa: {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/it.gmo b/po_document/it.gmo index 552dec7..95fa2cd 100644 Binary files a/po_document/it.gmo and b/po_document/it.gmo differ diff --git a/po_document/it.po b/po_document/it.po index 01c5966..7013ddc 100644 --- a/po_document/it.po +++ b/po_document/it.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2009-12-27 22:02+0100\n" "Last-Translator: Federico Bruni \n" "Language-Team: Unknown\n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, fuzzy, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "vedi {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, fuzzy, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{acronym_like} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(fuori da qualsiasi nodo)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Nessun valore per `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "{name} di {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "{name} in {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "{name} di {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "{name} di {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "{name} di {class}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/nl.gmo b/po_document/nl.gmo index 9be1019..256247e 100644 Binary files a/po_document/nl.gmo and b/po_document/nl.gmo differ diff --git a/po_document/nl.po b/po_document/nl.po index db16921..2a87bae 100644 --- a/po_document/nl.po +++ b/po_document/nl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo_document-4.13.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2013-01-30 10:57+0100\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "Appendix {number} {section_title}" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "zie {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{abbr_or_acronym} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(buiten alle pagina's)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "{name} @url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "@url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "{text} ({url})" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "@t{<{url}>}" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Geen waarde voor '{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }-- {category}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }-- {category}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }-- {category}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }-- {category}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} van {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} over {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} over {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} over {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} over {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} van {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} van {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} van{class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "@center --- @emph{{author}}\n" diff --git a/po_document/no.us-ascii.gmo b/po_document/no.us-ascii.gmo index 366582b..4cd1560 100644 Binary files a/po_document/no.us-ascii.gmo and b/po_document/no.us-ascii.gmo differ diff --git a/po_document/no.us-ascii.po b/po_document/no.us-ascii.po index cafd877..2c4858d 100644 --- a/po_document/no.us-ascii.po +++ b/po_document/no.us-ascii.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2001-01-01\n" "Last-Translator: Unknown\n" "Language-Team: Unknown\n" @@ -59,13 +59,13 @@ msgid "{month} {day}, {year}" msgstr "" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -238,137 +238,137 @@ msgid "see {title_ref}" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/pl.gmo b/po_document/pl.gmo index c90b56d..5ad5abd 100644 Binary files a/po_document/pl.gmo and b/po_document/pl.gmo differ diff --git a/po_document/pl.po b/po_document/pl.po index c65ce3c..1a7641b 100644 --- a/po_document/pl.po +++ b/po_document/pl.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo_document 4.13.93\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2013-01-30 18:11+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" @@ -59,13 +59,13 @@ msgid "{month} {day}, {year}" msgstr "{day} {month} {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "Załącznik {number} {section_title}" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -238,137 +238,137 @@ msgid "see {title_ref}" msgstr "p. {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{abbr_or_acronym} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(poza węzłem)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "{name} @url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "@url{{email}}" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "{text} ({url})" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "@t{<{url}>}" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Brak wartości dla `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "@tie{ }- {category}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "@tie{ }- {category}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }- {category}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "@tie{ }- {category}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }- {category}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "@tie{ }- {category}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }- {category} klasy {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }- {category} klasy {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }- {category} dla klasy {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }- {category} dla klasy {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }- {category} dla klasy {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }- {category} dla klasy {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }- {category} dla klasy {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }- {category} klasy {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }- {category} klasy {class}:@*{type}@*{name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }- {category} klasy {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "@center - @emph{{author}}\n" diff --git a/po_document/pt.us-ascii.gmo b/po_document/pt.us-ascii.gmo index 6650444..f838107 100644 Binary files a/po_document/pt.us-ascii.gmo and b/po_document/pt.us-ascii.gmo differ diff --git a/po_document/pt.us-ascii.po b/po_document/pt.us-ascii.po index f4a9f36..c4b216d 100644 --- a/po_document/pt.us-ascii.po +++ b/po_document/pt.us-ascii.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu \n" "Language-Team: Unknown\n" @@ -61,13 +61,13 @@ msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -240,137 +240,137 @@ msgid "see {title_ref}" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/po_document/pt_BR.us-ascii.gmo b/po_document/pt_BR.us-ascii.gmo index 8de410c..4fdc1fd 100644 Binary files a/po_document/pt_BR.us-ascii.gmo and b/po_document/pt_BR.us-ascii.gmo differ diff --git a/po_document/pt_BR.us-ascii.po b/po_document/pt_BR.us-ascii.po index 5622d17..a05008c 100644 --- a/po_document/pt_BR.us-ascii.po +++ b/po_document/pt_BR.us-ascii.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: 2006-01-09\n" "Last-Translator: Jorge Barros de Abreu \n" "Language-Team: Unknown\n" @@ -62,13 +62,13 @@ msgid "{month} {day}, {year}" msgstr "{day} de {month} de {year}" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, fuzzy, perl-brace-format msgid "{number} {section_title}" @@ -241,137 +241,137 @@ msgid "see {title_ref}" msgstr "veja {title_ref}" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, fuzzy, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "{acronym_like} ({explanation})" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "@b{{quotation_arg}:} " -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "(fora de qualquer nodo)" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "@{Nenhum valor para `{value}'@}" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "@tie{ }-- {category} da {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "@tie{ }-- {category} na {class}: {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} na {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "@tie{ }-- {category} na {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "@tie{ }-- {category} da {class}: {type} {name} {arguments}" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, fuzzy, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "@tie{ }-- {category} da {class}: {type} {name}" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "@center --- @emph{{author}}\n" diff --git a/po_document/texinfo_document.pot b/po_document/texinfo_document.pot index 04a357e..bdf4d5f 100644 --- a/po_document/texinfo_document.pot +++ b/po_document/texinfo_document.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: texinfo 4.13.96\n" +"Project-Id-Version: texinfo 5.0\n" "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n" -"POT-Creation-Date: 2013-02-04 11:18-0800\n" +"POT-Creation-Date: 2013-02-16 06:56-0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -60,13 +60,13 @@ msgid "{month} {day}, {year}" msgstr "" -#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:904 +#: tp/Texinfo/Common.pm:1197 tp/Texinfo/Convert/Plaintext.pm:995 #: tp/Texinfo/Convert/HTML.pm:511 #, perl-brace-format msgid "Appendix {number} {section_title}" msgstr "" -#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:909 +#: tp/Texinfo/Common.pm:1201 tp/Texinfo/Convert/Plaintext.pm:1000 #: tp/Texinfo/Convert/HTML.pm:517 #, perl-brace-format msgid "{number} {section_title}" @@ -239,137 +239,137 @@ msgid "see {title_ref}" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1878 +#: tp/Texinfo/Convert/DocBook.pm:989 tp/Texinfo/Convert/Plaintext.pm:1966 #, perl-brace-format msgid "{abbr_or_acronym} ({explanation})" msgstr "" -#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2004 +#: tp/Texinfo/Convert/DocBook.pm:1118 tp/Texinfo/Convert/Plaintext.pm:2092 #: tp/Texinfo/Convert/HTML.pm:3526 #, perl-brace-format msgid "@b{{quotation_arg}:} " msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1104 +#: tp/Texinfo/Convert/Plaintext.pm:1195 msgid "(outside of any node)" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1685 +#: tp/Texinfo/Convert/Plaintext.pm:1773 #, perl-brace-format msgid "{name} @url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1688 +#: tp/Texinfo/Convert/Plaintext.pm:1776 #, perl-brace-format msgid "@url{{email}}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1710 +#: tp/Texinfo/Convert/Plaintext.pm:1798 #, perl-brace-format msgid "{text} ({url})" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1715 +#: tp/Texinfo/Convert/Plaintext.pm:1803 #, perl-brace-format msgid "@t{<{url}>}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:1929 tp/Texinfo/Convert/HTML.pm:1433 +#: tp/Texinfo/Convert/Plaintext.pm:2017 tp/Texinfo/Convert/HTML.pm:1433 #, perl-brace-format msgid "@{No value for `{value}'@}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2450 +#: tp/Texinfo/Convert/Plaintext.pm:2538 #, perl-brace-format msgid "@tie{ }-- {category}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2455 +#: tp/Texinfo/Convert/Plaintext.pm:2543 #, perl-brace-format msgid "@tie{ }-- {category}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2468 +#: tp/Texinfo/Convert/Plaintext.pm:2556 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2471 +#: tp/Texinfo/Convert/Plaintext.pm:2559 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2480 +#: tp/Texinfo/Convert/Plaintext.pm:2568 #, perl-brace-format msgid "@tie{ }-- {category}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2483 +#: tp/Texinfo/Convert/Plaintext.pm:2571 #, perl-brace-format msgid "@tie{ }-- {category}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2491 +#: tp/Texinfo/Convert/Plaintext.pm:2579 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2497 +#: tp/Texinfo/Convert/Plaintext.pm:2585 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2506 +#: tp/Texinfo/Convert/Plaintext.pm:2594 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2512 +#: tp/Texinfo/Convert/Plaintext.pm:2600 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2527 +#: tp/Texinfo/Convert/Plaintext.pm:2615 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2531 +#: tp/Texinfo/Convert/Plaintext.pm:2619 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2542 +#: tp/Texinfo/Convert/Plaintext.pm:2630 #, perl-brace-format msgid "@tie{ }-- {category} on {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2546 +#: tp/Texinfo/Convert/Plaintext.pm:2634 #, perl-brace-format msgid "@tie{ }-- {category} on {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2560 +#: tp/Texinfo/Convert/Plaintext.pm:2648 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2564 +#: tp/Texinfo/Convert/Plaintext.pm:2652 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name} {arguments}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2575 +#: tp/Texinfo/Convert/Plaintext.pm:2663 #, perl-brace-format msgid "@tie{ }-- {category} of {class}:@*{type}@*{name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2579 +#: tp/Texinfo/Convert/Plaintext.pm:2667 #, perl-brace-format msgid "@tie{ }-- {category} of {class}: {type} {name}" msgstr "" -#: tp/Texinfo/Convert/Plaintext.pm:2860 tp/Texinfo/Convert/HTML.pm:2786 +#: tp/Texinfo/Convert/Plaintext.pm:2948 tp/Texinfo/Convert/HTML.pm:2786 #, perl-brace-format msgid "@center --- @emph{{author}}\n" msgstr "" diff --git a/tp/MANIFEST b/tp/MANIFEST index 5d587eb..d6bb946 100644 --- a/tp/MANIFEST +++ b/tp/MANIFEST @@ -78,6 +78,7 @@ maintain/change_perl_modules_version.sh maintain/language-subtag-registry maintain/prepare_perl_module.sh +maintain/regenerate_cmd_tests.sh maintain/regenerate_converters_documentation.sh maintain/regenerate_docstr.sh maintain/regenerate_documentlanguages.pl @@ -197,6 +198,7 @@ t/include_dir/section_file.texi t/include_reference/f--ile.png t/include_reference/f--ile.txt +t/include_reference/figure.txt t/include_reference/inc_file.texi t/include_reference/incl-incl.txi t/include_reference/macro_included.texi @@ -702,6 +704,7 @@ t/results/info_tests/image_text_encoded.pl t/results/info_tests/index_entry_at_end_node.pl t/results/info_tests/known_encoding.pl +t/results/info_tests/multiline_image_and_align.pl t/results/info_tests/multitable_anchor_and_index_entry.pl t/results/info_tests/nested_footnotes_separate.pl t/results/info_tests/nested_multitable_anchor_index.pl @@ -1025,6 +1028,7 @@ t/results/plaintext_tests/line_passed_and_formats.pl t/results/plaintext_tests/long_line.pl t/results/plaintext_tests/long_uref_after_item.pl +t/results/plaintext_tests/multiline_image_and_align.pl t/results/plaintext_tests/multiline_verb_after_space.pl t/results/plaintext_tests/multitable.pl t/results/plaintext_tests/multitable_in_example_extraneous_tab.pl diff --git a/tp/Makefile.am b/tp/Makefile.am index 7f5e868..2826bbd 100644 --- a/tp/Makefile.am +++ b/tp/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.57 2013/02/03 23:53:48 karl Exp $ +# $Id: Makefile.am,v 1.61 2013/02/10 16:45:05 pertusus Exp $ # Makefile.am for texinfo/tp. # # Copyright 2011, 2012, 2013 Free Software Foundation, Inc. @@ -163,8 +163,16 @@ tp_tests = prove.sh if TP_TESTS -TESTS = $(tp_tests) +#TESTS = $(tp_tests) +TESTS = $(test_tap_files_generated_list) endif + +TEST_EXTENSIONS = .t +T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ + $(top_srcdir)/build-aux/tap-driver.sh +T_LOG_COMPILER = $(PERL) +AM_T_LOG_FLAGS = -w +AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; maintenance_files = \ maintain/all_tests.sh \ @@ -173,6 +181,7 @@ maintain/Makefile_perl_po \ maintain/MANIFEST_generated_files \ maintain/prepare_perl_module.sh \ + maintain/regenerate_cmd_tests.sh \ maintain/regenerate_converters_documentation.sh \ maintain/regenerate_docstr.sh \ maintain/regenerate_documentlanguages.pl \ diff --git a/tp/Makefile.docstr b/tp/Makefile.docstr index 93de57a..4c3ab1f 100644 --- a/tp/Makefile.docstr +++ b/tp/Makefile.docstr @@ -1,3 +1,14 @@ +# Makefile.docstr generated by ./maintain/regenerate_docstr.sh. +# +# Copyright 2013 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. $(srcdir)/../po_document/de.us-ascii.gmo: $(srcdir)/../po_document/de.us-ascii.po diff --git a/tp/Makefile.in b/tp/Makefile.in index af61214..cd9bdfd 100644 --- a/tp/Makefile.in +++ b/tp/Makefile.in @@ -14,10 +14,22 @@ @SET_MAKE@ -# $Id: Makefile.am,v 1.57 2013/02/03 23:53:48 karl Exp $ +# $Id: Makefile.am,v 1.61 2013/02/10 16:45:05 pertusus Exp $ # Makefile.am for texinfo/tp. # # Copyright 2011, 2012, 2013 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# Makefile.docstr generated by ./maintain/regenerate_docstr.sh. +# +# Copyright 2013 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -66,8 +78,7 @@ DIST_COMMON = $(srcdir)/Makefile.tres $(srcdir)/Makefile.docstr \ $(srcdir)/Makefile.in $(srcdir)/Makefile.am $(srcdir)/defs.in \ $(dist_converters_DATA) $(dist_debugmodules_DATA) \ - $(dist_init_DATA) $(dist_modules_DATA) \ - $(top_srcdir)/build-aux/test-driver README TODO + $(dist_init_DATA) $(dist_modules_DATA) README TODO subdir = tp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ @@ -412,9 +423,10 @@ bases=`echo $$bases` RECHECK_LOGS = $(TEST_LOGS) TEST_SUITE_LOG = test-suite.log -TEST_EXTENSIONS = @EXEEXT@ .test -LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver -LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.t.log=.log) +T_LOG_COMPILE = $(T_LOG_COMPILER) $(AM_T_LOG_FLAGS) $(T_LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ @@ -425,12 +437,6 @@ *) \ b='$*';; \ esac -am__test_logs1 = $(TESTS:=.log) -am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) -TEST_LOGS = $(am__test_logs2:.test.log=.log) -TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver -TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ - $(TEST_LOG_FLAGS) DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ @@ -1140,7 +1146,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -# Makefile.tres generated by ./maintain/regenerate_file_lists.pl. +# Makefile.tres generated by ./tp/maintain/regenerate_file_lists.pl. # # Copyright 2013 Free Software Foundation, Inc. # @@ -1151,7 +1157,7 @@ # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -test_files_generated_list = \ +test_tap_files_generated_list = \ t/01use.t \ t/02coverage.t \ t/03coverage_braces.t \ @@ -1197,6 +1203,15 @@ t/plaintext_tests.t \ t/protect_character_in_texinfo.t \ t/reference_to_text_in_tree.t \ + t/test_brace_count.t \ + t/test_count.t \ + t/test_fill_gaps_in_sectioning.t \ + t/test_protect_hashchar_at_line_beginning.t \ + t/test_sort.t \ + t/test_tree_copy.t \ + t/xml_tests.t + +test_files_generated_list = $(test_tap_files_generated_list) \ t/results/alias/alias_table_command.pl \ t/results/alias/bad_line.pl \ t/results/alias/block_command_alias.pl \ @@ -1659,6 +1674,7 @@ t/results/info_tests/image_text_encoded.pl \ t/results/info_tests/index_entry_at_end_node.pl \ t/results/info_tests/known_encoding.pl \ + t/results/info_tests/multiline_image_and_align.pl \ t/results/info_tests/multitable_anchor_and_index_entry.pl \ t/results/info_tests/nested_footnotes_separate.pl \ t/results/info_tests/nested_multitable_anchor_index.pl \ @@ -1982,6 +1998,7 @@ t/results/plaintext_tests/line_passed_and_formats.pl \ t/results/plaintext_tests/long_line.pl \ t/results/plaintext_tests/long_uref_after_item.pl \ + t/results/plaintext_tests/multiline_image_and_align.pl \ t/results/plaintext_tests/multiline_verb_after_space.pl \ t/results/plaintext_tests/multitable.pl \ t/results/plaintext_tests/multitable_in_example_extraneous_tab.pl \ @@ -2272,21 +2289,15 @@ t/results/xtable/table_nested.pl \ t/results/xtable/text_between_item_itemx.pl \ t/results/xtable/title_and_itemx_before_item.pl \ - t/test_brace_count.t \ - t/test_count.t \ - t/test_fill_gaps_in_sectioning.t \ - t/test_protect_hashchar_at_line_beginning.t \ - t/test_sort.t \ - t/test_tree_copy.t \ - t/xml_tests.t \ t/include_reference/f--ile.png \ t/include_reference/f--ile.txt \ + t/include_reference/figure.txt \ t/include_reference/inc_file.texi \ t/include_reference/incl-incl.txi \ t/include_reference/macro_included.texi \ t/include_reference/section_file.texi -test_copied_include_files = t/include_dir/section_file.texi t/include_dir/f--ile.txt t/include_dir/incl-incl.txi t/include_dir/inc_file.texi t/include_dir/f--ile.png t/include_dir/macro_included.texi +test_copied_include_files = t/include_dir/section_file.texi t/include_dir/f--ile.txt t/include_dir/incl-incl.txi t/include_dir/inc_file.texi t/include_dir/figure.txt t/include_dir/f--ile.png t/include_dir/macro_included.texi document_strings_mo_files = LocaleData/de.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/eo/LC_MESSAGES/$(document_domain).mo LocaleData/es.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/fr.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/hu/LC_MESSAGES/$(document_domain).mo LocaleData/it/LC_MESSAGES/$(document_domain).mo LocaleData/nl/LC_MESSAGES/$(document_domain).mo LocaleData/no.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pl/LC_MESSAGES/$(document_domain).mo LocaleData/pt_BR.us-ascii/LC_MESSAGES/$(document_domain).mo LocaleData/pt.us-ascii/LC_MESSAGES/$(document_domain).mo SUBDIRS = . tests bin_SCRIPTS = texi2any @@ -2408,7 +2419,16 @@ document_domain = $(PACKAGE)_document tp_tests = prove.sh -@TP_TESTS_TRUE@TESTS = $(tp_tests) + +#TESTS = $(tp_tests) +@TP_TESTS_TRUE@TESTS = $(test_tap_files_generated_list) +TEST_EXTENSIONS = .t +T_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ + $(top_srcdir)/build-aux/tap-driver.sh + +T_LOG_COMPILER = $(PERL) +AM_T_LOG_FLAGS = -w +AM_TESTS_ENVIRONMENT = srcdir="$(srcdir)"; export srcdir; top_srcdir="$(top_srcdir)"; export top_srcdir; maintenance_files = \ maintain/all_tests.sh \ maintain/change_perl_modules_version.sh \ @@ -2416,6 +2436,7 @@ maintain/Makefile_perl_po \ maintain/MANIFEST_generated_files \ maintain/prepare_perl_module.sh \ + maintain/regenerate_cmd_tests.sh \ maintain/regenerate_converters_documentation.sh \ maintain/regenerate_docstr.sh \ maintain/regenerate_documentlanguages.pl \ @@ -2444,7 +2465,7 @@ all: all-recursive .SUFFIXES: -.SUFFIXES: .log .test .test$(EXEEXT) .trs +.SUFFIXES: .log .t .t$(EXEEXT) .trs $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.tres $(srcdir)/Makefile.docstr $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -2839,26 +2860,19 @@ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? -prove.sh.log: prove.sh - @p='prove.sh'; \ - b='prove.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -.test.log: +.t.log: @p='$<'; \ $(am__set_b); \ - $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + $(am__check_pre) $(T_LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + $(am__common_driver_flags) $(AM_T_LOG_DRIVER_FLAGS) $(T_LOG_DRIVER_FLAGS) -- $(T_LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) -@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@.t$(EXEEXT).log: @am__EXEEXT_TRUE@ @p='$<'; \ @am__EXEEXT_TRUE@ $(am__set_b); \ -@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(T_LOG_DRIVER) --test-name "$$f" \ @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ -@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_T_LOG_DRIVER_FLAGS) $(T_LOG_DRIVER_FLAGS) -- $(T_LOG_COMPILE) \ @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) distdir: $(DISTFILES) @@ -3073,6 +3087,9 @@ t/include_dir/inc_file.texi: $(srcdir)/t/include_reference/inc_file.texi t/include_dir $(INSTALL_DATA) $(srcdir)/t/include_reference/inc_file.texi $@ +t/include_dir/figure.txt: $(srcdir)/t/include_reference/figure.txt t/include_dir + $(INSTALL_DATA) $(srcdir)/t/include_reference/figure.txt $@ + t/include_dir/f--ile.png: $(srcdir)/t/include_reference/f--ile.png t/include_dir $(INSTALL_DATA) $(srcdir)/t/include_reference/f--ile.png $@ diff --git a/tp/Makefile.tres b/tp/Makefile.tres index 3da2ac5..ba4be9f 100644 --- a/tp/Makefile.tres +++ b/tp/Makefile.tres @@ -1,4 +1,4 @@ -# Makefile.tres generated by ./maintain/regenerate_file_lists.pl. +# Makefile.tres generated by ./tp/maintain/regenerate_file_lists.pl. # # Copyright 2013 Free Software Foundation, Inc. # @@ -9,7 +9,7 @@ # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -test_files_generated_list = \ +test_tap_files_generated_list = \ t/01use.t \ t/02coverage.t \ t/03coverage_braces.t \ @@ -55,6 +55,15 @@ t/plaintext_tests.t \ t/protect_character_in_texinfo.t \ t/reference_to_text_in_tree.t \ + t/test_brace_count.t \ + t/test_count.t \ + t/test_fill_gaps_in_sectioning.t \ + t/test_protect_hashchar_at_line_beginning.t \ + t/test_sort.t \ + t/test_tree_copy.t \ + t/xml_tests.t + +test_files_generated_list = $(test_tap_files_generated_list) \ t/results/alias/alias_table_command.pl \ t/results/alias/bad_line.pl \ t/results/alias/block_command_alias.pl \ @@ -517,6 +526,7 @@ t/results/info_tests/image_text_encoded.pl \ t/results/info_tests/index_entry_at_end_node.pl \ t/results/info_tests/known_encoding.pl \ + t/results/info_tests/multiline_image_and_align.pl \ t/results/info_tests/multitable_anchor_and_index_entry.pl \ t/results/info_tests/nested_footnotes_separate.pl \ t/results/info_tests/nested_multitable_anchor_index.pl \ @@ -840,6 +850,7 @@ t/results/plaintext_tests/line_passed_and_formats.pl \ t/results/plaintext_tests/long_line.pl \ t/results/plaintext_tests/long_uref_after_item.pl \ + t/results/plaintext_tests/multiline_image_and_align.pl \ t/results/plaintext_tests/multiline_verb_after_space.pl \ t/results/plaintext_tests/multitable.pl \ t/results/plaintext_tests/multitable_in_example_extraneous_tab.pl \ @@ -1130,15 +1141,9 @@ t/results/xtable/table_nested.pl \ t/results/xtable/text_between_item_itemx.pl \ t/results/xtable/title_and_itemx_before_item.pl \ - t/test_brace_count.t \ - t/test_count.t \ - t/test_fill_gaps_in_sectioning.t \ - t/test_protect_hashchar_at_line_beginning.t \ - t/test_sort.t \ - t/test_tree_copy.t \ - t/xml_tests.t \ t/include_reference/f--ile.png \ t/include_reference/f--ile.txt \ + t/include_reference/figure.txt \ t/include_reference/inc_file.texi \ t/include_reference/incl-incl.txi \ t/include_reference/macro_included.texi \ @@ -1159,11 +1164,14 @@ t/include_dir/inc_file.texi: $(srcdir)/t/include_reference/inc_file.texi t/include_dir $(INSTALL_DATA) $(srcdir)/t/include_reference/inc_file.texi $@ +t/include_dir/figure.txt: $(srcdir)/t/include_reference/figure.txt t/include_dir + $(INSTALL_DATA) $(srcdir)/t/include_reference/figure.txt $@ + t/include_dir/f--ile.png: $(srcdir)/t/include_reference/f--ile.png t/include_dir $(INSTALL_DATA) $(srcdir)/t/include_reference/f--ile.png $@ t/include_dir/macro_included.texi: $(srcdir)/t/include_reference/macro_included.texi t/include_dir $(INSTALL_DATA) $(srcdir)/t/include_reference/macro_included.texi $@ -test_copied_include_files = t/include_dir/section_file.texi t/include_dir/f--ile.txt t/include_dir/incl-incl.txi t/include_dir/inc_file.texi t/include_dir/f--ile.png t/include_dir/macro_included.texi +test_copied_include_files = t/include_dir/section_file.texi t/include_dir/f--ile.txt t/include_dir/incl-incl.txi t/include_dir/inc_file.texi t/include_dir/figure.txt t/include_dir/f--ile.png t/include_dir/macro_included.texi diff --git a/tp/TODO b/tp/TODO index f90131e..d67d81b 100644 --- a/tp/TODO +++ b/tp/TODO @@ -95,6 +95,7 @@ Test of CASE_INSENSITIVE_FILENAMES. +anchor in flushright, on an empty line, with a current byte offset. Future features =============== diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm index 8f2c5fc..a4478d3 100644 --- a/tp/Texinfo/Convert/DocBook.pm +++ b/tp/Texinfo/Convert/DocBook.pm @@ -887,7 +887,7 @@ .$self->xml_protect_text($file->[0]) ."\" format=\"$file->[1]\">"; } - my $image_text + my ($image_text, $image_width) = $self->Texinfo::Convert::Plaintext::_image_text($root, $basefile); if (defined($image_text)) { $result .= "" diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm index 6e8be5e..17f21bc 100644 --- a/tp/Texinfo/Convert/Info.pm +++ b/tp/Texinfo/Convert/Info.pm @@ -148,8 +148,8 @@ $self->{'output_file'}, $close_error)); return undef; } - unless (rename ($self->{'output_file'}, - $self->{'output_file'}.'-'.$out_file_nr)) { + unless (rename($self->{'output_file'}, + $self->{'output_file'}.'-'.$out_file_nr)) { $self->document_error(sprintf($self->__("rename %s failed: %s"), $self->{'output_file'}, $!)); return undef; @@ -437,44 +437,41 @@ last; } } - my $text = $self->_image_text($root, $basefile); - my $text_result; - if (defined($text)) { - if (!$self->{'formatters'}->[-1]->{'_top_formatter'}) { - $text_result = '['.$text.']'; - } else { - $text_result = $text; - } + my ($text, $width) = $self->_image_text($root, $basefile); + my $alt; + if (defined($root->{'extra'}->{'brace_command_contents'}->[3])) { + $alt = Texinfo::Convert::Text::convert( + {'contents' => $root->{'extra'}->{'brace_command_contents'}->[3]}, + {Texinfo::Common::_convert_text_options($self)}); } my $result; - if (defined($image_file)) { + if (defined($image_file) or (defined($text) and defined($alt))) { $image_file =~ s/\\/\\\\/g; $image_file =~ s/\"/\\\"/g; $result = "\x{00}\x{08}[image src=\"$image_file\""; if (defined($root->{'extra'}->{'brace_command_contents'}->[3])) { - my $alt = Texinfo::Convert::Text::convert( - {'contents' => $root->{'extra'}->{'brace_command_contents'}->[3]}, - {Texinfo::Common::_convert_text_options($self)}); $alt =~ s/\\/\\\\/g; $alt =~ s/\"/\\\"/g; $result .= " alt=\"$alt\""; } - if (defined($text_result)) { - $text_result =~ s/\\/\\\\/g; - $text_result =~ s/\"/\\\"/g; - $result .= " text=\"$text_result\""; + if (defined($text)) { + $text =~ s/\\/\\\\/g; + $text =~ s/\"/\\\"/g; + $result .= " text=\"$text\""; } $result .= "\x{00}\x{08}]"; if ($self->{'formatters'}->[-1]->{'_top_formatter'}) { $result .= "\n"; } + my $image_lines_count = ($result =~ tr/\n/\n/) +1; + $self->_add_image($root, $image_lines_count, $width, 1); } else { - $result = $self->_image_formatted_text($root, $basefile, $text, - $text_result); + $result = $self->_image_formatted_text($root, $basefile, $text); $lines_count = ($result =~ tr/\n/\n/); + $self->_add_image($root, $lines_count+1, $width); } return ($result, $lines_count); } diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm index 98f0790..514f652 100644 --- a/tp/Texinfo/Convert/Plaintext.pm +++ b/tp/Texinfo/Convert/Plaintext.pm @@ -667,6 +667,24 @@ return $location; } +sub _add_image($$$$;$) +{ + my $self = shift; + my $root = shift; + my $lines_count = shift; + my $image_width = shift; + my $no_align = shift; + + push @{$self->{'count_context'}->[-1]->{'images'}}, { + 'lines' => $self->{'count_context'}->[-1]->{'lines'}, + 'lines_count' => $lines_count, + 'image_width' => $image_width, + 'no_align' => $no_align, + # may be used for debugging? + #'_ref' => $root, + }; +} + sub _count_added($$$) { my $self = shift; @@ -786,13 +804,32 @@ return $result; } -sub _align_lines($$$$$) +sub _compute_spaces_align_line($$$;$) +{ + my $line_width = shift; + my $max_column = shift; + my $direction = shift; + my $no_align = shift; + + my $spaces_prepended; + if ($line_width > $max_column or $no_align) { + $spaces_prepended = 0; + } elsif ($direction eq 'center') { + $spaces_prepended = (($max_column -1 - $line_width) /2); + } else { + $spaces_prepended = ($max_column -1 - $line_width); + } + return $spaces_prepended; +} + +sub _align_lines($$$$$$) { my $self = shift; my $text = shift; my $max_column = shift; my $direction = shift; my $locations = shift; + my $images = shift; my $result = ''; @@ -804,46 +841,100 @@ push @{$updated_locations->{$location->{'lines'}}}, $location; } } + my $images_marks = {}; + if ($images and @$images) { + foreach my $image (@$images) { + #print STDERR "I $image->{'lines'}, $image->{'lines_count'}, $image->{'image_width'}\n"; + if ($image->{'lines_count'} > 1) { + if (!$images_marks->{$image->{'lines'}}) { + $images_marks->{$image->{'lines'}} = $image; + }# else { + # Happens in Info with the special construct as, in that + # case, there are no lines! So no error... + # $self->_bug_message("more than one image with lines on $image->{'lines'}"); + # in that case, the $image->{'lines'} is not in sync with the + # lines count. So the second image will be treated as simple text. + #} + } + } + } my $bytes_count = 0; my $delta_bytes = 0; my $line_index = 0; + my $image; + my $image_lines_count; + my $image_prepended_spaces; foreach my $line (split /^/, $text) { my $line_bytes_begin = 0; my $line_bytes_end = 0; - my $chomped = chomp($line); - # for debugging. - my $orig_line = $line; - $line_bytes_end -= $self->count_bytes($chomped); - $line =~ s/^(\s*)//; - $line_bytes_begin -= $self->count_bytes($1); - $line =~ s/(\s*)$//; - $line_bytes_end -= $self->count_bytes($1); - my $line_width = Texinfo::Convert::Unicode::string_width($line); - if ($line_width == 0) { - $result .= "\n"; - $line_bytes_end += $self->count_bytes("\n"); - $bytes_count += $self->count_bytes("\n"); + + my ($new_image, $new_image_prepended_spaces); + if ($images_marks->{$line_index}) { + $new_image = $images_marks->{$line_index}; + $image_lines_count = 0; + $new_image_prepended_spaces + = _compute_spaces_align_line($new_image->{'image_width'}, $max_column, + $direction, $new_image->{'no_align'}); + if (!defined($image)) { + $image = $new_image; + $image_prepended_spaces = $new_image_prepended_spaces; + $new_image = undef; + } + } + + if (!$image) { + my $chomped = chomp($line); + # for debugging. + my $orig_line = $line; + $line_bytes_end -= $self->count_bytes($chomped); + $line =~ s/^(\s*)//; + $line_bytes_begin -= $self->count_bytes($1); + $line =~ s/(\s*)$//; + $line_bytes_end -= $self->count_bytes($1); + my $line_width = Texinfo::Convert::Unicode::string_width($line); + if ($line_width == 0) { + $result .= "\n"; + $line_bytes_end += $self->count_bytes("\n"); + $bytes_count += $self->count_bytes("\n"); + } else { + my $spaces_prepended + = _compute_spaces_align_line($line_width, $max_column, $direction); + $result .= ' ' x$spaces_prepended . $line ."\n"; + $line_bytes_begin += $self->count_bytes(' ' x$spaces_prepended); + $line_bytes_end += $self->count_bytes("\n"); + $bytes_count += $line_bytes_begin + $line_bytes_end + + $self->count_bytes($line); + } } else { - my $spaces_prepended; - if ($line_width > $max_column) { - $spaces_prepended = 0; - } elsif ($direction eq 'center') { - $spaces_prepended = (($max_column -1 - $line_width) /2); - } else { - $spaces_prepended = ($max_column -1 - $line_width); - } - $result .= ' ' x$spaces_prepended . $line ."\n"; - $line_bytes_begin += $self->count_bytes(' ' x$spaces_prepended); - $line_bytes_end += $self->count_bytes("\n"); - if ($updated_locations->{$line_index}) { - foreach my $location (@{$updated_locations->{$line_index}}) { - $location->{'bytes'} += $line_bytes_begin + $delta_bytes; - #print STDERR "UPDATE ALIGN: $location->{'root'}->{'extra'}->{'normalized'}: ($location->{'bytes'})\n"; - } - } - $bytes_count += $line_bytes_begin + $line_bytes_end - + $self->count_bytes($line); + $image_lines_count++; + my $prepended_spaces = $image_prepended_spaces; + # adjust if there is something else that the image on the first or + # last line. The adjustment is approximate. + if (($image_lines_count == 1 or $image_lines_count == $image->{'lines_count'}) + and Texinfo::Convert::Unicode::string_width($line) > $image->{'image_width'}) { + $prepended_spaces + -= Texinfo::Convert::Unicode::string_width($line) - $image->{'image_width'}; + $prepended_spaces = 0 if ($prepended_spaces < 0); + } + $result .= ' ' x$prepended_spaces . $line; + $line_bytes_begin += $self->count_bytes(' ' x$prepended_spaces); + $bytes_count += $line_bytes_begin + $self->count_bytes($line); + if ($new_image) { + $image = $new_image; + $image_prepended_spaces = $new_image_prepended_spaces; + } elsif ($image_lines_count == $image->{'lines_count'}) { + $image = undef; + $image_lines_count = undef; + $image_prepended_spaces = undef; + } + } + + if ($updated_locations->{$line_index}) { + foreach my $location (@{$updated_locations->{$line_index}}) { + $location->{'bytes'} += $line_bytes_begin + $delta_bytes; + #print STDERR "UPDATE ALIGN: $location->{'root'}->{'extra'}->{'normalized'}: ($location->{'bytes'})\n"; + } } $delta_bytes += $line_bytes_begin + $line_bytes_end; #print STDERR "ALIGN $orig_line ($line_index. lbb $line_bytes_begin, lbe $line_bytes_end, delta $delta_bytes, bytes_count $bytes_count)\n"; @@ -862,7 +953,7 @@ my $counts = pop @{$self->{'count_context'}}; my $bytes_count; ($result, $bytes_count) = $self->_align_lines($result, $max, - $align, $counts->{'locations'}); + $align, $counts->{'locations'}, $counts->{'images'}); $self->_update_locations_counts($counts->{'locations'}); $self->{'count_context'}->[-1]->{'bytes'} += $bytes_count; $self->{'count_context'}->[-1]->{'lines'} += $counts->{'lines'}; @@ -1208,7 +1299,12 @@ .$self->get_conf('INPUT_PERL_ENCODING').")") if (defined($self->get_conf('INPUT_PERL_ENCODING'))); my $result = ''; + my $max_width = 0; while (<$filehandle>) { + my $width = Texinfo::Convert::Unicode::string_width($_); + if ($width > $max_width) { + $max_width = $width; + } $result .= $_; } # remove last end of line @@ -1217,7 +1313,7 @@ $self->document_warn(sprintf($self->__("error on closing image text file %s: %s"), $txt_file, $!)); } - return $result; + return ($result, $max_width); } else { $self->line_warn(sprintf($self->__("\@image file `%s' unreadable: %s"), $txt_file, $!), $root->{'line_nr'}); @@ -1226,26 +1322,20 @@ return undef; } -sub _image_formatted_text($$$$$) +sub _image_formatted_text($$$$) { my $self = shift; my $root = shift; my $basefile = shift; my $text = shift; - my $text_result = shift; my $result; if (defined($text)) { - $result = $text_result; + $result = $text; } elsif (defined($root->{'extra'}->{'brace_command_contents'}->[3])) { - my $alt = Texinfo::Convert::Text::convert( + $result = '[' .Texinfo::Convert::Text::convert( {'contents' => $root->{'extra'}->{'brace_command_contents'}->[3]}, - {Texinfo::Common::_convert_text_options($self)}); - if (!$self->{'formatters'}->[-1]->{'_top_formatter'}) { - $result = '['.$alt.']'; - } else { - $result = $alt; - } + {Texinfo::Common::_convert_text_options($self)}) .']'; } else { $self->line_warn(sprintf($self->__( "could not find \@image file `%s.txt' nor alternate text"), @@ -1264,18 +1354,16 @@ my $basefile = Texinfo::Convert::Text::convert( {'contents' => $root->{'extra'}->{'brace_command_contents'}->[0]}, {'code' => 1, Texinfo::Common::_convert_text_options($self)}); - my $text = $self->_image_text($root, $basefile); - my $text_result; - if (defined($text)) { - if (!$self->{'formatters'}->[-1]->{'_top_formatter'}) { - $text_result = '['.$text.']'; - } else { - $text_result = $text; - } - } - my $result = $self->_image_formatted_text($root, $basefile, $text, - $text_result); + my ($text, $width) = $self->_image_text($root, $basefile); + my $result = $self->_image_formatted_text($root, $basefile, $text); my $lines_count = ($result =~ tr/\n/\n/); + if (!defined($width)) { + $width = Texinfo::Convert::Unicode::string_width($result); + } + # the last line is part of the image but do not have a new line, + # so 1 is added to $lines_count to have the number of lines of + # the image + $self->_add_image($root, $lines_count+1, $width); return ($result, $lines_count); } return ('', 0); @@ -2208,7 +2296,7 @@ {'indent_level' => $self->{'format_context'}->[-1]->{'indent_level'} -1}); } else { - $result = $self->convert_line ({'contents' => $root->{'extra'}->{'misc_content'}}, + $result = $self->convert_line({'contents' => $root->{'extra'}->{'misc_content'}}, {'indent_level' => $self->{'format_context'}->[-1]->{'indent_level'} -1}); } @@ -2797,7 +2885,7 @@ $result .= $self->_count_added($paragraph->{'container'}, $paragraph->{'container'}->end()); if ($self->{'context'}->[-1] eq 'flushright') { - $result = $self->_align_environment ($result, + $result = $self->_align_environment($result, $self->{'text_element_context'}->[-1]->{'max'}, 'right'); } pop @{$self->{'formatters'}}; diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm index 4e65bea..29024d3 100644 --- a/tp/Texinfo/Parser.pm +++ b/tp/Texinfo/Parser.pm @@ -276,7 +276,7 @@ my %global_multiple_commands; foreach my $global_multiple_command ( 'author', 'footnote', 'hyphenation', 'insertcopying', 'printindex', - 'subtitle','titlefont', 'listoffloats', + 'subtitle','titlefont', 'listoffloats', 'detailmenu', keys(%Texinfo::Common::document_settable_at_commands), ) { $global_multiple_commands{$global_multiple_command} = 1; } diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm index 69a6e6e..bc41d16 100644 --- a/tp/Texinfo/Structuring.pm +++ b/tp/Texinfo/Structuring.pm @@ -523,6 +523,43 @@ 'up' => 'Up' ); +sub _check_menu_entry($$$$) +{ + my $self = shift; + my $command = shift; + my $menu_content = shift; + my $check_menu_entries = shift; + + my $menu_node; + + if (!$self->{'labels'}->{$menu_content->{'extra'}->{'menu_entry_node'}->{'normalized'}}) { + if ($check_menu_entries) { + $self->line_error(sprintf($self-> + __("\@%s reference to nonexistent node `%s'"), + $command, + Texinfo::Parser::_node_extra_to_texi( + $menu_content->{'extra'}->{'menu_entry_node'})), + $menu_content->{'line_nr'}); + } + } else { + my $normalized_menu_node + = $menu_content->{'extra'}->{'menu_entry_node'}->{'normalized'}; + $menu_node = $self->{'labels'}->{$normalized_menu_node}; + if ($check_menu_entries and ! _check_node_same_texinfo_code($menu_node, + $menu_content->{'extra'}->{'menu_entry_node'})) { + $self->line_warn(sprintf($self-> + __("\@%s entry node name `%s' different from %s name `%s'"), + $command, + Texinfo::Parser::_node_extra_to_texi( + $menu_content->{'extra'}->{'menu_entry_node'}), + $menu_node->{'cmdname'}, + Texinfo::Parser::_node_extra_to_texi($menu_node->{'extra'})), + $menu_content->{'line_nr'}); + } + } + return $menu_node; +} + # first go through all the menu and set menu_up, menu_next, menu_prev # and warn for unknown nodes. # then go through all the nodes and set directions @@ -532,6 +569,9 @@ return undef unless ($self->{'nodes'} and @{$self->{'nodes'}}); my $top_node; my $top_node_up; + + my $check_menu_entries = (!$self->{'novalidate'} and $self->{'SHOW_MENU'}); + foreach my $node (@{$self->{'nodes'}}) { if ($node->{'extra'}->{'normalized'} eq 'Top') { $top_node = $node; @@ -553,7 +593,6 @@ # menu entry before the first node may be treated slightly differently. # at least, there are no error messages for them - my $check_menu_entries = (!$self->{'novalidate'} and $self->{'SHOW_MENU'}); foreach my $menu (@{$node->{'menus'}}) { my $previous_node; foreach my $menu_content (@{$menu->{'contents'}}) { @@ -562,31 +601,12 @@ my $menu_node; my $external_node; if (!$menu_content->{'extra'}->{'menu_entry_node'}->{'manual_content'}) { - if (!$self->{'labels'}->{$menu_content->{'extra'}->{'menu_entry_node'}->{'normalized'}}) { - if ($check_menu_entries) { - $self->line_error(sprintf($self-> - __("menu reference to nonexistent node `%s'"), - Texinfo::Parser::_node_extra_to_texi( - $menu_content->{'extra'}->{'menu_entry_node'})), - $menu_content->{'line_nr'}); - } - } else { - # this may happen more than once for a given node if the node - # is in more than one menu. Therefore all the menu up node - # are kept in $menu_node->{'menu_up_hash'} - my $normalized_menu_node - = $menu_content->{'extra'}->{'menu_entry_node'}->{'normalized'}; - $menu_node = $self->{'labels'}->{$normalized_menu_node}; - if ($check_menu_entries and ! _check_node_same_texinfo_code($menu_node, - $menu_content->{'extra'}->{'menu_entry_node'})) { - $self->line_warn(sprintf($self-> - __("menu entry node name `%s' different from %s name `%s'"), - Texinfo::Parser::_node_extra_to_texi( - $menu_content->{'extra'}->{'menu_entry_node'}), - $menu_node->{'cmdname'}, - Texinfo::Parser::_node_extra_to_texi($menu_node->{'extra'})), - $menu_content->{'line_nr'}); - } + $menu_node = _check_menu_entry($self, 'menu', $menu_content, + $check_menu_entries); + # this may happen more than once for a given node if the node + # is in more than one menu. Therefore all the menu up node + # are kept in $menu_node->{'menu_up_hash'} + if ($menu_node) { $menu_node->{'menu_up'} = $node; $menu_node->{'menu_up_hash'}->{$node->{'extra'}->{'normalized'}} = 1; } @@ -612,6 +632,23 @@ } } } + if ($check_menu_entries) { + my $global_commands = $self->global_commands_information(); + if ($global_commands->{'detailmenu'}) { + foreach my $detailmenu (@{$global_commands->{'detailmenu'}}) { + foreach my $menu_content (@{$detailmenu->{'contents'}}) { + if ($menu_content->{'extra'} + and $menu_content->{'extra'}->{'menu_entry_node'}) { + if (!$menu_content->{'extra'}->{'menu_entry_node'}->{'manual_content'}) { + _check_menu_entry($self, 'detailmenu', $menu_content, + $check_menu_entries); + } + } + } + } + } + } + $top_node = $self->{'nodes'}->[0] if (!$top_node); foreach my $node (@{$self->{'nodes'}}) { # warn if node is not top node and doesn't appear in menu @@ -1755,7 +1792,7 @@ foreach my $entry (@{$menu->{'contents'}}) { if ($entry->{'type'} and $entry->{'type'} eq 'menu_entry') { push @master_menu_contents, Texinfo::Common::copy_tree($entry); - # gather node cheldren to recusrsively print their menus + # gather node children to recusrsively print their menus my $entry_node = $entry->{'extra'}->{'menu_entry_node'}; if (! $entry_node->{'manual_content'} and defined($entry_node->{'normalized'})) { diff --git a/tp/init/tex4ht.pm b/tp/init/tex4ht.pm index d8ec8ad..c26a237 100644 --- a/tp/init/tex4ht.pm +++ b/tp/init/tex4ht.pm @@ -256,7 +256,7 @@ my $cmd = "$commands{$command}->{'exec'} $commands{$command}->{'basefile'} $options"; print STDERR "tex4ht command: $cmd\n" if ($self->get_conf('VERBOSE')); if (system($cmd)) { - $self->document_warn(sprintf(__( + $self->document_warn(sprintf($self->__( "tex4ht.pm: command failed: %s"), $cmd)); return 1; } @@ -264,7 +264,7 @@ # extract the html from the file created by tex4ht my $html_basefile = $commands{$command}->{'html_file'}; unless (open (TEX4HT_HTMLFILE, $html_basefile)) { - $self->document_warn(sprintf(__("tex4ht.pm: could not open: %s"), + $self->document_warn(sprintf($self->__("tex4ht.pm: could not open: %s"), $html_basefile, $!)); return 1; } @@ -290,7 +290,8 @@ } } unless ($end_found) { - $self->document_warn(sprintf(__("tex4ht.pm: end of \@%s item %d not found"), + $self->document_warn(sprintf($self->__( + "tex4ht.pm: end of \@%s item %d not found"), $command, $count)); } } diff --git a/tp/maintain/regenerate_cmd_tests.sh b/tp/maintain/regenerate_cmd_tests.sh new file mode 100755 index 0000000..caa72df --- /dev/null +++ b/tp/maintain/regenerate_cmd_tests.sh @@ -0,0 +1,164 @@ +#! /bin/sh +# regenerate_cmd_tests.sh: use information from test driving files to +# regenerate test scripts that run only one test, and files lists to be +# use in Makefiles. +# $Id: regenerate_cmd_tests.sh,v 1.1 2013/02/10 15:14:11 pertusus Exp $ +# Copyright 2013 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# +# Originally written by Patrice Dumas. + +#set -x + +test_file='tests-parser.txt' +test_scripts_dir='test_scripts' + +test -d $test_scripts_dir || mkdir $test_scripts_dir + +dir=`echo $0 | sed 's,/[^/]*$,,'` +outfile=$1 +shift + +while test z"$1" = 'z-base' -o z"$1" = 'z-long' -o z"$1" = 'z-tex_html'; do + if test z"$1" = 'z-base'; then + base_test_dirs=$2 + elif test z"$1" = 'z-long'; then + long_test_dirs=$2 + elif test z"$1" = 'z-tex_html'; then + tex_html_test_dirs=$2 + else + echo "Bad args" 1>&2 + exit 1 + fi + shift + shift +done + + +( +cd "$dir/../tests" || exit 1 + +test_driving_files='test_driving_files_generated_list =' +one_test_files='one_test_files_generated_list = ' + +gather_tests() { +type=$1 +shift +test_dirs=$1 +for test_dir in $test_dirs; do + driving_file=$test_dir/tests-parser.txt + if test -f $driving_file; then + test_driving_files="$test_driving_files $driving_file" + while read line + do + if echo $line | grep -qs '^ *#'; then continue; fi +# there are better ways + name=`echo $line | awk '{print $1}'` + arg=$name + file=`echo $line | awk '{print $2}'` + remaining=`echo $line | sed 's/[a-zA-Z0-9_./-]* *[a-zA-Z0-9_./-]* *//'` + test "z$name" = 'z' -o "$zfile" = 'z' && continue + basename=`basename $file .texi` + if test "z$name" = 'ztexi' ; then + name="texi_${basename}" + arg="texi ${basename}.texi" + fi + one_test_file="$test_scripts_dir/${test_dir}_$name.sh" + one_test_files="$one_test_files \\ + $one_test_file" + echo '#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + +' > $one_test_file + if test $type = 'base'; then + echo ' +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi' >> $one_test_file + elif test $type = 'long'; then + echo ' +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi +' >> $one_test_file + elif test $type = 'tex_html'; then + echo ' +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi +' >> $one_test_file + fi + echo "dir=$test_dir +arg='$arg' +name='$name' +"'[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status +' >> $one_test_file + chmod 0755 $one_test_file + done < $driving_file + else + echo "Missing file $driving_file" 1>&2 + exit 1 + fi +done +} + +basefile=`basename $outfile` +cat >$outfile <> $outfile + +echo "$one_test_files +" >>$outfile + +) diff --git a/tp/maintain/regenerate_docstr.sh b/tp/maintain/regenerate_docstr.sh index 31e2e10..ad0ee16 100755 --- a/tp/maintain/regenerate_docstr.sh +++ b/tp/maintain/regenerate_docstr.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: regenerate_docstr.sh,v 1.2 2013/02/03 23:53:48 karl Exp $ +# $Id: regenerate_docstr.sh,v 1.3 2013/02/10 15:14:12 pertusus Exp $ # Copyright 2011, 2012, 2013 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives @@ -23,8 +23,9 @@ exit 1 fi -echo >$outfile <$outfile <catdir($mydir, File::Spec->updir()); chdir($parent) || die "chdir $parent: $!"; -d "t" || (die "goodbye, no t directory in " . `pwd`); +my %files; find (\&wanted, ('t')); sub wanted { if ((/\.pl$/ and $File::Find::dir =~ m:^t/results/[^/]+:) - or (/\.t$/ and $File::Find::dir =~ /t$/) or (!/^CVS$/ and $File::Find::dir =~ m:^t/results/[^/]+/[^/]+/res_[^/]+$:)) { $files{$File::Find::name} = 1; + } +} + +my %tap_files; +find (\&wanted_tap_files, ('t')); +sub wanted_tap_files +{ + if (/\.t$/ and $File::Find::dir =~ /t$/) { + $tap_files{$File::Find::name} = 1; } } @@ -65,7 +72,13 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. EOH -print INCLUDE "test_files_generated_list ="; +print INCLUDE 'test_tap_files_generated_list ='; +foreach my $file (sort(keys(%tap_files))) { + print INCLUDE " \\\n $file"; +} +print INCLUDE "\n\n"; + +print INCLUDE 'test_files_generated_list = $(test_tap_files_generated_list)'; foreach my $file (sort(keys(%files)), sort(keys(%include_files))) { print INCLUDE " \\\n $file"; } diff --git a/tp/t/01use.t b/tp/t/01use.t index d676b98..bb60ac9 100644 --- a/tp/t/01use.t +++ b/tp/t/01use.t @@ -6,7 +6,9 @@ use strict; use Test::More; -BEGIN { plan tests => 2 }; +use File::Spec; +BEGIN { plan tests => 2; + if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } use Texinfo::Convert::Texinfo; ok(1, "modules loading"); # If we made it this far, we're ok. diff --git a/tp/t/02coverage.t b/tp/t/02coverage.t index 4be8558..f99af37 100644 --- a/tp/t/02coverage.t +++ b/tp/t/02coverage.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/03coverage_braces.t b/tp/t/03coverage_braces.t index 1a6b9e0..197c3a0 100644 --- a/tp/t/03coverage_braces.t +++ b/tp/t/03coverage_braces.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/04verb.t b/tp/t/04verb.t index 0ffe1a2..c79335f 100644 --- a/tp/t/04verb.t +++ b/tp/t/04verb.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/05paragraph.t b/tp/t/05paragraph.t index 616523f..657eb8f 100644 --- a/tp/t/05paragraph.t +++ b/tp/t/05paragraph.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/06columnfractions.t b/tp/t/06columnfractions.t index d7eaede..21c392a 100644 --- a/tp/t/06columnfractions.t +++ b/tp/t/06columnfractions.t @@ -1,5 +1,8 @@ use Test::More; use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/08misc_commands.t b/tp/t/08misc_commands.t index a3688b5..0f4e155 100644 --- a/tp/t/08misc_commands.t +++ b/tp/t/08misc_commands.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/09indices.t b/tp/t/09indices.t index 83c4c0b..a67c523 100644 --- a/tp/t/09indices.t +++ b/tp/t/09indices.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/10menu.t b/tp/t/10menu.t index e12bae4..8ac97c5 100644 --- a/tp/t/10menu.t +++ b/tp/t/10menu.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; @@ -174,6 +177,15 @@ @node unnumberedsec @unnumberedsec unnumberedsec '], +['detailmenu_unknown_node', +'@node Top + +@menu +@detailmenu +* unknown:: +@end detailmenu +@end menu +'], ['reference_to_external_manual', ' @node Top diff --git a/tp/t/16raw.t b/tp/t/16raw.t index 94ca604..8aa06ca 100644 --- a/tp/t/16raw.t +++ b/tp/t/16raw.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/181quotation.t b/tp/t/181quotation.t index 60ce34b..770ca9f 100644 --- a/tp/t/181quotation.t +++ b/tp/t/181quotation.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/18itemize.t b/tp/t/18itemize.t index 2ded07f..a34ee4b 100644 --- a/tp/t/18itemize.t +++ b/tp/t/18itemize.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/19def.t b/tp/t/19def.t index daffe77..196cd3b 100644 --- a/tp/t/19def.t +++ b/tp/t/19def.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/20preformatted.t b/tp/t/20preformatted.t index 4f5c25b..e27180e 100644 --- a/tp/t/20preformatted.t +++ b/tp/t/20preformatted.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/21multitable.t b/tp/t/21multitable.t index ddf72f0..b695ff1 100644 --- a/tp/t/21multitable.t +++ b/tp/t/21multitable.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/22xtable.t b/tp/t/22xtable.t index 8f0267f..002ede2 100644 --- a/tp/t/22xtable.t +++ b/tp/t/22xtable.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/25regions.t b/tp/t/25regions.t index 5edacba..d68ee93 100644 --- a/tp/t/25regions.t +++ b/tp/t/25regions.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/27float.t b/tp/t/27float.t index 14d4467..7343b06 100644 --- a/tp/t/27float.t +++ b/tp/t/27float.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/28heading.t b/tp/t/28heading.t index 44ba552..02ca3f8 100644 --- a/tp/t/28heading.t +++ b/tp/t/28heading.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/30sectioning.t b/tp/t/30sectioning.t index 9c523cc..9954cc4 100644 --- a/tp/t/30sectioning.t +++ b/tp/t/30sectioning.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/50value.t b/tp/t/50value.t index 79f0099..2035cbb 100644 --- a/tp/t/50value.t +++ b/tp/t/50value.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/55conditionals.t b/tp/t/55conditionals.t index 4d4057b..e4f0759 100644 --- a/tp/t/55conditionals.t +++ b/tp/t/55conditionals.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/57invalid_nestings.t b/tp/t/57invalid_nestings.t index 5b72151..6013f29 100644 --- a/tp/t/57invalid_nestings.t +++ b/tp/t/57invalid_nestings.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/58alias.t b/tp/t/58alias.t index 98b48cb..87c57e2 100644 --- a/tp/t/58alias.t +++ b/tp/t/58alias.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/60macro.t b/tp/t/60macro.t index 603a153..dffcbbb 100644 --- a/tp/t/60macro.t +++ b/tp/t/60macro.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/70value_and_macro.t b/tp/t/70value_and_macro.t index bbd15f2..2602acb 100644 --- a/tp/t/70value_and_macro.t +++ b/tp/t/70value_and_macro.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/80include.t b/tp/t/80include.t index 5674924..f4c0b48 100644 --- a/tp/t/80include.t +++ b/tp/t/80include.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/accents.t b/tp/t/accents.t index f640099..7eec48b 100644 --- a/tp/t/accents.t +++ b/tp/t/accents.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 63 }; +use File::Spec; +BEGIN { plan tests => 63; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/automatic_menus.t b/tp/t/automatic_menus.t index 4251bb4..af2f4ab 100644 --- a/tp/t/automatic_menus.t +++ b/tp/t/automatic_menus.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 5 }; +use File::Spec; +BEGIN { plan tests => 5; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/automatic_nodes.t b/tp/t/automatic_nodes.t index 7cf1f3b..89a2ec3 100644 --- a/tp/t/automatic_nodes.t +++ b/tp/t/automatic_nodes.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 25 }; +use File::Spec; +BEGIN { plan tests => 25; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/collect_spaces.t b/tp/t/collect_spaces.t index 15ba40e..70640c5 100644 --- a/tp/t/collect_spaces.t +++ b/tp/t/collect_spaces.t @@ -1,7 +1,16 @@ use strict; use Test::More; -BEGIN { plan tests => 15 }; +use File::Spec; +BEGIN { plan tests => 15; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; + use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; use lib 'maintain/lib/Text-Unidecode/lib/'; diff --git a/tp/t/converters_tests.t b/tp/t/converters_tests.t index 9e1430a..21c22f4 100644 --- a/tp/t/converters_tests.t +++ b/tp/t/converters_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/do_master_menu.t b/tp/t/do_master_menu.t index d3f9543..01d8ccc 100644 --- a/tp/t/do_master_menu.t +++ b/tp/t/do_master_menu.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 5 }; +use File::Spec; +BEGIN { plan tests => 5; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/docbook_tests.t b/tp/t/docbook_tests.t index 4a2dfe7..2c80c2b 100644 --- a/tp/t/docbook_tests.t +++ b/tp/t/docbook_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/fix_texinfo.t b/tp/t/fix_texinfo.t index 8ebe4de..c7c4f7b 100644 --- a/tp/t/fix_texinfo.t +++ b/tp/t/fix_texinfo.t @@ -1,7 +1,16 @@ use strict; use Test::More; -BEGIN { plan tests => 4 }; +use File::Spec; +BEGIN { plan tests => 4; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; + use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; use lib 'maintain/lib/Text-Unidecode/lib/'; diff --git a/tp/t/html_tests.t b/tp/t/html_tests.t index d678ee1..bb9c715 100644 --- a/tp/t/html_tests.t +++ b/tp/t/html_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/include_reference/figure.txt b/tp/t/include_reference/figure.txt new file mode 100644 index 0000000..3a85fb9 --- /dev/null +++ b/tp/t/include_reference/figure.txt @@ -0,0 +1,3 @@ + 1 A B + 2 C D + 3 E F diff --git a/tp/t/indent_menu_descriptions.t b/tp/t/indent_menu_descriptions.t index e70f490..e3e7b83 100644 --- a/tp/t/indent_menu_descriptions.t +++ b/tp/t/indent_menu_descriptions.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 2 }; +use File::Spec; +BEGIN { plan tests => 2; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/index_before_item.t b/tp/t/index_before_item.t index 4d53469..8b69f3e 100644 --- a/tp/t/index_before_item.t +++ b/tp/t/index_before_item.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 6 }; +use File::Spec; +BEGIN { plan tests => 6; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/info_tests.t b/tp/t/info_tests.t index e86f62e..31aac2b 100644 --- a/tp/t/info_tests.t +++ b/tp/t/info_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; @@ -410,8 +413,8 @@ * tOP:: @end menu '], -# since there is no split in the test suite, there is no split tested -# here, in fact. +# since there is no split in the test suite, there is no split tested +# here, in fact. ['split_no_copying', '\input texinfo @setfilename split-nocopying.info @@ -786,6 +789,45 @@ Second anchor in text @anchor{second anchor in flushright} after anchor. @end flushright '], +# if this test is changed, the corresponding test in t/plaintext_tests.t +# should be changed too +['multiline_image_and_align', +'@center @image{figure} + +@center CCCC @image{figure} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure} + +@center dddd @image{figure} iiiii + +@flushright +AAA +@image{figure} + +BBB @image{figure} gggg @image{figure} + +HHH +@image{figure} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright + +@center @image{figure, , , ,txt} + +@center CCCC @image{figure, , , ,txt} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure, , , ,txt} + +@center dddd @image{figure, , , ,txt} iiiii + +@flushright +AAA +@image{figure, , , ,txt} + +BBB @image{figure, , , ,txt} gggg @image{figure, , , ,txt} + +HHH +@image{figure, , , ,txt} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright +'], ); foreach my $test (@test_cases) { diff --git a/tp/t/languages.t b/tp/t/languages.t index 768b8c4..c8f1efd 100644 --- a/tp/t/languages.t +++ b/tp/t/languages.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/nodenormalization.t b/tp/t/nodenormalization.t index ede0410..ec5c0af 100644 --- a/tp/t/nodenormalization.t +++ b/tp/t/nodenormalization.t @@ -1,13 +1,22 @@ +use strict; + use Test::More; -BEGIN { plan tests => 8 }; +use File::Spec; +BEGIN { plan tests => 8; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; + use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; use lib 'maintain/lib/Text-Unidecode/lib/'; use Texinfo::Convert::NodeNameNormalization qw(normalize_node transliterate_texinfo); use Texinfo::Parser; use Data::Dumper; - -use strict; # Currently, tests check that NodeNameNormalization do not break with complete # Texinfo trees, not that the output is correct. diff --git a/tp/t/paragraph.t b/tp/t/paragraph.t index f20f68b..1bc262e 100644 --- a/tp/t/paragraph.t +++ b/tp/t/paragraph.t @@ -1,7 +1,16 @@ use strict; use Test::More; -BEGIN { plan tests => 129 }; +use File::Spec; +BEGIN { plan tests => 129; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; + use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use Texinfo::Convert::Paragraph; use Texinfo::Convert::Line; diff --git a/tp/t/plaintext_tests.t b/tp/t/plaintext_tests.t index aaf8de1..0435060 100644 --- a/tp/t/plaintext_tests.t +++ b/tp/t/plaintext_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; @@ -593,6 +596,27 @@ @item in item @end example '], +# if this test is modified, the corresponding test in t/info_tests.t should +# be changed too +['multiline_image_and_align', +'@center @image{figure} + +@center CCCC @image{figure} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure} + +@center dddd @image{figure} iiiii + +@flushright +AAA +@image{figure} + +BBB @image{figure} gggg @image{figure} + +HHH +@image{figure} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright +'], ); my $insert_copying_and_paragraph = diff --git a/tp/t/protect_character_in_texinfo.t b/tp/t/protect_character_in_texinfo.t index 6344a88..cab19dc 100644 --- a/tp/t/protect_character_in_texinfo.t +++ b/tp/t/protect_character_in_texinfo.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 4 }; +use File::Spec; +BEGIN { plan tests => 4; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/reference_to_text_in_tree.t b/tp/t/reference_to_text_in_tree.t index 61b7d37..952b5ee 100644 --- a/tp/t/reference_to_text_in_tree.t +++ b/tp/t/reference_to_text_in_tree.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 2 }; +use File::Spec; +BEGIN { plan tests => 2; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/results/converters_tests/at_commands_in_refs.pl b/tp/t/results/converters_tests/at_commands_in_refs.pl index ecc87e5..a668dd8 100644 --- a/tp/t/results/converters_tests/at_commands_in_refs.pl +++ b/tp/t/results/converters_tests/at_commands_in_refs.pl @@ -22179,8 +22179,8 @@ **************************************************** -19 [f--ile1] [Image description""\\.] -************************************ +19 [f--ile1] Image description""\\. +********************************** 20 @ {} . *********** @@ -22216,7 +22216,7 @@ e\'\' e;:: *note e. e( e_ .e e< j ee[:: *note i E=` C\',:: *note `` \'\' ` \' ,, ,:: *note << >> << >> < >:: *note `` \'\' --- -- ` \':: *note AAA (fff) AAA BBB:: *note CCC (rrr) CCC DDD:: *note the someone -:: *note [f--ile1] [Image description""\\.]:: *note @ {} . :: *note \'cite asis\' in @w b +:: *note [f--ile1] Image description""\\.:: *note @ {} . :: *note \'cite asis\' in @w b in r SC *str* t VAR "dfn" i:: *note \'env\' \'code\' \'option\' \'samp\' \'command\' \'file\' \'C-x \':: *note 8.27in:: *note sansserif slanted:: *note \'indicateurl\':: *note text (url) ls:: @@ -23033,7 +23033,7 @@ * AAA (fff) AAA BBB:: * CCC (rrr) CCC DDD:: * the someone :: -* [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"]:: +* [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."]:: * @ {} . :: * \'cite asis\' in @w b in r SC *str* t VAR "dfn" i:: * \'env\' \'code\' \'option\' \'samp\' \'command\' \'file\' \'C-x \':: @@ -23149,20 +23149,20 @@ ********************  -File: , Node: the someone , Next: [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"], Prev: CCC (rrr) CCC DDD, Up: Top +File: , Node: the someone , Next: [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."], Prev: CCC (rrr) CCC DDD, Up: Top 18 the someone ****************************************************  -File: , Node: [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"], Next: @ {} . , Prev: the someone , Up: Top - - -19 [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"] -********************************************************************************* +File: , Node: [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."], Next: @ {} . , Prev: the someone , Up: Top + + +19 [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."] +*******************************************************************************  -File: , Node: @ {} . , Next: \'cite asis\' in @w b in r SC *str* t VAR "dfn" i, Prev: [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"], Up: Top +File: , Node: @ {} . , Next: \'cite asis\' in @w b in r SC *str* t VAR "dfn" i, Prev: [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."], Up: Top 20 @ {} . *********** @@ -23216,7 +23216,7 @@ e\'\' e;:: *note e. e( e_ .e e< j ee[:: *note i E=` C\',:: *note `` \'\' ` \' ,, ,:: *note << >> << >> < >:: *note `` \'\' --- -- ` \':: *note AAA (fff) AAA BBB:: *note CCC (rrr) CCC DDD:: *note the someone -:: *note [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"]:: *note @ {} . :: *note \'cite asis\' in @w b +:: *note [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."]:: *note @ {} . :: *note \'cite asis\' in @w b in r SC *str* t VAR "dfn" i:: *note \'env\' \'code\' \'option\' \'samp\' \'command\' \'file\' \'C-x \':: *note 8.27in:: *note sansserif slanted:: *note \'indicateurl\':: *note text (url) ls:: @@ -23225,33 +23225,33 @@  Tag Table: Node: Top27 -Node: { }844 +Node: { }842 Node: ! -. . ? @923 -Node: @ { } \\ #1028 -Node: LaTeX TeX * , (C) ... ...1147 -Node: == error-> Euro ! ==> -1308 -Node: >= <= ->1464 -Node: a o -!- # -| ? (R)1583 -Node: => o a b a sunny day aa1722 -Node: AA ae oe AE OE /o /O ss /l /L D d TH th1902 -Node: a" e~ i^ a^ a` e\' c, e= e* e\'\' e;2129 -Node: e. e( e_ .e e< j ee[2343 -Node: i E=` C\',2501 -Node: `` \'\' ` \' ,, ,2618 -Node: << >> << >> < >2740 -Node: `` \'\' --- -- ` \'2871 -Node: AAA (fff) AAA BBB2999 -Node: CCC (rrr) CCC DDD3139 -Node: the someone 3312 -Node: [f--ile1] [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"]3614 -Node: @ {} . 3970 -Node: \'cite asis\' in @w b in r SC *str* t VAR "dfn" i4179 -Node: \'env\' \'code\' \'option\' \'samp\' \'command\' \'file\' \'C-x \'4441 -Node: 8.27in4721 -Node: sansserif slanted4869 -Node: \'indicateurl\'4995 -Node: text (url) ls5143 +. . ? @921 +Node: @ { } \\ #1026 +Node: LaTeX TeX * , (C) ... ...1145 +Node: == error-> Euro ! ==> -1306 +Node: >= <= ->1462 +Node: a o -!- # -| ? (R)1581 +Node: => o a b a sunny day aa1720 +Node: AA ae oe AE OE /o /O ss /l /L D d TH th1900 +Node: a" e~ i^ a^ a` e\' c, e= e* e\'\' e;2127 +Node: e. e( e_ .e e< j ee[2341 +Node: i E=` C\',2499 +Node: `` \'\' ` \' ,, ,2616 +Node: << >> << >> < >2738 +Node: `` \'\' --- -- ` \'2869 +Node: AAA (fff) AAA BBB2997 +Node: CCC (rrr) CCC DDD3137 +Node: the someone 3310 +Node: [f--ile1] [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."]3610 +Node: @ {} . 3960 +Node: \'cite asis\' in @w b in r SC *str* t VAR "dfn" i4167 +Node: \'env\' \'code\' \'option\' \'samp\' \'command\' \'file\' \'C-x \'4429 +Node: 8.27in4709 +Node: sansserif slanted4857 +Node: \'indicateurl\'4983 +Node: text (url) ls5131  End Tag Table '; diff --git a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info index f9fd5e9..0ec765c 100644 Binary files a/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info and b/tp/t/results/converters_tests/at_commands_in_refs_latin1/res_info/at_commands_in_refs_latin1.info differ diff --git a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info index 69a219d..54fe296 100644 Binary files a/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info and b/tp/t/results/converters_tests/at_commands_in_refs_utf8/res_info/at_commands_in_refs_utf8.info differ diff --git a/tp/t/results/converters_tests/image_formatting.pl b/tp/t/results/converters_tests/image_formatting.pl index 7294c61..41c4e50 100644 --- a/tp/t/results/converters_tests/image_formatting.pl +++ b/tp/t/results/converters_tests/image_formatting.pl @@ -2869,31 +2869,31 @@ -$result_converted{'plaintext'}->{'image_formatting'} = '\'@image{f--ile}\' [Image description""\\.] \'@image{f--ile,l--i}\' [Image description""\\.] \'@image{f--ile,,l--e}\' [Image description""\\.] -\'@image{f--ile,,,alt}\' [Image description""\\.] \'@image{f--ile,,,,e-d-xt}\' [Image description""\\.] -\'@image{f--ile,aze,az,alt,e--xt}\' [Image description""\\.] \'@image{f-ile,aze,,a--lt}\' [a-lt] -\'@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}\' [alt] [aaa +$result_converted{'plaintext'}->{'image_formatting'} = '\'@image{f--ile}\' Image description""\\. \'@image{f--ile,l--i}\' Image description""\\. \'@image{f--ile,,l--e}\' Image description""\\. +\'@image{f--ile,,,alt}\' Image description""\\. \'@image{f--ile,,,,e-d-xt}\' Image description""\\. +\'@image{f--ile,aze,az,alt,e--xt}\' Image description""\\. \'@image{f-ile,aze,,a--lt}\' [a-lt] +\'@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}\' [alt] aaa bbb -ccc] [aaa +ccc aaa bbb -ccc] - - @image{f--ile} [Image description""\\.] - @image{f--ile,l--i} [Image description""\\.] - @image{f--ile,,l--e} [Image description""\\.] - @image{f--ile,,,alt} [Image description""\\.] - @image{f--ile,,,,e-d-xt} [Image description""\\.] - @image{f--ile,aze,az,alt,e--xt} [Image description""\\.] +ccc + + @image{f--ile} Image description""\\. + @image{f--ile,l--i} Image description""\\. + @image{f--ile,,l--e} Image description""\\. + @image{f--ile,,,alt} Image description""\\. + @image{f--ile,,,,e-d-xt} Image description""\\. + @image{f--ile,aze,az,alt,e--xt} Image description""\\. @image{f-ile,aze,,a--lt} [a-lt] @image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@} [alt] - [aaa + aaa bbb -ccc] [aaa +ccc aaa bbb -ccc] +ccc Image description""\\. - in para [Image description""\\.]. + in para Image description""\\.. '; @@ -3119,32 +3119,32 @@  File: , Node: Top, Up: (dir) -\'@image{f--ile}\' [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] \'@image{f--ile,l--i}\' [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] \'@image{f--ile,,l--e}\' [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] -\'@image{f--ile,,,alt}\' [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"] \'@image{f--ile,,,,e-d-xt}\' [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] -\'@image{f--ile,aze,az,alt,e--xt}\' [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"] \'@image{f-ile,aze,,a--lt}\' [a-lt] -\'@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}\' [alt] [aaa +\'@image{f--ile}\' [image src="f--ile.png" text="Image description\\"\\"\\\\."] \'@image{f--ile,l--i}\' [image src="f--ile.png" text="Image description\\"\\"\\\\."] \'@image{f--ile,,l--e}\' [image src="f--ile.png" text="Image description\\"\\"\\\\."] +\'@image{f--ile,,,alt}\' [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."] \'@image{f--ile,,,,e-d-xt}\' [image src="f--ile.png" text="Image description\\"\\"\\\\."] +\'@image{f--ile,aze,az,alt,e--xt}\' [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."] \'@image{f-ile,aze,,a--lt}\' [a-lt] +\'@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}\' [alt] aaa bbb -ccc] [aaa +ccc aaa bbb -ccc] - - @image{f--ile} [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] - @image{f--ile,l--i} [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] - @image{f--ile,,l--e} [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] - @image{f--ile,,,alt} [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"] - @image{f--ile,,,,e-d-xt} [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"] - @image{f--ile,aze,az,alt,e--xt} [image src="f--ile.png" alt="alt" text="[Image description\\"\\"\\\\.]"] +ccc + + @image{f--ile} [image src="f--ile.png" text="Image description\\"\\"\\\\."] + @image{f--ile,l--i} [image src="f--ile.png" text="Image description\\"\\"\\\\."] + @image{f--ile,,l--e} [image src="f--ile.png" text="Image description\\"\\"\\\\."] + @image{f--ile,,,alt} [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."] + @image{f--ile,,,,e-d-xt} [image src="f--ile.png" text="Image description\\"\\"\\\\."] + @image{f--ile,aze,az,alt,e--xt} [image src="f--ile.png" alt="alt" text="Image description\\"\\"\\\\."] @image{f-ile,aze,,a--lt} [a-lt] @image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@} [alt] - [aaa + aaa bbb -ccc] [aaa +ccc aaa bbb -ccc] +ccc [image src="f--ile.png" alt="a very long alt argument that could span more than one line who knows" text="Image description\\"\\"\\\\."] - in para [image src="f--ile.png" alt="a very long alt argument that could span more than one line who knows" text="[Image description\\"\\"\\\\.]"]. + in para [image src="f--ile.png" alt="a very long alt argument that could span more than one line who knows" text="Image description\\"\\"\\\\."].  Tag Table: diff --git a/tp/t/results/converters_tests/image_with_spaces.pl b/tp/t/results/converters_tests/image_with_spaces.pl index 4f34f68..d3d7629 100644 Binary files a/tp/t/results/converters_tests/image_with_spaces.pl and b/tp/t/results/converters_tests/image_with_spaces.pl differ diff --git a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html index 23cd5f0..e32b80f 100644 --- a/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html +++ b/tp/t/results/converters_tests/japanese_shift_jis/res_html/Preface.html @@ -57,7 +57,7 @@

    -ŽŸ: , Previous: Top, Up: Top  

    +Next: , Previous: Top, Up: Top  


    diff --git a/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html b/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html index a3266fa..26a413a 100644 --- a/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html +++ b/tp/t/results/converters_tests/japanese_shift_jis/res_html/index.html @@ -59,7 +59,7 @@

    -ŽŸ: , Up: (dir)  

    +Next: , Up: (dir)  


    @@ -79,7 +79,7 @@

    -ŽŸ: , Up: (dir)  

    +Next: , Up: (dir)  

    diff --git a/tp/t/results/converters_tests/spaces_in_empty_node_names.pl b/tp/t/results/converters_tests/spaces_in_empty_node_names.pl index 8755dc1..56fa863 100644 --- a/tp/t/results/converters_tests/spaces_in_empty_node_names.pl +++ b/tp/t/results/converters_tests/spaces_in_empty_node_names.pl @@ -1018,30 +1018,30 @@ 'type' => 'error' }, { - 'error_line' => ':4: menu reference to nonexistent node `@ @ \' + 'error_line' => ':4: @menu reference to nonexistent node `@ @ \' ', 'file_name' => '', 'line_nr' => 4, 'macro' => '', - 'text' => 'menu reference to nonexistent node `@ @ \'', + 'text' => '@menu reference to nonexistent node `@ @ \'', 'type' => 'error' }, { - 'error_line' => ':5: menu reference to nonexistent node `@verb{: :}\' + 'error_line' => ':5: @menu reference to nonexistent node `@verb{: :}\' ', 'file_name' => '', 'line_nr' => 5, 'macro' => '', - 'text' => 'menu reference to nonexistent node `@verb{: :}\'', + 'text' => '@menu reference to nonexistent node `@verb{: :}\'', 'type' => 'error' }, { - 'error_line' => ':6: menu reference to nonexistent node `@ \' + 'error_line' => ':6: @menu reference to nonexistent node `@ \' ', 'file_name' => '', 'line_nr' => 6, 'macro' => '', - 'text' => 'menu reference to nonexistent node `@ \'', + 'text' => '@menu reference to nonexistent node `@ \'', 'type' => 'error' } ]; diff --git a/tp/t/results/converters_tests/spaces_in_node_names.pl b/tp/t/results/converters_tests/spaces_in_node_names.pl index cc743e7..95acec7 100644 --- a/tp/t/results/converters_tests/spaces_in_node_names.pl +++ b/tp/t/results/converters_tests/spaces_in_node_names.pl @@ -1117,12 +1117,12 @@ 'type' => 'warning' }, { - 'error_line' => ':6: warning: menu entry node name `c@ \' different from node name `c@w{ }\' + 'error_line' => ':6: warning: @menu entry node name `c@ \' different from node name `c@w{ }\' ', 'file_name' => '', 'line_nr' => 6, 'macro' => '', - 'text' => 'menu entry node name `c@ \' different from node name `c@w{ }\'', + 'text' => '@menu entry node name `c@ \' different from node name `c@w{ }\'', 'type' => 'warning' } ]; diff --git a/tp/t/results/coverage_braces/space_in_image.pl b/tp/t/results/coverage_braces/space_in_image.pl index 9ecb3e9..ec4644e 100644 --- a/tp/t/results/coverage_braces/space_in_image.pl +++ b/tp/t/results/coverage_braces/space_in_image.pl @@ -204,7 +204,7 @@ -$result_converted{'plaintext'}->{'space_in_image'} = 'An image text before paragraph.. [Another image text, in paragraph.]. +$result_converted{'plaintext'}->{'space_in_image'} = 'An image text before paragraph.. Another image text, in paragraph.. '; diff --git a/tp/t/results/info_tests/image_and_punctuation.pl b/tp/t/results/info_tests/image_and_punctuation.pl index 3bfb60f..cf5edd8 100644 --- a/tp/t/results/info_tests/image_and_punctuation.pl +++ b/tp/t/results/info_tests/image_and_punctuation.pl @@ -521,17 +521,17 @@  File: , Node: Top, Up: (dir) -One space. [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"]. - - Two spaces. [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"]. - - End line. [image src="f--ile.png" text="[Image description\\"\\"\\\\.]"]. - - One space. [This is an image words.]. - - Two spaces. [This is an image words.]. - - End line. [This is an image words.]. +One space. [image src="f--ile.png" text="Image description\\"\\"\\\\."]. + + Two spaces. [image src="f--ile.png" text="Image description\\"\\"\\\\."]. + + End line. [image src="f--ile.png" text="Image description\\"\\"\\\\."]. + + One space. This is an image words.. + + Two spaces. This is an image words.. + + End line. This is an image words..  Tag Table: diff --git a/tp/t/results/info_tests/image_and_spaces_formatting.pl b/tp/t/results/info_tests/image_and_spaces_formatting.pl index 748e0b2..b523906 100644 --- a/tp/t/results/info_tests/image_and_spaces_formatting.pl +++ b/tp/t/results/info_tests/image_and_spaces_formatting.pl @@ -1254,16 +1254,16 @@ File: , Node: Top, Up: (dir) This is an image words.This is an image words.This is an image words.This is an image words.This is an image words.This is an image words.This is an image words. -Some text [This is an image words.] [This is an image words.] [This is an image words.] [This is an image words.] [This is an image words.] [This is an image words.] [This is an image words.]. - - Some text [This is an image words.] text aaaaaaaaa [This is an image words.] text bbbbbbbbbbb [This is an image words.] text ccccccccccccc [This is an image words.] text -ddddddddddddd [This is an image words.] text eeeeeeeeeeeeeee [This is an image words.] text fffffffffff [This is an image words.]. - - AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA [This is an image words.] +Some text This is an image words. This is an image words. This is an image words. This is an image words. This is an image words. This is an image words. This is an image words.. + + Some text This is an image words. text aaaaaaaaa This is an image words. text bbbbbbbbbbb This is an image words. text ccccccccccccc This is an image words. text +ddddddddddddd This is an image words. text eeeeeeeeeeeeeee This is an image words. text fffffffffff This is an image words.. + + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA This is an image words. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBB -[This is an image words.] - Text. [This is an image words.] [This is an image words.]. +This is an image words. + Text. This is an image words. This is an image words..  diff --git a/tp/t/results/info_tests/image_in_paragraph.pl b/tp/t/results/info_tests/image_in_paragraph.pl index 471fd07..9036645 100644 --- a/tp/t/results/info_tests/image_in_paragraph.pl +++ b/tp/t/results/info_tests/image_in_paragraph.pl @@ -218,7 +218,7 @@  File: , Node: Top, Up: (dir) -Para. [image src="f--ile.png" alt="alt\\"\\"\\\\" text="[Image description\\"\\"\\\\.]"]. End para. +Para. [image src="f--ile.png" alt="alt\\"\\"\\\\" text="Image description\\"\\"\\\\."]. End para.  Tag Table: diff --git a/tp/t/results/info_tests/multiline_image_and_align.pl b/tp/t/results/info_tests/multiline_image_and_align.pl new file mode 100644 index 0000000..ce67402 --- /dev/null +++ b/tp/t/results/info_tests/multiline_image_and_align.pl @@ -0,0 +1,1926 @@ +use vars qw(%result_texis %result_texts %result_trees %result_errors + %result_indices %result_sectioning %result_nodes %result_menus + %result_floats %result_converted %result_converted_errors + %result_elements %result_directions_text); + +use utf8; + +$result_trees{'multiline_image_and_align'} = { + 'contents' => [ + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 1, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'CCCC ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 3, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'fffffffffffffffffffffffffffffffffffffff ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 5, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'dddd ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 7, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' iiiii' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'cmdname' => 'flushright', + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line_after_command' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'AAA +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 11, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'BBB ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 13, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' gggg ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'HHH +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 16, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'flushright' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'end', + 'extra' => { + 'command' => {}, + 'command_argument' => 'flushright', + 'spaces_after_command' => {}, + 'text_arg' => 'flushright' + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 17, + 'macro' => '' + }, + 'parent' => {} + } + ], + 'extra' => { + 'end_command' => {}, + 'spaces_after_command' => {} + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 9, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 19, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'CCCC ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 21, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'fffffffffffffffffffffffffffffffffffffff ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 23, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'dddd ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 25, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' iiiii' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'cmdname' => 'flushright', + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line_after_command' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'AAA +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 29, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'BBB ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 31, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' gggg ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'HHH +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'text' => ' ', + 'type' => 'empty_spaces_before_argument' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'txt' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ], + undef, + undef, + undef, + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 34, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'flushright' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'end', + 'extra' => { + 'command' => {}, + 'command_argument' => 'flushright', + 'spaces_after_command' => {}, + 'text_arg' => 'flushright' + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 35, + 'macro' => '' + }, + 'parent' => {} + } + ], + 'extra' => { + 'end_command' => {}, + 'spaces_after_command' => {} + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 27, + 'macro' => '' + }, + 'parent' => {} + } + ], + 'type' => 'text_root' +}; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[5]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[2] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[7]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'extra'}{'end_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[9]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[10]{'args'}[0]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[10]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[11]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[12]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[12]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[13]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[14]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[14]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[15]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'extra'}{'misc_content'}[2] = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[16]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[16]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[17]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[4]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'extra'}{'brace_command_contents'}[4][0] = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'args'}[4]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[5]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'extra'}{'end_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[18]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[18]{'parent'} = $result_trees{'multiline_image_and_align'}; + +$result_texis{'multiline_image_and_align'} = '@center @image{figure} + +@center CCCC @image{figure} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure} + +@center dddd @image{figure} iiiii + +@flushright +AAA +@image{figure} + +BBB @image{figure} gggg @image{figure} + +HHH +@image{figure} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright + +@center @image{figure, , , ,txt} + +@center CCCC @image{figure, , , ,txt} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure, , , ,txt} + +@center dddd @image{figure, , , ,txt} iiiii + +@flushright +AAA +@image{figure, , , ,txt} + +BBB @image{figure, , , ,txt} gggg @image{figure, , , ,txt} + +HHH +@image{figure, , , ,txt} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright +'; + + +$result_texts{'multiline_image_and_align'} = 'figure + +CCCC figure + +fffffffffffffffffffffffffffffffffffffff figure + +dddd figure iiiii + +AAA +figure + +BBB figure gggg figure + +HHH +figure JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ + +figure + +CCCC figure + +fffffffffffffffffffffffffffffffffffffff figure + +dddd figure iiiii + +AAA +figure + +BBB figure gggg figure + +HHH +figure JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +'; + +$result_errors{'multiline_image_and_align'} = []; + + + +$result_converted{'info'}->{'multiline_image_and_align'} = 'This is , produced from . + + 1 A B + 2 C D + 3 E F + + CCCC 1 A B + 2 C D + 3 E F + +fffffffffffffffffffffffffffffffffffffff 1 A B + 2 C D + 3 E F + + dddd 1 A B + 2 C D + 3 E F iiiii + + AAA + 1 A B + 2 C D + 3 E F + + BBB 1 A B + 2 C D + 3 E F gggg 1 A B + 2 C D + 3 E F + + HHH + 1 A B + 2 C D + 3 E FJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ + +[image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] + +CCCC [image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] + +fffffffffffffffffffffffffffffffffffffff [image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] + +dddd [image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] iiiii + + AAA +[image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] + +BBB [image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] gggg [image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"] + + HHH +[image src="figure.txt" text=" 1 A B + 2 C D + 3 E F"]JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ + + +Tag Table: + +End Tag Table +'; + +$result_converted_errors{'info'}->{'multiline_image_and_align'} = [ + { + 'error_line' => 'warning: document without nodes +', + 'text' => 'document without nodes', + 'type' => 'warning' + } +]; + + +1; diff --git a/tp/t/results/info_tests/top_node_normalization.pl b/tp/t/results/info_tests/top_node_normalization.pl index 18c139d..b55778e 100644 --- a/tp/t/results/info_tests/top_node_normalization.pl +++ b/tp/t/results/info_tests/top_node_normalization.pl @@ -435,12 +435,12 @@ 'type' => 'warning' }, { - 'error_line' => ':6: warning: menu entry node name `tOP\' different from node name `ToP\' + 'error_line' => ':6: warning: @menu entry node name `tOP\' different from node name `ToP\' ', 'file_name' => '', 'line_nr' => 6, 'macro' => '', - 'text' => 'menu entry node name `tOP\' different from node name `ToP\'', + 'text' => '@menu entry node name `tOP\' different from node name `ToP\'', 'type' => 'warning' }, { diff --git a/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html b/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html index 5aa089e..08cf67c 100644 --- a/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html +++ b/tp/t/results/languages/multiple_lang_chapters/res_html/multiple_lang_chapters.html @@ -70,7 +70,7 @@

    -揥: , Previous: Top, Up: Top  

    +Next: , Previous: Top, Up: Top  

    1 ja

    diff --git a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html index e2790fc..5958847 100644 --- a/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html +++ b/tp/t/results/languages/multiple_lang_chapters_texi2html/res_html/multiple_lang_chapters.html @@ -73,16 +73,16 @@ - + - - - + + +
    [ << ] [ < ][上][ Up ] [ > ] [ >> ]         [冒頭][目次][見出し][Top][Contents][Index] [ ? ]
    diff --git a/tp/t/results/paragraph/image_in_paragraph.pl b/tp/t/results/paragraph/image_in_paragraph.pl index 4628449..cd15ef2 100644 --- a/tp/t/results/paragraph/image_in_paragraph.pl +++ b/tp/t/results/paragraph/image_in_paragraph.pl @@ -141,7 +141,7 @@ -$result_converted{'plaintext'}->{'image_in_paragraph'} = 'Para. [Text for image out of paragraph.]. After image. +$result_converted{'plaintext'}->{'image_in_paragraph'} = 'Para. Text for image out of paragraph.. After image. '; diff --git a/tp/t/results/plaintext_tests/multiline_image_and_align.pl b/tp/t/results/plaintext_tests/multiline_image_and_align.pl new file mode 100644 index 0000000..0f778ca --- /dev/null +++ b/tp/t/results/plaintext_tests/multiline_image_and_align.pl @@ -0,0 +1,754 @@ +use vars qw(%result_texis %result_texts %result_trees %result_errors + %result_indices %result_sectioning %result_nodes %result_menus + %result_floats %result_converted %result_converted_errors + %result_elements %result_directions_text); + +use utf8; + +$result_trees{'multiline_image_and_align'} = { + 'contents' => [ + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 1, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'CCCC ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 3, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'fffffffffffffffffffffffffffffffffffffff ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 5, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'dddd ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 7, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' iiiii' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'center', + 'extra' => { + 'misc_content' => [ + {}, + {}, + {} + ], + 'spaces_after_command' => {} + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'cmdname' => 'flushright', + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line_after_command' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'AAA +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 11, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'BBB ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 13, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' gggg ' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => {}, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'empty_line' + }, + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'HHH +' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'parent' => {}, + 'text' => 'figure' + } + ], + 'parent' => {}, + 'type' => 'brace_command_arg' + } + ], + 'cmdname' => 'image', + 'contents' => [], + 'extra' => { + 'brace_command_contents' => [ + [ + {} + ] + ], + 'spaces_before_argument' => { + 'text' => '', + 'type' => 'empty_spaces_before_argument' + } + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 16, + 'macro' => '' + }, + 'parent' => {} + }, + { + 'parent' => {}, + 'text' => ' JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +' + } + ], + 'parent' => {}, + 'type' => 'paragraph' + }, + { + 'args' => [ + { + 'contents' => [ + { + 'extra' => { + 'command' => {} + }, + 'parent' => {}, + 'text' => ' ', + 'type' => 'empty_spaces_after_command' + }, + { + 'parent' => {}, + 'text' => 'flushright' + }, + { + 'parent' => {}, + 'text' => ' +', + 'type' => 'spaces_at_end' + } + ], + 'parent' => {}, + 'type' => 'misc_line_arg' + } + ], + 'cmdname' => 'end', + 'extra' => { + 'command' => {}, + 'command_argument' => 'flushright', + 'spaces_after_command' => {}, + 'text_arg' => 'flushright' + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 17, + 'macro' => '' + }, + 'parent' => {} + } + ], + 'extra' => { + 'end_command' => {}, + 'spaces_after_command' => {} + }, + 'line_nr' => { + 'file_name' => '', + 'line_nr' => 9, + 'macro' => '' + }, + 'parent' => {} + } + ], + 'type' => 'text_root' +}; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[0]{'args'}[0]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[2]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[4]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[5]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[0] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[1] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'misc_content'}[2] = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[6]{'args'}[0]{'contents'}[2]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[6]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[7]{'parent'} = $result_trees{'multiline_image_and_align'}; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'line_nr'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[1]{'line_nr'}; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[3]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[4]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'extra'}{'brace_command_contents'}[0][0] = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[5]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[1]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[2]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'extra'}{'command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'args'}[0]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]{'parent'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'extra'}{'end_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[6]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'extra'}{'spaces_after_command'} = $result_trees{'multiline_image_and_align'}{'contents'}[8]{'contents'}[0]; +$result_trees{'multiline_image_and_align'}{'contents'}[8]{'parent'} = $result_trees{'multiline_image_and_align'}; + +$result_texis{'multiline_image_and_align'} = '@center @image{figure} + +@center CCCC @image{figure} + +@center fffffffffffffffffffffffffffffffffffffff @image{figure} + +@center dddd @image{figure} iiiii + +@flushright +AAA +@image{figure} + +BBB @image{figure} gggg @image{figure} + +HHH +@image{figure} JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +@end flushright +'; + + +$result_texts{'multiline_image_and_align'} = 'figure + +CCCC figure + +fffffffffffffffffffffffffffffffffffffff figure + +dddd figure iiiii + +AAA +figure + +BBB figure gggg figure + +HHH +figure JJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +'; + +$result_errors{'multiline_image_and_align'} = []; + + + +$result_converted{'plaintext'}->{'multiline_image_and_align'} = ' 1 A B + 2 C D + 3 E F + + CCCC 1 A B + 2 C D + 3 E F + +fffffffffffffffffffffffffffffffffffffff 1 A B + 2 C D + 3 E F + + dddd 1 A B + 2 C D + 3 E F iiiii + + AAA + 1 A B + 2 C D + 3 E F + + BBB 1 A B + 2 C D + 3 E F gggg 1 A B + 2 C D + 3 E F + + HHH + 1 A B + 2 C D + 3 E FJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ +'; + +1; diff --git a/tp/t/results/sectioning/double_top_in_menu.pl b/tp/t/results/sectioning/double_top_in_menu.pl index 013b9a8..0094520 100644 --- a/tp/t/results/sectioning/double_top_in_menu.pl +++ b/tp/t/results/sectioning/double_top_in_menu.pl @@ -540,21 +540,21 @@ 'type' => 'error continuation' }, { - 'error_line' => ':5: warning: menu entry node name `top\' different from node name `ToP\' + 'error_line' => ':5: warning: @menu entry node name `top\' different from node name `ToP\' ', 'file_name' => '', 'line_nr' => 5, 'macro' => '', - 'text' => 'menu entry node name `top\' different from node name `ToP\'', + 'text' => '@menu entry node name `top\' different from node name `ToP\'', 'type' => 'warning' }, { - 'error_line' => ':6: warning: menu entry node name `TOP\' different from node name `ToP\' + 'error_line' => ':6: warning: @menu entry node name `TOP\' different from node name `ToP\' ', 'file_name' => '', 'line_nr' => 6, 'macro' => '', - 'text' => 'menu entry node name `TOP\' different from node name `ToP\'', + 'text' => '@menu entry node name `TOP\' different from node name `ToP\'', 'type' => 'warning' }, { diff --git a/tp/t/results/sectioning/equivalent_labels.pl b/tp/t/results/sectioning/equivalent_labels.pl index fa41744..f828ead 100644 --- a/tp/t/results/sectioning/equivalent_labels.pl +++ b/tp/t/results/sectioning/equivalent_labels.pl @@ -693,21 +693,21 @@ $result_errors{'equivalent_labels'} = [ { - 'error_line' => ':10: warning: menu entry node name `anch\' different from anchor name `@samp{anch}\' + 'error_line' => ':10: warning: @menu entry node name `anch\' different from anchor name `@samp{anch}\' ', 'file_name' => '', 'line_nr' => 10, 'macro' => '', - 'text' => 'menu entry node name `anch\' different from anchor name `@samp{anch}\'', + 'text' => '@menu entry node name `anch\' different from anchor name `@samp{anch}\'', 'type' => 'warning' }, { - 'error_line' => ':11: warning: menu entry node name `@code{floa}\' different from float name `floa\' + 'error_line' => ':11: warning: @menu entry node name `@code{floa}\' different from float name `floa\' ', 'file_name' => '', 'line_nr' => 11, 'macro' => '', - 'text' => 'menu entry node name `@code{floa}\' different from float name `floa\'', + 'text' => '@menu entry node name `@code{floa}\' different from float name `floa\'', 'type' => 'warning' } ]; diff --git a/tp/t/results/sectioning/equivalent_nodes.pl b/tp/t/results/sectioning/equivalent_nodes.pl index 121aa00..e93896c 100644 --- a/tp/t/results/sectioning/equivalent_nodes.pl +++ b/tp/t/results/sectioning/equivalent_nodes.pl @@ -517,12 +517,12 @@ 'type' => 'warning' }, { - 'error_line' => ':4: warning: menu entry node name `@strong{node}\' different from node name `@samp{node}\' + 'error_line' => ':4: warning: @menu entry node name `@strong{node}\' different from node name `@samp{node}\' ', 'file_name' => '', 'line_nr' => 4, 'macro' => '', - 'text' => 'menu entry node name `@strong{node}\' different from node name `@samp{node}\'', + 'text' => '@menu entry node name `@strong{node}\' different from node name `@samp{node}\'', 'type' => 'warning' }, { diff --git a/tp/t/results/sectioning/top_node_no_menu_direction.pl b/tp/t/results/sectioning/top_node_no_menu_direction.pl index 94442b1..b45510f 100644 --- a/tp/t/results/sectioning/top_node_no_menu_direction.pl +++ b/tp/t/results/sectioning/top_node_no_menu_direction.pl @@ -500,12 +500,12 @@ $result_errors{'top_node_no_menu_direction'} = [ { - 'error_line' => ':5: warning: menu entry node name `TOP\' different from node name `Top\' + 'error_line' => ':5: warning: @menu entry node name `TOP\' different from node name `Top\' ', 'file_name' => '', 'line_nr' => 5, 'macro' => '', - 'text' => 'menu entry node name `TOP\' different from node name `Top\'', + 'text' => '@menu entry node name `TOP\' different from node name `Top\'', 'type' => 'warning' }, { diff --git a/tp/t/results/sectioning/unknown_node_in_menu.pl b/tp/t/results/sectioning/unknown_node_in_menu.pl index 57e6541..4d3a715 100644 --- a/tp/t/results/sectioning/unknown_node_in_menu.pl +++ b/tp/t/results/sectioning/unknown_node_in_menu.pl @@ -286,12 +286,12 @@ $result_errors{'unknown_node_in_menu'} = [ { - 'error_line' => ':4: menu reference to nonexistent node `unknown\' + 'error_line' => ':4: @menu reference to nonexistent node `unknown\' ', 'file_name' => '', 'line_nr' => 4, 'macro' => '', - 'text' => 'menu reference to nonexistent node `unknown\'', + 'text' => '@menu reference to nonexistent node `unknown\'', 'type' => 'error' } ]; diff --git a/tp/t/test_brace_count.t b/tp/t/test_brace_count.t index 56262aa..1f31a9c 100644 --- a/tp/t/test_brace_count.t +++ b/tp/t/test_brace_count.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 11 }; +use File::Spec; +BEGIN { plan tests => 11; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/test_count.t b/tp/t/test_count.t index 99df433..cc8de2f 100644 --- a/tp/t/test_count.t +++ b/tp/t/test_count.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/t/test_fill_gaps_in_sectioning.t b/tp/t/test_fill_gaps_in_sectioning.t index 9769a9c..b78d34b 100644 --- a/tp/t/test_fill_gaps_in_sectioning.t +++ b/tp/t/test_fill_gaps_in_sectioning.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 8 }; +use File::Spec; +BEGIN { plan tests => 8; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/test_protect_hashchar_at_line_beginning.t b/tp/t/test_protect_hashchar_at_line_beginning.t index eb1fca4..957f44d 100644 --- a/tp/t/test_protect_hashchar_at_line_beginning.t +++ b/tp/t/test_protect_hashchar_at_line_beginning.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 6 }; +use File::Spec; +BEGIN { plan tests => 6; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/test_sort.t b/tp/t/test_sort.t index 6570b2f..c687973 100644 --- a/tp/t/test_sort.t +++ b/tp/t/test_sort.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 6 }; +use File::Spec; +BEGIN { plan tests => 6; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/test_tree_copy.t b/tp/t/test_tree_copy.t index f0ad49c..f480d15 100644 --- a/tp/t/test_tree_copy.t +++ b/tp/t/test_tree_copy.t @@ -1,7 +1,15 @@ use strict; use Test::More; -BEGIN { plan tests => 3 }; +use File::Spec; +BEGIN { plan tests => 3; + if (defined($ENV{'top_srcdir'})) { + unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp'); + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; diff --git a/tp/t/test_utils.pl b/tp/t/test_utils.pl index 3477ed7..e7f70e8 100644 --- a/tp/t/test_utils.pl +++ b/tp/t/test_utils.pl @@ -3,6 +3,14 @@ use 5.006; use Test::More; +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) { + my $lib_dir = File::Spec->catdir($ENV{'top_srcdir'}, 'tp', 'maintain'); + unshift @INC, (File::Spec->catdir($lib_dir, 'lib', 'libintl-perl', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Unicode-EastAsianWidth', 'lib'), + File::Spec->catdir($lib_dir, 'lib', 'Text-Unidecode', 'lib')); + }}; + use lib 'maintain/lib/Unicode-EastAsianWidth/lib/'; use lib 'maintain/lib/libintl-perl/lib/'; use lib 'maintain/lib/Text-Unidecode/lib/'; diff --git a/tp/t/xml_tests.t b/tp/t/xml_tests.t index 441e74c..54932a4 100644 --- a/tp/t/xml_tests.t +++ b/tp/t/xml_tests.t @@ -1,4 +1,7 @@ use strict; + +use File::Spec; +BEGIN { if (defined($ENV{'top_srcdir'})) {unshift @INC, File::Spec->catdir($ENV{'top_srcdir'}, 'tp');} } require 't/test_utils.pl'; diff --git a/tp/tests/Makefile.am b/tp/tests/Makefile.am index 82b93b2..346b5c6 100644 --- a/tp/tests/Makefile.am +++ b/tp/tests/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.13 2013/01/11 19:09:16 karl Exp $ +# $Id: Makefile.am,v 1.14 2013/02/10 15:14:12 pertusus Exp $ # Makefile.am for texinfo/tp/tests. # Copyright 2012, 2013 Free Software Foundation, Inc. # @@ -9,6 +9,13 @@ # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# autogenerated test scripts list and tests-parser.txt list +include $(srcdir)/Makefile.onetst + +$(srcdir)/Makefile.onetst: ../maintain/regenerate_cmd_tests.sh $(test_driving_files_generated_list) + cd $(srcdir) \ + && $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" -base '$(base_tests)' -long '$(long_tests)' -tex_html '$(tex_html_tests)' base_tests = \ formatting htmlxref htmlxref-only_mono htmlxref-only_split @@ -36,7 +43,9 @@ clean-tests: $(srcdir)/parser_tests.sh -clean $(base_tests) $(long_tests) $(tex_html_tests) -TESTS = parser_base_tests long_tests.sh tex_html_tests.sh +old_test_scripts = parser_base_tests long_tests.sh tex_html_tests.sh +#TESTS = $(old_test_scripts) +TESTS = $(one_test_files_generated_list) long-checks long-check: all $(MAKE) $(AM_MAKEFLAGS) check LONG_TESTS=yes @@ -78,4 +87,4 @@ ${INSTALL_DATA} $(srcdir)/formatting/unknown_nodes_renamed-noderename.cnf-ref $@ EXTRA_DIST = run_parser_all.sh parser_tests.sh \ - $(TESTS) coverage_macro.texi + $(old_test_scripts) $(one_test_files_generated_list) coverage_macro.texi diff --git a/tp/tests/Makefile.in b/tp/tests/Makefile.in index 3ba809d..8224972 100644 --- a/tp/tests/Makefile.in +++ b/tp/tests/Makefile.in @@ -14,9 +14,21 @@ @SET_MAKE@ -# $Id: Makefile.am,v 1.13 2013/01/11 19:09:16 karl Exp $ +# $Id: Makefile.am,v 1.14 2013/02/10 15:14:12 pertusus Exp $ # Makefile.am for texinfo/tp/tests. # Copyright 2012, 2013 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +# Makefile.onetst generated by ../maintain/regenerate_cmd_tests.sh. +# +# Copyright 2013 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -60,9 +72,10 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ +DIST_COMMON = $(srcdir)/Makefile.onetst $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am $(top_srcdir)/build-aux/test-driver \ + README subdir = tp/tests -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/build-aux/test-driver README ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/gnulib/m4/00gnulib.m4 \ $(top_srcdir)/gnulib/m4/alloca.m4 \ @@ -1126,6 +1139,192 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ +test_driving_files_generated_list = sectioning/tests-parser.txt coverage/tests-parser.txt indices/tests-parser.txt nested_formats/tests-parser.txt contents/tests-parser.txt layout/tests-parser.txt formatting/tests-parser.txt htmlxref/tests-parser.txt htmlxref-only_mono/tests-parser.txt htmlxref-only_split/tests-parser.txt tex_html/tests-parser.txt +one_test_files_generated_list = \ + test_scripts/sectioning_node_footnote_end.sh \ + test_scripts/sectioning_node_footnote_use_node.sh \ + test_scripts/sectioning_node_footnote_separated.sh \ + test_scripts/sectioning_test_two_include.sh \ + test_scripts/sectioning_equivalent_nodes.sh \ + test_scripts/sectioning_equivalent_nodes_no_node.sh \ + test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh \ + test_scripts/sectioning_nodes_after_top_before_chapter.sh \ + test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh \ + test_scripts/sectioning_nodes_after_top_before_section.sh \ + test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh \ + test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh \ + test_scripts/sectioning_sectioning_directions.sh \ + test_scripts/sectioning_sectioning_frames.sh \ + test_scripts/sectioning_no_node_chapter_split.sh \ + test_scripts/sectioning_placed_things_before_element.sh \ + test_scripts/sectioning_no_section_no_top.sh \ + test_scripts/sectioning_no_section_no_top_no_node.sh \ + test_scripts/sectioning_more_nodes_than_sections.sh \ + test_scripts/sectioning_one_node_no_node.sh \ + test_scripts/sectioning_one_node.sh \ + test_scripts/sectioning_more_sections_than_nodes.sh \ + test_scripts/sectioning_two_footnotes_in_nodes.sh \ + test_scripts/sectioning_two_footnotes_in_nodes_separated.sh \ + test_scripts/coverage_texi_formatting.sh \ + test_scripts/coverage_formatting.sh \ + test_scripts/coverage_formatting_utf8_enable_encoding.sh \ + test_scripts/coverage_formatting_fr.sh \ + test_scripts/indices_double_index_entry.sh \ + test_scripts/indices_split_chapter_index.sh \ + test_scripts/indices_index_split.sh \ + test_scripts/indices_index_split_nodes.sh \ + test_scripts/indices_index_no_node.sh \ + test_scripts/indices_nodes_before_top.sh \ + test_scripts/indices_nodes_before_top_nodes.sh \ + test_scripts/indices_nodes_before_top_no_nodes.sh \ + test_scripts/indices_nodes_before_top_and_sections_monolithic.sh \ + test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh \ + test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh \ + test_scripts/indices_index_special_region.sh \ + test_scripts/indices_index_special_region_no_region.sh \ + test_scripts/indices_index_special_region_no_insertcopying.sh \ + test_scripts/indices_index_special_region_html.sh \ + test_scripts/indices_index_special_region_no_region_html.sh \ + test_scripts/indices_index_special_region_no_insertcopying_html.sh \ + test_scripts/indices_index_nodes.sh \ + test_scripts/indices_index_nodes_nodes.sh \ + test_scripts/indices_printindex_between_node_section.sh \ + test_scripts/indices_printindex_between_part_chapter.sh \ + test_scripts/indices_index_and_node_same_name.sh \ + test_scripts/indices_index_entry_in_footnote.sh \ + test_scripts/indices_index_one_node.sh \ + test_scripts/indices_index_no_node_no_top.sh \ + test_scripts/indices_index_entry_in_footnote_info.sh \ + test_scripts/indices_index_entry_in_footnote_separated_info.sh \ + test_scripts/nested_formats_texi_nested_formats.sh \ + test_scripts/nested_formats_nested_group.sh \ + test_scripts/nested_formats_nested_itemize.sh \ + test_scripts/nested_formats_nested_menu.sh \ + test_scripts/nested_formats_nested_table.sh \ + test_scripts/nested_formats_nested_flushright.sh \ + test_scripts/nested_formats_nested_multitable.sh \ + test_scripts/nested_formats_nested_cartouche.sh \ + test_scripts/nested_formats_nested_enumerate.sh \ + test_scripts/nested_formats_nested_deffn.sh \ + test_scripts/nested_formats_nested_example.sh \ + test_scripts/nested_formats_nested_quotation.sh \ + test_scripts/contents_contents_at_begin.sh \ + test_scripts/contents_contents_at_end.sh \ + test_scripts/contents_contents_in_middle_chapter.sh \ + test_scripts/contents_contents_in_middle_section.sh \ + test_scripts/contents_double_contents.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage.sh \ + test_scripts/contents_double_contents_chapter.sh \ + test_scripts/contents_double_contents_section.sh \ + test_scripts/contents_double_contents_nodes.sh \ + test_scripts/contents_no_content.sh \ + test_scripts/contents_no_content_do_contents.sh \ + test_scripts/contents_no_content_setcatpage.sh \ + test_scripts/contents_no_content_setcatpage_do_contents.sh \ + test_scripts/contents_contents_at_begin_inline.sh \ + test_scripts/contents_contents_at_end_inline.sh \ + test_scripts/contents_contents_in_middle_chapter_inline.sh \ + test_scripts/contents_contents_in_middle_section_inline.sh \ + test_scripts/contents_double_contents_inline.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh \ + test_scripts/contents_double_contents_inline_chapter.sh \ + test_scripts/contents_double_contents_inline_section.sh \ + test_scripts/contents_double_contents_inline_nodes.sh \ + test_scripts/contents_no_content_inline.sh \ + test_scripts/contents_no_content_do_contents_inline.sh \ + test_scripts/contents_no_content_setcatpage_inline.sh \ + test_scripts/contents_no_content_setcatpage_do_contents_inline.sh \ + test_scripts/contents_double_contents_book.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh \ + test_scripts/contents_contents_and_parts.sh \ + test_scripts/contents_contents_at_begin_info.sh \ + test_scripts/contents_contents_at_end_info.sh \ + test_scripts/contents_contents_in_middle_chapter_info.sh \ + test_scripts/contents_contents_in_middle_section_info.sh \ + test_scripts/contents_double_contents_info.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh \ + test_scripts/layout_no_monolithic.sh \ + test_scripts/layout_no_monolithic_only_toc_out.sh \ + test_scripts/layout_navigation.sh \ + test_scripts/layout_navigation_no_header.sh \ + test_scripts/layout_navigation_vertical.sh \ + test_scripts/layout_navigation_no_header_vertical.sh \ + test_scripts/layout_navigation_chapter.sh \ + test_scripts/layout_navigation_section.sh \ + test_scripts/layout_navigation_node.sh \ + test_scripts/layout_navigation_chapter_no_header.sh \ + test_scripts/layout_navigation_section_no_header.sh \ + test_scripts/layout_navigation_node_no_header.sh \ + test_scripts/layout_navigation_chapter_vertical.sh \ + test_scripts/layout_navigation_section_vertical.sh \ + test_scripts/layout_navigation_node_vertical.sh \ + test_scripts/layout_navigation_chapter_no_header_vertical.sh \ + test_scripts/layout_navigation_section_no_header_vertical.sh \ + test_scripts/layout_navigation_node_no_header_vertical.sh \ + test_scripts/layout_navigation_test_misc_file_collision.sh \ + test_scripts/layout_formatting_docbook.sh \ + test_scripts/layout_formatting_xml.sh \ + test_scripts/layout_formatting_weird_quotes.sh \ + test_scripts/layout_formatting_html.sh \ + test_scripts/layout_formatting_html_nodes.sh \ + test_scripts/layout_formatting_plaintext.sh \ + test_scripts/layout_formatting_html32.sh \ + test_scripts/layout_formatting_regions.sh \ + test_scripts/layout_formatting_exotic.sh \ + test_scripts/layout_formatting_fr_icons.sh \ + test_scripts/layout_formatting_chm.sh \ + test_scripts/layout_formatting_nodes.sh \ + test_scripts/formatting_texi_glossary.sh \ + test_scripts/formatting_texi_bib-example.sh \ + test_scripts/formatting_texi_cond.sh \ + test_scripts/formatting_cond.sh \ + test_scripts/formatting_cond_xml.sh \ + test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh \ + test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh \ + test_scripts/formatting_cond_info.sh \ + test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh \ + test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh \ + test_scripts/formatting_defcondx_Dbar.sh \ + test_scripts/formatting_defcondx_Ubar.sh \ + test_scripts/formatting_unknown_nodes_renamed.sh \ + test_scripts/formatting_texi_ignore_and_comments.sh \ + test_scripts/formatting_ignore_and_comments_output.sh \ + test_scripts/formatting_test_redefine_need.sh \ + test_scripts/formatting_direntry_dircategory_info_split.sh \ + test_scripts/formatting_split_nocopying.sh \ + test_scripts/formatting_split_nocopying_split.sh \ + test_scripts/formatting_split_nocopying_split_dev_null.sh \ + test_scripts/formatting_simplest_test_prefix.sh \ + test_scripts/formatting_simplest_test_prefix_info.sh \ + test_scripts/formatting_simplest_test_css.sh \ + test_scripts/formatting_simplest_test_date_in_header.sh \ + test_scripts/formatting_documentlanguage_set_option.sh \ + test_scripts/formatting_documentlanguage_set_unknown.sh \ + test_scripts/formatting_documentlanguage_set_option_info.sh \ + test_scripts/formatting_float_copying.sh \ + test_scripts/formatting_simple_with_menu_docbook_info.sh \ + test_scripts/formatting_split_for_format_not_split.sh \ + test_scripts/htmlxref_htmlxref.sh \ + test_scripts/htmlxref_htmlxref_nodes.sh \ + test_scripts/htmlxref-only_mono_htmlxref.sh \ + test_scripts/htmlxref-only_mono_htmlxref_nodes.sh \ + test_scripts/htmlxref-only_split_htmlxref.sh \ + test_scripts/htmlxref-only_split_htmlxref_nodes.sh \ + test_scripts/tex_html_block_EOL_tex.sh \ + test_scripts/tex_html_simplest_httex.sh \ + test_scripts/tex_html_tex.sh \ + test_scripts/tex_html_tex_notex.sh \ + test_scripts/tex_html_tex_httex.sh \ + test_scripts/tex_html_tex_accents_httex.sh \ + test_scripts/tex_html_tex_accents_l2h.sh \ + test_scripts/tex_html_tex_complex_httex.sh \ + test_scripts/tex_html_tex_complex_l2h.sh \ + test_scripts/tex_html_math_not_closed.sh \ + test_scripts/tex_html_tex_not_closed.sh \ + test_scripts/tex_html_tex_in_copying.sh \ + test_scripts/tex_html_formatting_singular.sh + base_tests = \ formatting htmlxref htmlxref-only_mono htmlxref-only_split @@ -1137,15 +1336,17 @@ DIST_SUBDIRS = many_input_files $(base_tests) $(long_tests) $(tex_html_tests) SUBDIRS = . many_input_files -TESTS = parser_base_tests long_tests.sh tex_html_tests.sh +old_test_scripts = parser_base_tests long_tests.sh tex_html_tests.sh +#TESTS = $(old_test_scripts) +TESTS = $(one_test_files_generated_list) EXTRA_DIST = run_parser_all.sh parser_tests.sh \ - $(TESTS) coverage_macro.texi + $(old_test_scripts) $(one_test_files_generated_list) coverage_macro.texi all: all-recursive .SUFFIXES: .SUFFIXES: .log .test .test$(EXEEXT) .trs -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/Makefile.onetst $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -1417,23 +1618,1283 @@ am__force_recheck=am--force-recheck \ TEST_LOGS="$$log_list"; \ exit $$? -parser_base_tests.log: parser_base_tests - @p='parser_base_tests'; \ - b='parser_base_tests'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -long_tests.sh.log: long_tests.sh - @p='long_tests.sh'; \ - b='long_tests.sh'; \ - $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ - --log-file $$b.log --trs-file $$b.trs \ - $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ - "$$tst" $(AM_TESTS_FD_REDIRECT) -tex_html_tests.sh.log: tex_html_tests.sh - @p='tex_html_tests.sh'; \ - b='tex_html_tests.sh'; \ +test_scripts/sectioning_node_footnote_end.sh.log: test_scripts/sectioning_node_footnote_end.sh + @p='test_scripts/sectioning_node_footnote_end.sh'; \ + b='test_scripts/sectioning_node_footnote_end.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_node_footnote_use_node.sh.log: test_scripts/sectioning_node_footnote_use_node.sh + @p='test_scripts/sectioning_node_footnote_use_node.sh'; \ + b='test_scripts/sectioning_node_footnote_use_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_node_footnote_separated.sh.log: test_scripts/sectioning_node_footnote_separated.sh + @p='test_scripts/sectioning_node_footnote_separated.sh'; \ + b='test_scripts/sectioning_node_footnote_separated.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_test_two_include.sh.log: test_scripts/sectioning_test_two_include.sh + @p='test_scripts/sectioning_test_two_include.sh'; \ + b='test_scripts/sectioning_test_two_include.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_equivalent_nodes.sh.log: test_scripts/sectioning_equivalent_nodes.sh + @p='test_scripts/sectioning_equivalent_nodes.sh'; \ + b='test_scripts/sectioning_equivalent_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_equivalent_nodes_no_node.sh.log: test_scripts/sectioning_equivalent_nodes_no_node.sh + @p='test_scripts/sectioning_equivalent_nodes_no_node.sh'; \ + b='test_scripts/sectioning_equivalent_nodes_no_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh.log: test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh + @p='test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh'; \ + b='test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_nodes_after_top_before_chapter.sh.log: test_scripts/sectioning_nodes_after_top_before_chapter.sh + @p='test_scripts/sectioning_nodes_after_top_before_chapter.sh'; \ + b='test_scripts/sectioning_nodes_after_top_before_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh.log: test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh + @p='test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh'; \ + b='test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_nodes_after_top_before_section.sh.log: test_scripts/sectioning_nodes_after_top_before_section.sh + @p='test_scripts/sectioning_nodes_after_top_before_section.sh'; \ + b='test_scripts/sectioning_nodes_after_top_before_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh.log: test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh + @p='test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh'; \ + b='test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh.log: test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh + @p='test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh'; \ + b='test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_sectioning_directions.sh.log: test_scripts/sectioning_sectioning_directions.sh + @p='test_scripts/sectioning_sectioning_directions.sh'; \ + b='test_scripts/sectioning_sectioning_directions.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_sectioning_frames.sh.log: test_scripts/sectioning_sectioning_frames.sh + @p='test_scripts/sectioning_sectioning_frames.sh'; \ + b='test_scripts/sectioning_sectioning_frames.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_no_node_chapter_split.sh.log: test_scripts/sectioning_no_node_chapter_split.sh + @p='test_scripts/sectioning_no_node_chapter_split.sh'; \ + b='test_scripts/sectioning_no_node_chapter_split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_placed_things_before_element.sh.log: test_scripts/sectioning_placed_things_before_element.sh + @p='test_scripts/sectioning_placed_things_before_element.sh'; \ + b='test_scripts/sectioning_placed_things_before_element.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_no_section_no_top.sh.log: test_scripts/sectioning_no_section_no_top.sh + @p='test_scripts/sectioning_no_section_no_top.sh'; \ + b='test_scripts/sectioning_no_section_no_top.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_no_section_no_top_no_node.sh.log: test_scripts/sectioning_no_section_no_top_no_node.sh + @p='test_scripts/sectioning_no_section_no_top_no_node.sh'; \ + b='test_scripts/sectioning_no_section_no_top_no_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_more_nodes_than_sections.sh.log: test_scripts/sectioning_more_nodes_than_sections.sh + @p='test_scripts/sectioning_more_nodes_than_sections.sh'; \ + b='test_scripts/sectioning_more_nodes_than_sections.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_one_node_no_node.sh.log: test_scripts/sectioning_one_node_no_node.sh + @p='test_scripts/sectioning_one_node_no_node.sh'; \ + b='test_scripts/sectioning_one_node_no_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_one_node.sh.log: test_scripts/sectioning_one_node.sh + @p='test_scripts/sectioning_one_node.sh'; \ + b='test_scripts/sectioning_one_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_more_sections_than_nodes.sh.log: test_scripts/sectioning_more_sections_than_nodes.sh + @p='test_scripts/sectioning_more_sections_than_nodes.sh'; \ + b='test_scripts/sectioning_more_sections_than_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_two_footnotes_in_nodes.sh.log: test_scripts/sectioning_two_footnotes_in_nodes.sh + @p='test_scripts/sectioning_two_footnotes_in_nodes.sh'; \ + b='test_scripts/sectioning_two_footnotes_in_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/sectioning_two_footnotes_in_nodes_separated.sh.log: test_scripts/sectioning_two_footnotes_in_nodes_separated.sh + @p='test_scripts/sectioning_two_footnotes_in_nodes_separated.sh'; \ + b='test_scripts/sectioning_two_footnotes_in_nodes_separated.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/coverage_texi_formatting.sh.log: test_scripts/coverage_texi_formatting.sh + @p='test_scripts/coverage_texi_formatting.sh'; \ + b='test_scripts/coverage_texi_formatting.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/coverage_formatting.sh.log: test_scripts/coverage_formatting.sh + @p='test_scripts/coverage_formatting.sh'; \ + b='test_scripts/coverage_formatting.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/coverage_formatting_utf8_enable_encoding.sh.log: test_scripts/coverage_formatting_utf8_enable_encoding.sh + @p='test_scripts/coverage_formatting_utf8_enable_encoding.sh'; \ + b='test_scripts/coverage_formatting_utf8_enable_encoding.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/coverage_formatting_fr.sh.log: test_scripts/coverage_formatting_fr.sh + @p='test_scripts/coverage_formatting_fr.sh'; \ + b='test_scripts/coverage_formatting_fr.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_double_index_entry.sh.log: test_scripts/indices_double_index_entry.sh + @p='test_scripts/indices_double_index_entry.sh'; \ + b='test_scripts/indices_double_index_entry.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_split_chapter_index.sh.log: test_scripts/indices_split_chapter_index.sh + @p='test_scripts/indices_split_chapter_index.sh'; \ + b='test_scripts/indices_split_chapter_index.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_split.sh.log: test_scripts/indices_index_split.sh + @p='test_scripts/indices_index_split.sh'; \ + b='test_scripts/indices_index_split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_split_nodes.sh.log: test_scripts/indices_index_split_nodes.sh + @p='test_scripts/indices_index_split_nodes.sh'; \ + b='test_scripts/indices_index_split_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_no_node.sh.log: test_scripts/indices_index_no_node.sh + @p='test_scripts/indices_index_no_node.sh'; \ + b='test_scripts/indices_index_no_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top.sh.log: test_scripts/indices_nodes_before_top.sh + @p='test_scripts/indices_nodes_before_top.sh'; \ + b='test_scripts/indices_nodes_before_top.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top_nodes.sh.log: test_scripts/indices_nodes_before_top_nodes.sh + @p='test_scripts/indices_nodes_before_top_nodes.sh'; \ + b='test_scripts/indices_nodes_before_top_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top_no_nodes.sh.log: test_scripts/indices_nodes_before_top_no_nodes.sh + @p='test_scripts/indices_nodes_before_top_no_nodes.sh'; \ + b='test_scripts/indices_nodes_before_top_no_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top_and_sections_monolithic.sh.log: test_scripts/indices_nodes_before_top_and_sections_monolithic.sh + @p='test_scripts/indices_nodes_before_top_and_sections_monolithic.sh'; \ + b='test_scripts/indices_nodes_before_top_and_sections_monolithic.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh.log: test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh + @p='test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh'; \ + b='test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh.log: test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh + @p='test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh'; \ + b='test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region.sh.log: test_scripts/indices_index_special_region.sh + @p='test_scripts/indices_index_special_region.sh'; \ + b='test_scripts/indices_index_special_region.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region_no_region.sh.log: test_scripts/indices_index_special_region_no_region.sh + @p='test_scripts/indices_index_special_region_no_region.sh'; \ + b='test_scripts/indices_index_special_region_no_region.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region_no_insertcopying.sh.log: test_scripts/indices_index_special_region_no_insertcopying.sh + @p='test_scripts/indices_index_special_region_no_insertcopying.sh'; \ + b='test_scripts/indices_index_special_region_no_insertcopying.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region_html.sh.log: test_scripts/indices_index_special_region_html.sh + @p='test_scripts/indices_index_special_region_html.sh'; \ + b='test_scripts/indices_index_special_region_html.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region_no_region_html.sh.log: test_scripts/indices_index_special_region_no_region_html.sh + @p='test_scripts/indices_index_special_region_no_region_html.sh'; \ + b='test_scripts/indices_index_special_region_no_region_html.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_special_region_no_insertcopying_html.sh.log: test_scripts/indices_index_special_region_no_insertcopying_html.sh + @p='test_scripts/indices_index_special_region_no_insertcopying_html.sh'; \ + b='test_scripts/indices_index_special_region_no_insertcopying_html.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_nodes.sh.log: test_scripts/indices_index_nodes.sh + @p='test_scripts/indices_index_nodes.sh'; \ + b='test_scripts/indices_index_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_nodes_nodes.sh.log: test_scripts/indices_index_nodes_nodes.sh + @p='test_scripts/indices_index_nodes_nodes.sh'; \ + b='test_scripts/indices_index_nodes_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_printindex_between_node_section.sh.log: test_scripts/indices_printindex_between_node_section.sh + @p='test_scripts/indices_printindex_between_node_section.sh'; \ + b='test_scripts/indices_printindex_between_node_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_printindex_between_part_chapter.sh.log: test_scripts/indices_printindex_between_part_chapter.sh + @p='test_scripts/indices_printindex_between_part_chapter.sh'; \ + b='test_scripts/indices_printindex_between_part_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_and_node_same_name.sh.log: test_scripts/indices_index_and_node_same_name.sh + @p='test_scripts/indices_index_and_node_same_name.sh'; \ + b='test_scripts/indices_index_and_node_same_name.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_entry_in_footnote.sh.log: test_scripts/indices_index_entry_in_footnote.sh + @p='test_scripts/indices_index_entry_in_footnote.sh'; \ + b='test_scripts/indices_index_entry_in_footnote.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_one_node.sh.log: test_scripts/indices_index_one_node.sh + @p='test_scripts/indices_index_one_node.sh'; \ + b='test_scripts/indices_index_one_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_no_node_no_top.sh.log: test_scripts/indices_index_no_node_no_top.sh + @p='test_scripts/indices_index_no_node_no_top.sh'; \ + b='test_scripts/indices_index_no_node_no_top.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_entry_in_footnote_info.sh.log: test_scripts/indices_index_entry_in_footnote_info.sh + @p='test_scripts/indices_index_entry_in_footnote_info.sh'; \ + b='test_scripts/indices_index_entry_in_footnote_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/indices_index_entry_in_footnote_separated_info.sh.log: test_scripts/indices_index_entry_in_footnote_separated_info.sh + @p='test_scripts/indices_index_entry_in_footnote_separated_info.sh'; \ + b='test_scripts/indices_index_entry_in_footnote_separated_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_texi_nested_formats.sh.log: test_scripts/nested_formats_texi_nested_formats.sh + @p='test_scripts/nested_formats_texi_nested_formats.sh'; \ + b='test_scripts/nested_formats_texi_nested_formats.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_group.sh.log: test_scripts/nested_formats_nested_group.sh + @p='test_scripts/nested_formats_nested_group.sh'; \ + b='test_scripts/nested_formats_nested_group.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_itemize.sh.log: test_scripts/nested_formats_nested_itemize.sh + @p='test_scripts/nested_formats_nested_itemize.sh'; \ + b='test_scripts/nested_formats_nested_itemize.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_menu.sh.log: test_scripts/nested_formats_nested_menu.sh + @p='test_scripts/nested_formats_nested_menu.sh'; \ + b='test_scripts/nested_formats_nested_menu.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_table.sh.log: test_scripts/nested_formats_nested_table.sh + @p='test_scripts/nested_formats_nested_table.sh'; \ + b='test_scripts/nested_formats_nested_table.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_flushright.sh.log: test_scripts/nested_formats_nested_flushright.sh + @p='test_scripts/nested_formats_nested_flushright.sh'; \ + b='test_scripts/nested_formats_nested_flushright.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_multitable.sh.log: test_scripts/nested_formats_nested_multitable.sh + @p='test_scripts/nested_formats_nested_multitable.sh'; \ + b='test_scripts/nested_formats_nested_multitable.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_cartouche.sh.log: test_scripts/nested_formats_nested_cartouche.sh + @p='test_scripts/nested_formats_nested_cartouche.sh'; \ + b='test_scripts/nested_formats_nested_cartouche.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_enumerate.sh.log: test_scripts/nested_formats_nested_enumerate.sh + @p='test_scripts/nested_formats_nested_enumerate.sh'; \ + b='test_scripts/nested_formats_nested_enumerate.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_deffn.sh.log: test_scripts/nested_formats_nested_deffn.sh + @p='test_scripts/nested_formats_nested_deffn.sh'; \ + b='test_scripts/nested_formats_nested_deffn.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_example.sh.log: test_scripts/nested_formats_nested_example.sh + @p='test_scripts/nested_formats_nested_example.sh'; \ + b='test_scripts/nested_formats_nested_example.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/nested_formats_nested_quotation.sh.log: test_scripts/nested_formats_nested_quotation.sh + @p='test_scripts/nested_formats_nested_quotation.sh'; \ + b='test_scripts/nested_formats_nested_quotation.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_begin.sh.log: test_scripts/contents_contents_at_begin.sh + @p='test_scripts/contents_contents_at_begin.sh'; \ + b='test_scripts/contents_contents_at_begin.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_end.sh.log: test_scripts/contents_contents_at_end.sh + @p='test_scripts/contents_contents_at_end.sh'; \ + b='test_scripts/contents_contents_at_end.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_chapter.sh.log: test_scripts/contents_contents_in_middle_chapter.sh + @p='test_scripts/contents_contents_in_middle_chapter.sh'; \ + b='test_scripts/contents_contents_in_middle_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_section.sh.log: test_scripts/contents_contents_in_middle_section.sh + @p='test_scripts/contents_contents_in_middle_section.sh'; \ + b='test_scripts/contents_contents_in_middle_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents.sh.log: test_scripts/contents_double_contents.sh + @p='test_scripts/contents_double_contents.sh'; \ + b='test_scripts/contents_double_contents.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_setcontentsaftertitlepage.sh.log: test_scripts/contents_double_contents_setcontentsaftertitlepage.sh + @p='test_scripts/contents_double_contents_setcontentsaftertitlepage.sh'; \ + b='test_scripts/contents_double_contents_setcontentsaftertitlepage.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_chapter.sh.log: test_scripts/contents_double_contents_chapter.sh + @p='test_scripts/contents_double_contents_chapter.sh'; \ + b='test_scripts/contents_double_contents_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_section.sh.log: test_scripts/contents_double_contents_section.sh + @p='test_scripts/contents_double_contents_section.sh'; \ + b='test_scripts/contents_double_contents_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_nodes.sh.log: test_scripts/contents_double_contents_nodes.sh + @p='test_scripts/contents_double_contents_nodes.sh'; \ + b='test_scripts/contents_double_contents_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content.sh.log: test_scripts/contents_no_content.sh + @p='test_scripts/contents_no_content.sh'; \ + b='test_scripts/contents_no_content.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_do_contents.sh.log: test_scripts/contents_no_content_do_contents.sh + @p='test_scripts/contents_no_content_do_contents.sh'; \ + b='test_scripts/contents_no_content_do_contents.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_setcatpage.sh.log: test_scripts/contents_no_content_setcatpage.sh + @p='test_scripts/contents_no_content_setcatpage.sh'; \ + b='test_scripts/contents_no_content_setcatpage.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_setcatpage_do_contents.sh.log: test_scripts/contents_no_content_setcatpage_do_contents.sh + @p='test_scripts/contents_no_content_setcatpage_do_contents.sh'; \ + b='test_scripts/contents_no_content_setcatpage_do_contents.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_begin_inline.sh.log: test_scripts/contents_contents_at_begin_inline.sh + @p='test_scripts/contents_contents_at_begin_inline.sh'; \ + b='test_scripts/contents_contents_at_begin_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_end_inline.sh.log: test_scripts/contents_contents_at_end_inline.sh + @p='test_scripts/contents_contents_at_end_inline.sh'; \ + b='test_scripts/contents_contents_at_end_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_chapter_inline.sh.log: test_scripts/contents_contents_in_middle_chapter_inline.sh + @p='test_scripts/contents_contents_in_middle_chapter_inline.sh'; \ + b='test_scripts/contents_contents_in_middle_chapter_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_section_inline.sh.log: test_scripts/contents_contents_in_middle_section_inline.sh + @p='test_scripts/contents_contents_in_middle_section_inline.sh'; \ + b='test_scripts/contents_contents_in_middle_section_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_inline.sh.log: test_scripts/contents_double_contents_inline.sh + @p='test_scripts/contents_double_contents_inline.sh'; \ + b='test_scripts/contents_double_contents_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh.log: test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh + @p='test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh'; \ + b='test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_inline_chapter.sh.log: test_scripts/contents_double_contents_inline_chapter.sh + @p='test_scripts/contents_double_contents_inline_chapter.sh'; \ + b='test_scripts/contents_double_contents_inline_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_inline_section.sh.log: test_scripts/contents_double_contents_inline_section.sh + @p='test_scripts/contents_double_contents_inline_section.sh'; \ + b='test_scripts/contents_double_contents_inline_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_inline_nodes.sh.log: test_scripts/contents_double_contents_inline_nodes.sh + @p='test_scripts/contents_double_contents_inline_nodes.sh'; \ + b='test_scripts/contents_double_contents_inline_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_inline.sh.log: test_scripts/contents_no_content_inline.sh + @p='test_scripts/contents_no_content_inline.sh'; \ + b='test_scripts/contents_no_content_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_do_contents_inline.sh.log: test_scripts/contents_no_content_do_contents_inline.sh + @p='test_scripts/contents_no_content_do_contents_inline.sh'; \ + b='test_scripts/contents_no_content_do_contents_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_setcatpage_inline.sh.log: test_scripts/contents_no_content_setcatpage_inline.sh + @p='test_scripts/contents_no_content_setcatpage_inline.sh'; \ + b='test_scripts/contents_no_content_setcatpage_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_no_content_setcatpage_do_contents_inline.sh.log: test_scripts/contents_no_content_setcatpage_do_contents_inline.sh + @p='test_scripts/contents_no_content_setcatpage_do_contents_inline.sh'; \ + b='test_scripts/contents_no_content_setcatpage_do_contents_inline.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_book.sh.log: test_scripts/contents_double_contents_book.sh + @p='test_scripts/contents_double_contents_book.sh'; \ + b='test_scripts/contents_double_contents_book.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh.log: test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh + @p='test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh'; \ + b='test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh.log: test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh + @p='test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh'; \ + b='test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_and_parts.sh.log: test_scripts/contents_contents_and_parts.sh + @p='test_scripts/contents_contents_and_parts.sh'; \ + b='test_scripts/contents_contents_and_parts.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_begin_info.sh.log: test_scripts/contents_contents_at_begin_info.sh + @p='test_scripts/contents_contents_at_begin_info.sh'; \ + b='test_scripts/contents_contents_at_begin_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_at_end_info.sh.log: test_scripts/contents_contents_at_end_info.sh + @p='test_scripts/contents_contents_at_end_info.sh'; \ + b='test_scripts/contents_contents_at_end_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_chapter_info.sh.log: test_scripts/contents_contents_in_middle_chapter_info.sh + @p='test_scripts/contents_contents_in_middle_chapter_info.sh'; \ + b='test_scripts/contents_contents_in_middle_chapter_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_contents_in_middle_section_info.sh.log: test_scripts/contents_contents_in_middle_section_info.sh + @p='test_scripts/contents_contents_in_middle_section_info.sh'; \ + b='test_scripts/contents_contents_in_middle_section_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_info.sh.log: test_scripts/contents_double_contents_info.sh + @p='test_scripts/contents_double_contents_info.sh'; \ + b='test_scripts/contents_double_contents_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh.log: test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh + @p='test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh'; \ + b='test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_no_monolithic.sh.log: test_scripts/layout_no_monolithic.sh + @p='test_scripts/layout_no_monolithic.sh'; \ + b='test_scripts/layout_no_monolithic.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_no_monolithic_only_toc_out.sh.log: test_scripts/layout_no_monolithic_only_toc_out.sh + @p='test_scripts/layout_no_monolithic_only_toc_out.sh'; \ + b='test_scripts/layout_no_monolithic_only_toc_out.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation.sh.log: test_scripts/layout_navigation.sh + @p='test_scripts/layout_navigation.sh'; \ + b='test_scripts/layout_navigation.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_no_header.sh.log: test_scripts/layout_navigation_no_header.sh + @p='test_scripts/layout_navigation_no_header.sh'; \ + b='test_scripts/layout_navigation_no_header.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_vertical.sh.log: test_scripts/layout_navigation_vertical.sh + @p='test_scripts/layout_navigation_vertical.sh'; \ + b='test_scripts/layout_navigation_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_no_header_vertical.sh.log: test_scripts/layout_navigation_no_header_vertical.sh + @p='test_scripts/layout_navigation_no_header_vertical.sh'; \ + b='test_scripts/layout_navigation_no_header_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_chapter.sh.log: test_scripts/layout_navigation_chapter.sh + @p='test_scripts/layout_navigation_chapter.sh'; \ + b='test_scripts/layout_navigation_chapter.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_section.sh.log: test_scripts/layout_navigation_section.sh + @p='test_scripts/layout_navigation_section.sh'; \ + b='test_scripts/layout_navigation_section.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_node.sh.log: test_scripts/layout_navigation_node.sh + @p='test_scripts/layout_navigation_node.sh'; \ + b='test_scripts/layout_navigation_node.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_chapter_no_header.sh.log: test_scripts/layout_navigation_chapter_no_header.sh + @p='test_scripts/layout_navigation_chapter_no_header.sh'; \ + b='test_scripts/layout_navigation_chapter_no_header.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_section_no_header.sh.log: test_scripts/layout_navigation_section_no_header.sh + @p='test_scripts/layout_navigation_section_no_header.sh'; \ + b='test_scripts/layout_navigation_section_no_header.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_node_no_header.sh.log: test_scripts/layout_navigation_node_no_header.sh + @p='test_scripts/layout_navigation_node_no_header.sh'; \ + b='test_scripts/layout_navigation_node_no_header.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_chapter_vertical.sh.log: test_scripts/layout_navigation_chapter_vertical.sh + @p='test_scripts/layout_navigation_chapter_vertical.sh'; \ + b='test_scripts/layout_navigation_chapter_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_section_vertical.sh.log: test_scripts/layout_navigation_section_vertical.sh + @p='test_scripts/layout_navigation_section_vertical.sh'; \ + b='test_scripts/layout_navigation_section_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_node_vertical.sh.log: test_scripts/layout_navigation_node_vertical.sh + @p='test_scripts/layout_navigation_node_vertical.sh'; \ + b='test_scripts/layout_navigation_node_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_chapter_no_header_vertical.sh.log: test_scripts/layout_navigation_chapter_no_header_vertical.sh + @p='test_scripts/layout_navigation_chapter_no_header_vertical.sh'; \ + b='test_scripts/layout_navigation_chapter_no_header_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_section_no_header_vertical.sh.log: test_scripts/layout_navigation_section_no_header_vertical.sh + @p='test_scripts/layout_navigation_section_no_header_vertical.sh'; \ + b='test_scripts/layout_navigation_section_no_header_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_node_no_header_vertical.sh.log: test_scripts/layout_navigation_node_no_header_vertical.sh + @p='test_scripts/layout_navigation_node_no_header_vertical.sh'; \ + b='test_scripts/layout_navigation_node_no_header_vertical.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_navigation_test_misc_file_collision.sh.log: test_scripts/layout_navigation_test_misc_file_collision.sh + @p='test_scripts/layout_navigation_test_misc_file_collision.sh'; \ + b='test_scripts/layout_navigation_test_misc_file_collision.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_docbook.sh.log: test_scripts/layout_formatting_docbook.sh + @p='test_scripts/layout_formatting_docbook.sh'; \ + b='test_scripts/layout_formatting_docbook.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_xml.sh.log: test_scripts/layout_formatting_xml.sh + @p='test_scripts/layout_formatting_xml.sh'; \ + b='test_scripts/layout_formatting_xml.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_weird_quotes.sh.log: test_scripts/layout_formatting_weird_quotes.sh + @p='test_scripts/layout_formatting_weird_quotes.sh'; \ + b='test_scripts/layout_formatting_weird_quotes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_html.sh.log: test_scripts/layout_formatting_html.sh + @p='test_scripts/layout_formatting_html.sh'; \ + b='test_scripts/layout_formatting_html.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_html_nodes.sh.log: test_scripts/layout_formatting_html_nodes.sh + @p='test_scripts/layout_formatting_html_nodes.sh'; \ + b='test_scripts/layout_formatting_html_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_plaintext.sh.log: test_scripts/layout_formatting_plaintext.sh + @p='test_scripts/layout_formatting_plaintext.sh'; \ + b='test_scripts/layout_formatting_plaintext.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_html32.sh.log: test_scripts/layout_formatting_html32.sh + @p='test_scripts/layout_formatting_html32.sh'; \ + b='test_scripts/layout_formatting_html32.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_regions.sh.log: test_scripts/layout_formatting_regions.sh + @p='test_scripts/layout_formatting_regions.sh'; \ + b='test_scripts/layout_formatting_regions.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_exotic.sh.log: test_scripts/layout_formatting_exotic.sh + @p='test_scripts/layout_formatting_exotic.sh'; \ + b='test_scripts/layout_formatting_exotic.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_fr_icons.sh.log: test_scripts/layout_formatting_fr_icons.sh + @p='test_scripts/layout_formatting_fr_icons.sh'; \ + b='test_scripts/layout_formatting_fr_icons.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_chm.sh.log: test_scripts/layout_formatting_chm.sh + @p='test_scripts/layout_formatting_chm.sh'; \ + b='test_scripts/layout_formatting_chm.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/layout_formatting_nodes.sh.log: test_scripts/layout_formatting_nodes.sh + @p='test_scripts/layout_formatting_nodes.sh'; \ + b='test_scripts/layout_formatting_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_texi_glossary.sh.log: test_scripts/formatting_texi_glossary.sh + @p='test_scripts/formatting_texi_glossary.sh'; \ + b='test_scripts/formatting_texi_glossary.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_texi_bib-example.sh.log: test_scripts/formatting_texi_bib-example.sh + @p='test_scripts/formatting_texi_bib-example.sh'; \ + b='test_scripts/formatting_texi_bib-example.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_texi_cond.sh.log: test_scripts/formatting_texi_cond.sh + @p='test_scripts/formatting_texi_cond.sh'; \ + b='test_scripts/formatting_texi_cond.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond.sh.log: test_scripts/formatting_cond.sh + @p='test_scripts/formatting_cond.sh'; \ + b='test_scripts/formatting_cond.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_xml.sh.log: test_scripts/formatting_cond_xml.sh + @p='test_scripts/formatting_cond_xml.sh'; \ + b='test_scripts/formatting_cond_xml.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh.log: test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh + @p='test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh'; \ + b='test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh.log: test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh + @p='test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh'; \ + b='test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_info.sh.log: test_scripts/formatting_cond_info.sh + @p='test_scripts/formatting_cond_info.sh'; \ + b='test_scripts/formatting_cond_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh.log: test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh + @p='test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh'; \ + b='test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh.log: test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh + @p='test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh'; \ + b='test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_defcondx_Dbar.sh.log: test_scripts/formatting_defcondx_Dbar.sh + @p='test_scripts/formatting_defcondx_Dbar.sh'; \ + b='test_scripts/formatting_defcondx_Dbar.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_defcondx_Ubar.sh.log: test_scripts/formatting_defcondx_Ubar.sh + @p='test_scripts/formatting_defcondx_Ubar.sh'; \ + b='test_scripts/formatting_defcondx_Ubar.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_unknown_nodes_renamed.sh.log: test_scripts/formatting_unknown_nodes_renamed.sh + @p='test_scripts/formatting_unknown_nodes_renamed.sh'; \ + b='test_scripts/formatting_unknown_nodes_renamed.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_texi_ignore_and_comments.sh.log: test_scripts/formatting_texi_ignore_and_comments.sh + @p='test_scripts/formatting_texi_ignore_and_comments.sh'; \ + b='test_scripts/formatting_texi_ignore_and_comments.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_ignore_and_comments_output.sh.log: test_scripts/formatting_ignore_and_comments_output.sh + @p='test_scripts/formatting_ignore_and_comments_output.sh'; \ + b='test_scripts/formatting_ignore_and_comments_output.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_test_redefine_need.sh.log: test_scripts/formatting_test_redefine_need.sh + @p='test_scripts/formatting_test_redefine_need.sh'; \ + b='test_scripts/formatting_test_redefine_need.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_direntry_dircategory_info_split.sh.log: test_scripts/formatting_direntry_dircategory_info_split.sh + @p='test_scripts/formatting_direntry_dircategory_info_split.sh'; \ + b='test_scripts/formatting_direntry_dircategory_info_split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_split_nocopying.sh.log: test_scripts/formatting_split_nocopying.sh + @p='test_scripts/formatting_split_nocopying.sh'; \ + b='test_scripts/formatting_split_nocopying.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_split_nocopying_split.sh.log: test_scripts/formatting_split_nocopying_split.sh + @p='test_scripts/formatting_split_nocopying_split.sh'; \ + b='test_scripts/formatting_split_nocopying_split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_split_nocopying_split_dev_null.sh.log: test_scripts/formatting_split_nocopying_split_dev_null.sh + @p='test_scripts/formatting_split_nocopying_split_dev_null.sh'; \ + b='test_scripts/formatting_split_nocopying_split_dev_null.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_simplest_test_prefix.sh.log: test_scripts/formatting_simplest_test_prefix.sh + @p='test_scripts/formatting_simplest_test_prefix.sh'; \ + b='test_scripts/formatting_simplest_test_prefix.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_simplest_test_prefix_info.sh.log: test_scripts/formatting_simplest_test_prefix_info.sh + @p='test_scripts/formatting_simplest_test_prefix_info.sh'; \ + b='test_scripts/formatting_simplest_test_prefix_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_simplest_test_css.sh.log: test_scripts/formatting_simplest_test_css.sh + @p='test_scripts/formatting_simplest_test_css.sh'; \ + b='test_scripts/formatting_simplest_test_css.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_simplest_test_date_in_header.sh.log: test_scripts/formatting_simplest_test_date_in_header.sh + @p='test_scripts/formatting_simplest_test_date_in_header.sh'; \ + b='test_scripts/formatting_simplest_test_date_in_header.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_documentlanguage_set_option.sh.log: test_scripts/formatting_documentlanguage_set_option.sh + @p='test_scripts/formatting_documentlanguage_set_option.sh'; \ + b='test_scripts/formatting_documentlanguage_set_option.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_documentlanguage_set_unknown.sh.log: test_scripts/formatting_documentlanguage_set_unknown.sh + @p='test_scripts/formatting_documentlanguage_set_unknown.sh'; \ + b='test_scripts/formatting_documentlanguage_set_unknown.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_documentlanguage_set_option_info.sh.log: test_scripts/formatting_documentlanguage_set_option_info.sh + @p='test_scripts/formatting_documentlanguage_set_option_info.sh'; \ + b='test_scripts/formatting_documentlanguage_set_option_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_float_copying.sh.log: test_scripts/formatting_float_copying.sh + @p='test_scripts/formatting_float_copying.sh'; \ + b='test_scripts/formatting_float_copying.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_simple_with_menu_docbook_info.sh.log: test_scripts/formatting_simple_with_menu_docbook_info.sh + @p='test_scripts/formatting_simple_with_menu_docbook_info.sh'; \ + b='test_scripts/formatting_simple_with_menu_docbook_info.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/formatting_split_for_format_not_split.sh.log: test_scripts/formatting_split_for_format_not_split.sh + @p='test_scripts/formatting_split_for_format_not_split.sh'; \ + b='test_scripts/formatting_split_for_format_not_split.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref_htmlxref.sh.log: test_scripts/htmlxref_htmlxref.sh + @p='test_scripts/htmlxref_htmlxref.sh'; \ + b='test_scripts/htmlxref_htmlxref.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref_htmlxref_nodes.sh.log: test_scripts/htmlxref_htmlxref_nodes.sh + @p='test_scripts/htmlxref_htmlxref_nodes.sh'; \ + b='test_scripts/htmlxref_htmlxref_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref-only_mono_htmlxref.sh.log: test_scripts/htmlxref-only_mono_htmlxref.sh + @p='test_scripts/htmlxref-only_mono_htmlxref.sh'; \ + b='test_scripts/htmlxref-only_mono_htmlxref.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref-only_mono_htmlxref_nodes.sh.log: test_scripts/htmlxref-only_mono_htmlxref_nodes.sh + @p='test_scripts/htmlxref-only_mono_htmlxref_nodes.sh'; \ + b='test_scripts/htmlxref-only_mono_htmlxref_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref-only_split_htmlxref.sh.log: test_scripts/htmlxref-only_split_htmlxref.sh + @p='test_scripts/htmlxref-only_split_htmlxref.sh'; \ + b='test_scripts/htmlxref-only_split_htmlxref.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/htmlxref-only_split_htmlxref_nodes.sh.log: test_scripts/htmlxref-only_split_htmlxref_nodes.sh + @p='test_scripts/htmlxref-only_split_htmlxref_nodes.sh'; \ + b='test_scripts/htmlxref-only_split_htmlxref_nodes.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_block_EOL_tex.sh.log: test_scripts/tex_html_block_EOL_tex.sh + @p='test_scripts/tex_html_block_EOL_tex.sh'; \ + b='test_scripts/tex_html_block_EOL_tex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_simplest_httex.sh.log: test_scripts/tex_html_simplest_httex.sh + @p='test_scripts/tex_html_simplest_httex.sh'; \ + b='test_scripts/tex_html_simplest_httex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex.sh.log: test_scripts/tex_html_tex.sh + @p='test_scripts/tex_html_tex.sh'; \ + b='test_scripts/tex_html_tex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_notex.sh.log: test_scripts/tex_html_tex_notex.sh + @p='test_scripts/tex_html_tex_notex.sh'; \ + b='test_scripts/tex_html_tex_notex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_httex.sh.log: test_scripts/tex_html_tex_httex.sh + @p='test_scripts/tex_html_tex_httex.sh'; \ + b='test_scripts/tex_html_tex_httex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_accents_httex.sh.log: test_scripts/tex_html_tex_accents_httex.sh + @p='test_scripts/tex_html_tex_accents_httex.sh'; \ + b='test_scripts/tex_html_tex_accents_httex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_accents_l2h.sh.log: test_scripts/tex_html_tex_accents_l2h.sh + @p='test_scripts/tex_html_tex_accents_l2h.sh'; \ + b='test_scripts/tex_html_tex_accents_l2h.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_complex_httex.sh.log: test_scripts/tex_html_tex_complex_httex.sh + @p='test_scripts/tex_html_tex_complex_httex.sh'; \ + b='test_scripts/tex_html_tex_complex_httex.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_complex_l2h.sh.log: test_scripts/tex_html_tex_complex_l2h.sh + @p='test_scripts/tex_html_tex_complex_l2h.sh'; \ + b='test_scripts/tex_html_tex_complex_l2h.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_math_not_closed.sh.log: test_scripts/tex_html_math_not_closed.sh + @p='test_scripts/tex_html_math_not_closed.sh'; \ + b='test_scripts/tex_html_math_not_closed.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_not_closed.sh.log: test_scripts/tex_html_tex_not_closed.sh + @p='test_scripts/tex_html_tex_not_closed.sh'; \ + b='test_scripts/tex_html_tex_not_closed.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_tex_in_copying.sh.log: test_scripts/tex_html_tex_in_copying.sh + @p='test_scripts/tex_html_tex_in_copying.sh'; \ + b='test_scripts/tex_html_tex_in_copying.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +test_scripts/tex_html_formatting_singular.sh.log: test_scripts/tex_html_formatting_singular.sh + @p='test_scripts/tex_html_formatting_singular.sh'; \ + b='test_scripts/tex_html_formatting_singular.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ @@ -1629,6 +3090,12 @@ tags tags-am uninstall uninstall-am +# autogenerated test scripts list and tests-parser.txt list + +$(srcdir)/Makefile.onetst: ../maintain/regenerate_cmd_tests.sh $(test_driving_files_generated_list) + cd $(srcdir) \ + && $(SHELL) ../maintain/regenerate_cmd_tests.sh "$@" -base '$(base_tests)' -long '$(long_tests)' -tex_html '$(tex_html_tests)' + copy-tests: copy-base copy-long cd many_input_files && $(MAKE) copy-tests diff --git a/tp/tests/Makefile.onetst b/tp/tests/Makefile.onetst new file mode 100644 index 0000000..60f15a3 --- /dev/null +++ b/tp/tests/Makefile.onetst @@ -0,0 +1,199 @@ +# Makefile.onetst generated by ../maintain/regenerate_cmd_tests.sh. +# +# Copyright 2013 Free Software Foundation, Inc. +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +test_driving_files_generated_list = sectioning/tests-parser.txt coverage/tests-parser.txt indices/tests-parser.txt nested_formats/tests-parser.txt contents/tests-parser.txt layout/tests-parser.txt formatting/tests-parser.txt htmlxref/tests-parser.txt htmlxref-only_mono/tests-parser.txt htmlxref-only_split/tests-parser.txt tex_html/tests-parser.txt + +one_test_files_generated_list = \ + test_scripts/sectioning_node_footnote_end.sh \ + test_scripts/sectioning_node_footnote_use_node.sh \ + test_scripts/sectioning_node_footnote_separated.sh \ + test_scripts/sectioning_test_two_include.sh \ + test_scripts/sectioning_equivalent_nodes.sh \ + test_scripts/sectioning_equivalent_nodes_no_node.sh \ + test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh \ + test_scripts/sectioning_nodes_after_top_before_chapter.sh \ + test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh \ + test_scripts/sectioning_nodes_after_top_before_section.sh \ + test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh \ + test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh \ + test_scripts/sectioning_sectioning_directions.sh \ + test_scripts/sectioning_sectioning_frames.sh \ + test_scripts/sectioning_no_node_chapter_split.sh \ + test_scripts/sectioning_placed_things_before_element.sh \ + test_scripts/sectioning_no_section_no_top.sh \ + test_scripts/sectioning_no_section_no_top_no_node.sh \ + test_scripts/sectioning_more_nodes_than_sections.sh \ + test_scripts/sectioning_one_node_no_node.sh \ + test_scripts/sectioning_one_node.sh \ + test_scripts/sectioning_more_sections_than_nodes.sh \ + test_scripts/sectioning_two_footnotes_in_nodes.sh \ + test_scripts/sectioning_two_footnotes_in_nodes_separated.sh \ + test_scripts/coverage_texi_formatting.sh \ + test_scripts/coverage_formatting.sh \ + test_scripts/coverage_formatting_utf8_enable_encoding.sh \ + test_scripts/coverage_formatting_fr.sh \ + test_scripts/indices_double_index_entry.sh \ + test_scripts/indices_split_chapter_index.sh \ + test_scripts/indices_index_split.sh \ + test_scripts/indices_index_split_nodes.sh \ + test_scripts/indices_index_no_node.sh \ + test_scripts/indices_nodes_before_top.sh \ + test_scripts/indices_nodes_before_top_nodes.sh \ + test_scripts/indices_nodes_before_top_no_nodes.sh \ + test_scripts/indices_nodes_before_top_and_sections_monolithic.sh \ + test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh \ + test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh \ + test_scripts/indices_index_special_region.sh \ + test_scripts/indices_index_special_region_no_region.sh \ + test_scripts/indices_index_special_region_no_insertcopying.sh \ + test_scripts/indices_index_special_region_html.sh \ + test_scripts/indices_index_special_region_no_region_html.sh \ + test_scripts/indices_index_special_region_no_insertcopying_html.sh \ + test_scripts/indices_index_nodes.sh \ + test_scripts/indices_index_nodes_nodes.sh \ + test_scripts/indices_printindex_between_node_section.sh \ + test_scripts/indices_printindex_between_part_chapter.sh \ + test_scripts/indices_index_and_node_same_name.sh \ + test_scripts/indices_index_entry_in_footnote.sh \ + test_scripts/indices_index_one_node.sh \ + test_scripts/indices_index_no_node_no_top.sh \ + test_scripts/indices_index_entry_in_footnote_info.sh \ + test_scripts/indices_index_entry_in_footnote_separated_info.sh \ + test_scripts/nested_formats_texi_nested_formats.sh \ + test_scripts/nested_formats_nested_group.sh \ + test_scripts/nested_formats_nested_itemize.sh \ + test_scripts/nested_formats_nested_menu.sh \ + test_scripts/nested_formats_nested_table.sh \ + test_scripts/nested_formats_nested_flushright.sh \ + test_scripts/nested_formats_nested_multitable.sh \ + test_scripts/nested_formats_nested_cartouche.sh \ + test_scripts/nested_formats_nested_enumerate.sh \ + test_scripts/nested_formats_nested_deffn.sh \ + test_scripts/nested_formats_nested_example.sh \ + test_scripts/nested_formats_nested_quotation.sh \ + test_scripts/contents_contents_at_begin.sh \ + test_scripts/contents_contents_at_end.sh \ + test_scripts/contents_contents_in_middle_chapter.sh \ + test_scripts/contents_contents_in_middle_section.sh \ + test_scripts/contents_double_contents.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage.sh \ + test_scripts/contents_double_contents_chapter.sh \ + test_scripts/contents_double_contents_section.sh \ + test_scripts/contents_double_contents_nodes.sh \ + test_scripts/contents_no_content.sh \ + test_scripts/contents_no_content_do_contents.sh \ + test_scripts/contents_no_content_setcatpage.sh \ + test_scripts/contents_no_content_setcatpage_do_contents.sh \ + test_scripts/contents_contents_at_begin_inline.sh \ + test_scripts/contents_contents_at_end_inline.sh \ + test_scripts/contents_contents_in_middle_chapter_inline.sh \ + test_scripts/contents_contents_in_middle_section_inline.sh \ + test_scripts/contents_double_contents_inline.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh \ + test_scripts/contents_double_contents_inline_chapter.sh \ + test_scripts/contents_double_contents_inline_section.sh \ + test_scripts/contents_double_contents_inline_nodes.sh \ + test_scripts/contents_no_content_inline.sh \ + test_scripts/contents_no_content_do_contents_inline.sh \ + test_scripts/contents_no_content_setcatpage_inline.sh \ + test_scripts/contents_no_content_setcatpage_do_contents_inline.sh \ + test_scripts/contents_double_contents_book.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh \ + test_scripts/contents_contents_and_parts.sh \ + test_scripts/contents_contents_at_begin_info.sh \ + test_scripts/contents_contents_at_end_info.sh \ + test_scripts/contents_contents_in_middle_chapter_info.sh \ + test_scripts/contents_contents_in_middle_section_info.sh \ + test_scripts/contents_double_contents_info.sh \ + test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh \ + test_scripts/layout_no_monolithic.sh \ + test_scripts/layout_no_monolithic_only_toc_out.sh \ + test_scripts/layout_navigation.sh \ + test_scripts/layout_navigation_no_header.sh \ + test_scripts/layout_navigation_vertical.sh \ + test_scripts/layout_navigation_no_header_vertical.sh \ + test_scripts/layout_navigation_chapter.sh \ + test_scripts/layout_navigation_section.sh \ + test_scripts/layout_navigation_node.sh \ + test_scripts/layout_navigation_chapter_no_header.sh \ + test_scripts/layout_navigation_section_no_header.sh \ + test_scripts/layout_navigation_node_no_header.sh \ + test_scripts/layout_navigation_chapter_vertical.sh \ + test_scripts/layout_navigation_section_vertical.sh \ + test_scripts/layout_navigation_node_vertical.sh \ + test_scripts/layout_navigation_chapter_no_header_vertical.sh \ + test_scripts/layout_navigation_section_no_header_vertical.sh \ + test_scripts/layout_navigation_node_no_header_vertical.sh \ + test_scripts/layout_navigation_test_misc_file_collision.sh \ + test_scripts/layout_formatting_docbook.sh \ + test_scripts/layout_formatting_xml.sh \ + test_scripts/layout_formatting_weird_quotes.sh \ + test_scripts/layout_formatting_html.sh \ + test_scripts/layout_formatting_html_nodes.sh \ + test_scripts/layout_formatting_plaintext.sh \ + test_scripts/layout_formatting_html32.sh \ + test_scripts/layout_formatting_regions.sh \ + test_scripts/layout_formatting_exotic.sh \ + test_scripts/layout_formatting_fr_icons.sh \ + test_scripts/layout_formatting_chm.sh \ + test_scripts/layout_formatting_nodes.sh \ + test_scripts/formatting_texi_glossary.sh \ + test_scripts/formatting_texi_bib-example.sh \ + test_scripts/formatting_texi_cond.sh \ + test_scripts/formatting_cond.sh \ + test_scripts/formatting_cond_xml.sh \ + test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh \ + test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh \ + test_scripts/formatting_cond_info.sh \ + test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh \ + test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh \ + test_scripts/formatting_defcondx_Dbar.sh \ + test_scripts/formatting_defcondx_Ubar.sh \ + test_scripts/formatting_unknown_nodes_renamed.sh \ + test_scripts/formatting_texi_ignore_and_comments.sh \ + test_scripts/formatting_ignore_and_comments_output.sh \ + test_scripts/formatting_test_redefine_need.sh \ + test_scripts/formatting_direntry_dircategory_info_split.sh \ + test_scripts/formatting_split_nocopying.sh \ + test_scripts/formatting_split_nocopying_split.sh \ + test_scripts/formatting_split_nocopying_split_dev_null.sh \ + test_scripts/formatting_simplest_test_prefix.sh \ + test_scripts/formatting_simplest_test_prefix_info.sh \ + test_scripts/formatting_simplest_test_css.sh \ + test_scripts/formatting_simplest_test_date_in_header.sh \ + test_scripts/formatting_documentlanguage_set_option.sh \ + test_scripts/formatting_documentlanguage_set_unknown.sh \ + test_scripts/formatting_documentlanguage_set_option_info.sh \ + test_scripts/formatting_float_copying.sh \ + test_scripts/formatting_simple_with_menu_docbook_info.sh \ + test_scripts/formatting_split_for_format_not_split.sh \ + test_scripts/htmlxref_htmlxref.sh \ + test_scripts/htmlxref_htmlxref_nodes.sh \ + test_scripts/htmlxref-only_mono_htmlxref.sh \ + test_scripts/htmlxref-only_mono_htmlxref_nodes.sh \ + test_scripts/htmlxref-only_split_htmlxref.sh \ + test_scripts/htmlxref-only_split_htmlxref_nodes.sh \ + test_scripts/tex_html_block_EOL_tex.sh \ + test_scripts/tex_html_simplest_httex.sh \ + test_scripts/tex_html_tex.sh \ + test_scripts/tex_html_tex_notex.sh \ + test_scripts/tex_html_tex_httex.sh \ + test_scripts/tex_html_tex_accents_httex.sh \ + test_scripts/tex_html_tex_accents_l2h.sh \ + test_scripts/tex_html_tex_complex_httex.sh \ + test_scripts/tex_html_tex_complex_l2h.sh \ + test_scripts/tex_html_math_not_closed.sh \ + test_scripts/tex_html_tex_not_closed.sh \ + test_scripts/tex_html_tex_in_copying.sh \ + test_scripts/tex_html_formatting_singular.sh + diff --git a/tp/tests/contents/Makefile.am b/tp/tests/contents/Makefile.am index f2b6e43..156bddf 100644 --- a/tp/tests/contents/Makefile.am +++ b/tp/tests/contents/Makefile.am @@ -8,7 +8,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/contents/Makefile.in b/tp/tests/contents/Makefile.in index 2842c79..1f974c9 100644 --- a/tp/tests/contents/Makefile.in +++ b/tp/tests/contents/Makefile.in @@ -1049,7 +1049,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/coverage/Makefile.am b/tp/tests/coverage/Makefile.am index 0d2e749..b66f584 100644 --- a/tp/tests/coverage/Makefile.am +++ b/tp/tests/coverage/Makefile.am @@ -5,7 +5,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/coverage/Makefile.in b/tp/tests/coverage/Makefile.in index 5109ba2..8ac5dd7 100644 --- a/tp/tests/coverage/Makefile.in +++ b/tp/tests/coverage/Makefile.in @@ -1046,7 +1046,7 @@ distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/formatting/Makefile.am b/tp/tests/formatting/Makefile.am index 288b1b1..1b4b9c3 100644 --- a/tp/tests/formatting/Makefile.am +++ b/tp/tests/formatting/Makefile.am @@ -13,7 +13,7 @@ DISTCLEANFILES = tests.log tests.out unknown_nodes_renamed-noderename.cnf distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/formatting/Makefile.in b/tp/tests/formatting/Makefile.in index b6a0a8c..59a9fe3 100644 --- a/tp/tests/formatting/Makefile.in +++ b/tp/tests/formatting/Makefile.in @@ -1054,7 +1054,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref/Makefile.am b/tp/tests/htmlxref/Makefile.am index 92828f5..fba3757 100644 --- a/tp/tests/htmlxref/Makefile.am +++ b/tp/tests/htmlxref/Makefile.am @@ -4,7 +4,7 @@ DISTCLEANFILES = tests.log tests.out htmlxref.cnf distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref/Makefile.in b/tp/tests/htmlxref/Makefile.in index ea0811b..7502ee7 100644 --- a/tp/tests/htmlxref/Makefile.in +++ b/tp/tests/htmlxref/Makefile.in @@ -1045,7 +1045,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref-only_mono/Makefile.am b/tp/tests/htmlxref-only_mono/Makefile.am index 92828f5..fba3757 100644 --- a/tp/tests/htmlxref-only_mono/Makefile.am +++ b/tp/tests/htmlxref-only_mono/Makefile.am @@ -4,7 +4,7 @@ DISTCLEANFILES = tests.log tests.out htmlxref.cnf distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref-only_mono/Makefile.in b/tp/tests/htmlxref-only_mono/Makefile.in index 473bfa3..db77cb9 100644 --- a/tp/tests/htmlxref-only_mono/Makefile.in +++ b/tp/tests/htmlxref-only_mono/Makefile.in @@ -1045,7 +1045,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref-only_split/Makefile.am b/tp/tests/htmlxref-only_split/Makefile.am index 4f25489..3309a81 100644 --- a/tp/tests/htmlxref-only_split/Makefile.am +++ b/tp/tests/htmlxref-only_split/Makefile.am @@ -4,7 +4,7 @@ DISTCLEANFILES = tests.log tests.out htmlxref.cnf distclean-local: - rm -rf out_parser diffs .texinfo + rm -rf out_parser diffs test_log .texinfo dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/htmlxref-only_split/Makefile.in b/tp/tests/htmlxref-only_split/Makefile.in index e44c4be..649fa74 100644 --- a/tp/tests/htmlxref-only_split/Makefile.in +++ b/tp/tests/htmlxref-only_split/Makefile.in @@ -1045,7 +1045,7 @@ distclean-local: - rm -rf out_parser diffs .texinfo + rm -rf out_parser diffs test_log .texinfo dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/indices/Makefile.am b/tp/tests/indices/Makefile.am index 5ab0612..82880fd 100644 --- a/tp/tests/indices/Makefile.am +++ b/tp/tests/indices/Makefile.am @@ -14,7 +14,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/indices/Makefile.in b/tp/tests/indices/Makefile.in index e8214af..f31baa2 100644 --- a/tp/tests/indices/Makefile.in +++ b/tp/tests/indices/Makefile.in @@ -1055,7 +1055,7 @@ distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/layout/Makefile.am b/tp/tests/layout/Makefile.am index fff8a79..927df3c 100644 --- a/tp/tests/layout/Makefile.am +++ b/tp/tests/layout/Makefile.am @@ -6,7 +6,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/layout/Makefile.in b/tp/tests/layout/Makefile.in index 2b2db34..743bbcf 100644 --- a/tp/tests/layout/Makefile.in +++ b/tp/tests/layout/Makefile.in @@ -1046,7 +1046,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/layout/res_parser/formatting_plaintext/formatting.1 b/tp/tests/layout/res_parser/formatting_plaintext/formatting.1 index 4cd6e57..12ff6e1 100644 --- a/tp/tests/layout/res_parser/formatting_plaintext/formatting.1 +++ b/tp/tests/layout/res_parser/formatting_plaintext/formatting.1 @@ -61,15 +61,15 @@ '@v{a}' a< '@v{--a}' -a< '@,{c}' c, '@,{--c}' -c, '@footnote{in footnote}' (1) '@footnote{in footnote2}' (2) - '@image{f--ile}' [ggg -aaa] '@image{f--ile,l--i}' [ggg -aaa] '@image{f--ile,,l--e}' [ggg -aaa] -'@image{f--ile,,,alt}' [ggg -aaa] '@image{f--ile,,,,e-d-xt}' [ggg -aaa] -'@image{f--ile,aze,az,alt,e--xt}' [ggg -aaa] '@image{f-ile,aze,,a--lt}' [a-lt] + '@image{f--ile}' ggg +aaa '@image{f--ile,l--i}' ggg +aaa '@image{f--ile,,l--e}' ggg +aaa +'@image{f--ile,,,alt}' ggg +aaa '@image{f--ile,,,,e-d-xt}' ggg +aaa +'@image{f--ile,aze,az,alt,e--xt}' ggg +aaa '@image{f-ile,aze,,a--lt}' [a-lt] '@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}' [alt] @@ -408,15 +408,15 @@ '@v{a}' a< '@v{--a}' -a< '@,{c}' c, '@,{--c}' -c, '@footnote{in footnote}' (3) '@footnote{in footnote2}' (4) - '@image{f--ile}' [ggg -aaa] '@image{f--ile,l--i}' [ggg -aaa] '@image{f--ile,,l--e}' [ggg -aaa] -'@image{f--ile,,,alt}' [ggg -aaa] '@image{f--ile,,,,e-d-xt}' [ggg -aaa] -'@image{f--ile,aze,az,alt,e--xt}' [ggg -aaa] '@image{f-ile,aze,,a--lt}' [a-lt] + '@image{f--ile}' ggg +aaa '@image{f--ile,l--i}' ggg +aaa '@image{f--ile,,l--e}' ggg +aaa +'@image{f--ile,,,alt}' ggg +aaa '@image{f--ile,,,,e-d-xt}' ggg +aaa +'@image{f--ile,aze,az,alt,e--xt}' ggg +aaa '@image{f-ile,aze,,a--lt}' [a-lt] '@image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@}' [alt] @@ -887,18 +887,18 @@ @footnote{in footnote} (5) @footnote{in footnote2} (6) - @image{f--ile} [ggg -aaa] - @image{f--ile,l--i} [ggg -aaa] - @image{f--ile,,l--e} [ggg -aaa] - @image{f--ile,,,alt} [ggg -aaa] - @image{f--ile,,,,e-d-xt} [ggg -aaa] - @image{f--ile,aze,az,alt,e--xt} [ggg -aaa] + @image{f--ile} ggg +aaa + @image{f--ile,l--i} ggg +aaa + @image{f--ile,,l--e} ggg +aaa + @image{f--ile,,,alt} ggg +aaa + @image{f--ile,,,,e-d-xt} ggg +aaa + @image{f--ile,aze,az,alt,e--xt} ggg +aaa @image{f-ile,aze,,a--lt} [a-lt] @image{@file{f--ile}@@@.,aze,az,alt,@file{file ext} e--xt@} [alt] diff --git a/tp/tests/nested_formats/Makefile.am b/tp/tests/nested_formats/Makefile.am index e6df033..f4a9852 100644 --- a/tp/tests/nested_formats/Makefile.am +++ b/tp/tests/nested_formats/Makefile.am @@ -4,7 +4,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/nested_formats/Makefile.in b/tp/tests/nested_formats/Makefile.in index 89be482..c3099e2 100644 --- a/tp/tests/nested_formats/Makefile.in +++ b/tp/tests/nested_formats/Makefile.in @@ -1045,7 +1045,7 @@ distclean-local: - rm -rf out_parser out_parser_info diffs + rm -rf out_parser out_parser_info diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_info -name CVS` diff --git a/tp/tests/run_parser_all.sh b/tp/tests/run_parser_all.sh index 677d334..ad21dae 100755 --- a/tp/tests/run_parser_all.sh +++ b/tp/tests/run_parser_all.sh @@ -21,6 +21,7 @@ #res_dir_ref=res #command=texi2html.pl diffs_dir=diffs +one_test_logs_dir=test_log logfile=tests.log main_command='texi2any.pl' @@ -70,10 +71,14 @@ if [ z"$1" != 'z' ]; then one_test=yes the_test=$1 + test_name=$the_test if [ "z$the_test" = "ztexi" ]; then the_file=$2 [ "z$the_file" != "z" ] && the_basename=`basename $the_file .texi` - fi + test_name="${test_name}_$the_basename" + fi + test -d $one_test_logs_dir || mkdir $one_test_logs_dir + logfile="$one_test_logs_dir/$test_name.log" fi if [ "z$srcdir_test" = 'z' ]; then diff --git a/tp/tests/sectioning/Makefile.am b/tp/tests/sectioning/Makefile.am index 02de84a..d117d59 100644 --- a/tp/tests/sectioning/Makefile.am +++ b/tp/tests/sectioning/Makefile.am @@ -21,7 +21,7 @@ DISTCLEANFILES = tests.log tests.out equivalent_nodes-noderename.cnf distclean-local: - rm -rf out_parser out_parser_html diffs + rm -rf out_parser out_parser_html diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_html -name CVS` diff --git a/tp/tests/sectioning/Makefile.in b/tp/tests/sectioning/Makefile.in index f563b75..9a0a7bc 100644 --- a/tp/tests/sectioning/Makefile.in +++ b/tp/tests/sectioning/Makefile.in @@ -1062,7 +1062,7 @@ distclean-local: - rm -rf out_parser out_parser_html diffs + rm -rf out_parser out_parser_html diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser $(distdir)/res_parser_html -name CVS` diff --git a/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2 b/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2 index 4ea07d4..6aa3cd6 100644 --- a/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser/equivalent_nodes/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2 b/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2 index 4ea07d4..6aa3cd6 100644 --- a/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser/equivalent_nodes_no_node/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 b/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 index 9b6dfdb..f181567 100644 --- a/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2 b/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2 index 4ea07d4..6aa3cd6 100644 --- a/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser_html/equivalent_nodes/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2 b/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2 index 4ea07d4..6aa3cd6 100644 --- a/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 b/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 index 9b6dfdb..f181567 100644 --- a/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 +++ b/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/equivalent_nodes.2 @@ -1,7 +1,7 @@ equivalent_nodes.texi:17: @float `@samp{node}' previously defined equivalent_nodes.texi:15: here is the previous definition as @node equivalent_nodes.texi:25: warning: @ref to `@samp{node}', different from node name `node' -equivalent_nodes.texi:12: warning: menu entry node name `@strong{node}' different from node name `node' +equivalent_nodes.texi:12: warning: @menu entry node name `@strong{node}' different from node name `node' equivalent_nodes.texi:5: warning: unreferenced node `before top' equivalent_nodes.texi:5: warning: Next pointer `@asis{node}' (for node `before top') different from node name `node' equivalent_nodes-noderename.cnf:8: warning: no node to be renamed diff --git a/tp/tests/test_scripts/contents_contents_and_parts.sh b/tp/tests/test_scripts/contents_contents_and_parts.sh new file mode 100755 index 0000000..8030f12 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_and_parts.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_and_parts' +name='contents_and_parts' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_begin.sh b/tp/tests/test_scripts/contents_contents_at_begin.sh new file mode 100755 index 0000000..26cc218 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_begin.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_begin' +name='contents_at_begin' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_begin_info.sh b/tp/tests/test_scripts/contents_contents_at_begin_info.sh new file mode 100755 index 0000000..3777f7a --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_begin_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_begin_info' +name='contents_at_begin_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_begin_inline.sh b/tp/tests/test_scripts/contents_contents_at_begin_inline.sh new file mode 100755 index 0000000..6943f5e --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_begin_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_begin_inline' +name='contents_at_begin_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_end.sh b/tp/tests/test_scripts/contents_contents_at_end.sh new file mode 100755 index 0000000..ac2965e --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_end.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_end' +name='contents_at_end' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_end_info.sh b/tp/tests/test_scripts/contents_contents_at_end_info.sh new file mode 100755 index 0000000..1948137 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_end_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_end_info' +name='contents_at_end_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_at_end_inline.sh b/tp/tests/test_scripts/contents_contents_at_end_inline.sh new file mode 100755 index 0000000..d7ff455 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_at_end_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_at_end_inline' +name='contents_at_end_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_chapter.sh b/tp/tests/test_scripts/contents_contents_in_middle_chapter.sh new file mode 100755 index 0000000..d0d9a1a --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_chapter' +name='contents_in_middle_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_chapter_info.sh b/tp/tests/test_scripts/contents_contents_in_middle_chapter_info.sh new file mode 100755 index 0000000..9ea1dc2 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_chapter_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_chapter_info' +name='contents_in_middle_chapter_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_chapter_inline.sh b/tp/tests/test_scripts/contents_contents_in_middle_chapter_inline.sh new file mode 100755 index 0000000..c5662ce --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_chapter_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_chapter_inline' +name='contents_in_middle_chapter_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_section.sh b/tp/tests/test_scripts/contents_contents_in_middle_section.sh new file mode 100755 index 0000000..8b22feb --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_section' +name='contents_in_middle_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_section_info.sh b/tp/tests/test_scripts/contents_contents_in_middle_section_info.sh new file mode 100755 index 0000000..eb3503b --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_section_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_section_info' +name='contents_in_middle_section_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_contents_in_middle_section_inline.sh b/tp/tests/test_scripts/contents_contents_in_middle_section_inline.sh new file mode 100755 index 0000000..1a84331 --- /dev/null +++ b/tp/tests/test_scripts/contents_contents_in_middle_section_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='contents_in_middle_section_inline' +name='contents_in_middle_section_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents.sh b/tp/tests/test_scripts/contents_double_contents.sh new file mode 100755 index 0000000..5a6b952 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents' +name='double_contents' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_book.sh b/tp/tests/test_scripts/contents_double_contents_book.sh new file mode 100755 index 0000000..bda5d25 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_book.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_book' +name='double_contents_book' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_chapter.sh b/tp/tests/test_scripts/contents_double_contents_chapter.sh new file mode 100755 index 0000000..b11d86f --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_chapter' +name='double_contents_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_info.sh b/tp/tests/test_scripts/contents_double_contents_info.sh new file mode 100755 index 0000000..3bade7d --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_info' +name='double_contents_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_inline.sh b/tp/tests/test_scripts/contents_double_contents_inline.sh new file mode 100755 index 0000000..253d403 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_inline' +name='double_contents_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_inline_chapter.sh b/tp/tests/test_scripts/contents_double_contents_inline_chapter.sh new file mode 100755 index 0000000..0c803e5 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_inline_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_inline_chapter' +name='double_contents_inline_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_inline_nodes.sh b/tp/tests/test_scripts/contents_double_contents_inline_nodes.sh new file mode 100755 index 0000000..d588753 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_inline_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_inline_nodes' +name='double_contents_inline_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_inline_section.sh b/tp/tests/test_scripts/contents_double_contents_inline_section.sh new file mode 100755 index 0000000..869909a --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_inline_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_inline_section' +name='double_contents_inline_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_nodes.sh b/tp/tests/test_scripts/contents_double_contents_nodes.sh new file mode 100755 index 0000000..819d21b --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_nodes' +name='double_contents_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_section.sh b/tp/tests/test_scripts/contents_double_contents_section.sh new file mode 100755 index 0000000..2ef4b7a --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_section' +name='double_contents_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage.sh b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage.sh new file mode 100755 index 0000000..74fdc75 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_setcontentsaftertitlepage' +name='double_contents_setcontentsaftertitlepage' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh new file mode 100755 index 0000000..ab70b0c --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_setcontentsaftertitlepage_book' +name='double_contents_setcontentsaftertitlepage_book' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh new file mode 100755 index 0000000..87a1478 --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_book_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_setcontentsaftertitlepage_book_chapter' +name='double_contents_setcontentsaftertitlepage_book_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh new file mode 100755 index 0000000..9d6bc3f --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_setcontentsaftertitlepage_info' +name='double_contents_setcontentsaftertitlepage_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh new file mode 100755 index 0000000..45f0bfa --- /dev/null +++ b/tp/tests/test_scripts/contents_double_contents_setcontentsaftertitlepage_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='double_contents_setcontentsaftertitlepage_inline' +name='double_contents_setcontentsaftertitlepage_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content.sh b/tp/tests/test_scripts/contents_no_content.sh new file mode 100755 index 0000000..5e65f7d --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content' +name='no_content' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_do_contents.sh b/tp/tests/test_scripts/contents_no_content_do_contents.sh new file mode 100755 index 0000000..f1ea24f --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_do_contents.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_do_contents' +name='no_content_do_contents' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_do_contents_inline.sh b/tp/tests/test_scripts/contents_no_content_do_contents_inline.sh new file mode 100755 index 0000000..490f318 --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_do_contents_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_do_contents_inline' +name='no_content_do_contents_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_inline.sh b/tp/tests/test_scripts/contents_no_content_inline.sh new file mode 100755 index 0000000..1cf544c --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_inline' +name='no_content_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_setcatpage.sh b/tp/tests/test_scripts/contents_no_content_setcatpage.sh new file mode 100755 index 0000000..a7b9616 --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_setcatpage.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_setcatpage' +name='no_content_setcatpage' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents.sh b/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents.sh new file mode 100755 index 0000000..fb4a0d0 --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_setcatpage_do_contents' +name='no_content_setcatpage_do_contents' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents_inline.sh b/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents_inline.sh new file mode 100755 index 0000000..353b727 --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_setcatpage_do_contents_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_setcatpage_do_contents_inline' +name='no_content_setcatpage_do_contents_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/contents_no_content_setcatpage_inline.sh b/tp/tests/test_scripts/contents_no_content_setcatpage_inline.sh new file mode 100755 index 0000000..4610a96 --- /dev/null +++ b/tp/tests/test_scripts/contents_no_content_setcatpage_inline.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=contents +arg='no_content_setcatpage_inline' +name='no_content_setcatpage_inline' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/coverage_formatting.sh b/tp/tests/test_scripts/coverage_formatting.sh new file mode 100755 index 0000000..9c85d87 --- /dev/null +++ b/tp/tests/test_scripts/coverage_formatting.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=coverage +arg='formatting' +name='formatting' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/coverage_formatting_fr.sh b/tp/tests/test_scripts/coverage_formatting_fr.sh new file mode 100755 index 0000000..a89d565 --- /dev/null +++ b/tp/tests/test_scripts/coverage_formatting_fr.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=coverage +arg='formatting_fr' +name='formatting_fr' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/coverage_formatting_utf8_enable_encoding.sh b/tp/tests/test_scripts/coverage_formatting_utf8_enable_encoding.sh new file mode 100755 index 0000000..c599888 --- /dev/null +++ b/tp/tests/test_scripts/coverage_formatting_utf8_enable_encoding.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=coverage +arg='formatting_utf8_enable_encoding' +name='formatting_utf8_enable_encoding' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/coverage_texi_formatting.sh b/tp/tests/test_scripts/coverage_texi_formatting.sh new file mode 100755 index 0000000..f2073b7 --- /dev/null +++ b/tp/tests/test_scripts/coverage_texi_formatting.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=coverage +arg='texi formatting.texi' +name='texi_formatting' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond.sh b/tp/tests/test_scripts/formatting_cond.sh new file mode 100755 index 0000000..770e732 --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond' +name='cond' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh b/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh new file mode 100755 index 0000000..aa5bdea --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_ifhtml_ifinfo_iftex.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_ifhtml_ifinfo_iftex' +name='cond_ifhtml_ifinfo_iftex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_info.sh b/tp/tests/test_scripts/formatting_cond_info.sh new file mode 100755 index 0000000..33b59da --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_info.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_info' +name='cond_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh b/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh new file mode 100755 index 0000000..c8f038e --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_info_ifhtml_ifinfo_iftex.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_info_ifhtml_ifinfo_iftex' +name='cond_info_ifhtml_ifinfo_iftex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh b/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh new file mode 100755 index 0000000..ee24d7a --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_info_no-ifhtml_no-ifinfo_no-iftex.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_info_no-ifhtml_no-ifinfo_no-iftex' +name='cond_info_no-ifhtml_no-ifinfo_no-iftex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh b/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh new file mode 100755 index 0000000..b576a99 --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_no-ifhtml_no-ifinfo_no-iftex.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_no-ifhtml_no-ifinfo_no-iftex' +name='cond_no-ifhtml_no-ifinfo_no-iftex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_cond_xml.sh b/tp/tests/test_scripts/formatting_cond_xml.sh new file mode 100755 index 0000000..961ceb9 --- /dev/null +++ b/tp/tests/test_scripts/formatting_cond_xml.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='cond_xml' +name='cond_xml' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_defcondx_Dbar.sh b/tp/tests/test_scripts/formatting_defcondx_Dbar.sh new file mode 100755 index 0000000..2a8d84a --- /dev/null +++ b/tp/tests/test_scripts/formatting_defcondx_Dbar.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='defcondx_Dbar' +name='defcondx_Dbar' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_defcondx_Ubar.sh b/tp/tests/test_scripts/formatting_defcondx_Ubar.sh new file mode 100755 index 0000000..8dfac0e --- /dev/null +++ b/tp/tests/test_scripts/formatting_defcondx_Ubar.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='defcondx_Ubar' +name='defcondx_Ubar' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh b/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh new file mode 100755 index 0000000..d298dcb --- /dev/null +++ b/tp/tests/test_scripts/formatting_direntry_dircategory_info_split.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='direntry_dircategory_info_split' +name='direntry_dircategory_info_split' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh b/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh new file mode 100755 index 0000000..c7c5d74 --- /dev/null +++ b/tp/tests/test_scripts/formatting_documentlanguage_set_option.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='documentlanguage_set_option' +name='documentlanguage_set_option' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh b/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh new file mode 100755 index 0000000..a005c89 --- /dev/null +++ b/tp/tests/test_scripts/formatting_documentlanguage_set_option_info.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='documentlanguage_set_option_info' +name='documentlanguage_set_option_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh b/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh new file mode 100755 index 0000000..72caf47 --- /dev/null +++ b/tp/tests/test_scripts/formatting_documentlanguage_set_unknown.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='documentlanguage_set_unknown' +name='documentlanguage_set_unknown' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_float_copying.sh b/tp/tests/test_scripts/formatting_float_copying.sh new file mode 100755 index 0000000..af7ede2 --- /dev/null +++ b/tp/tests/test_scripts/formatting_float_copying.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='float_copying' +name='float_copying' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh b/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh new file mode 100755 index 0000000..211db74 --- /dev/null +++ b/tp/tests/test_scripts/formatting_ignore_and_comments_output.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='ignore_and_comments_output' +name='ignore_and_comments_output' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh b/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh new file mode 100755 index 0000000..60b4743 --- /dev/null +++ b/tp/tests/test_scripts/formatting_simple_with_menu_docbook_info.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='simple_with_menu_docbook_info' +name='simple_with_menu_docbook_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_simplest_test_css.sh b/tp/tests/test_scripts/formatting_simplest_test_css.sh new file mode 100755 index 0000000..6df4d42 --- /dev/null +++ b/tp/tests/test_scripts/formatting_simplest_test_css.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='simplest_test_css' +name='simplest_test_css' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh b/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh new file mode 100755 index 0000000..b5f008a --- /dev/null +++ b/tp/tests/test_scripts/formatting_simplest_test_date_in_header.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='simplest_test_date_in_header' +name='simplest_test_date_in_header' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_simplest_test_prefix.sh b/tp/tests/test_scripts/formatting_simplest_test_prefix.sh new file mode 100755 index 0000000..c689cbc --- /dev/null +++ b/tp/tests/test_scripts/formatting_simplest_test_prefix.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='simplest_test_prefix' +name='simplest_test_prefix' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh b/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh new file mode 100755 index 0000000..abd68e8 --- /dev/null +++ b/tp/tests/test_scripts/formatting_simplest_test_prefix_info.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='simplest_test_prefix_info' +name='simplest_test_prefix_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_split_for_format_not_split.sh b/tp/tests/test_scripts/formatting_split_for_format_not_split.sh new file mode 100755 index 0000000..bd2c1b7 --- /dev/null +++ b/tp/tests/test_scripts/formatting_split_for_format_not_split.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='split_for_format_not_split' +name='split_for_format_not_split' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_split_nocopying.sh b/tp/tests/test_scripts/formatting_split_nocopying.sh new file mode 100755 index 0000000..7721f0d --- /dev/null +++ b/tp/tests/test_scripts/formatting_split_nocopying.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='split_nocopying' +name='split_nocopying' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_split_nocopying_split.sh b/tp/tests/test_scripts/formatting_split_nocopying_split.sh new file mode 100755 index 0000000..651a19b --- /dev/null +++ b/tp/tests/test_scripts/formatting_split_nocopying_split.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='split_nocopying_split' +name='split_nocopying_split' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh b/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh new file mode 100755 index 0000000..37febea --- /dev/null +++ b/tp/tests/test_scripts/formatting_split_nocopying_split_dev_null.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='split_nocopying_split_dev_null' +name='split_nocopying_split_dev_null' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_test_redefine_need.sh b/tp/tests/test_scripts/formatting_test_redefine_need.sh new file mode 100755 index 0000000..56b244f --- /dev/null +++ b/tp/tests/test_scripts/formatting_test_redefine_need.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='test_redefine_need' +name='test_redefine_need' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_texi_bib-example.sh b/tp/tests/test_scripts/formatting_texi_bib-example.sh new file mode 100755 index 0000000..7f0c6ee --- /dev/null +++ b/tp/tests/test_scripts/formatting_texi_bib-example.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='texi bib-example.texi' +name='texi_bib-example' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_texi_cond.sh b/tp/tests/test_scripts/formatting_texi_cond.sh new file mode 100755 index 0000000..3be6c00 --- /dev/null +++ b/tp/tests/test_scripts/formatting_texi_cond.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='texi cond.texi' +name='texi_cond' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_texi_glossary.sh b/tp/tests/test_scripts/formatting_texi_glossary.sh new file mode 100755 index 0000000..9f78ed4 --- /dev/null +++ b/tp/tests/test_scripts/formatting_texi_glossary.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='texi glossary.texi' +name='texi_glossary' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh b/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh new file mode 100755 index 0000000..2ac659b --- /dev/null +++ b/tp/tests/test_scripts/formatting_texi_ignore_and_comments.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='texi ignore_and_comments.texi' +name='texi_ignore_and_comments' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh b/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh new file mode 100755 index 0000000..1c68c36 --- /dev/null +++ b/tp/tests/test_scripts/formatting_unknown_nodes_renamed.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=formatting +arg='unknown_nodes_renamed' +name='unknown_nodes_renamed' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh b/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh new file mode 100755 index 0000000..fece30d --- /dev/null +++ b/tp/tests/test_scripts/htmlxref-only_mono_htmlxref.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref-only_mono +arg='htmlxref' +name='htmlxref' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh b/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh new file mode 100755 index 0000000..ea10323 --- /dev/null +++ b/tp/tests/test_scripts/htmlxref-only_mono_htmlxref_nodes.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref-only_mono +arg='htmlxref_nodes' +name='htmlxref_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh b/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh new file mode 100755 index 0000000..94ca0b1 --- /dev/null +++ b/tp/tests/test_scripts/htmlxref-only_split_htmlxref.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref-only_split +arg='htmlxref' +name='htmlxref' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh b/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh new file mode 100755 index 0000000..d78e4fe --- /dev/null +++ b/tp/tests/test_scripts/htmlxref-only_split_htmlxref_nodes.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref-only_split +arg='htmlxref_nodes' +name='htmlxref_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref_htmlxref.sh b/tp/tests/test_scripts/htmlxref_htmlxref.sh new file mode 100755 index 0000000..1b9e66f --- /dev/null +++ b/tp/tests/test_scripts/htmlxref_htmlxref.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref +arg='htmlxref' +name='htmlxref' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh b/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh new file mode 100755 index 0000000..4f2ae64 --- /dev/null +++ b/tp/tests/test_scripts/htmlxref_htmlxref_nodes.sh @@ -0,0 +1,32 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" = z"yes"; then + echo "Skipping short tests because we are only doing long tests" + exit 77 +fi +dir=htmlxref +arg='htmlxref_nodes' +name='htmlxref_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_double_index_entry.sh b/tp/tests/test_scripts/indices_double_index_entry.sh new file mode 100755 index 0000000..d177bb0 --- /dev/null +++ b/tp/tests/test_scripts/indices_double_index_entry.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='double_index_entry' +name='double_index_entry' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_and_node_same_name.sh b/tp/tests/test_scripts/indices_index_and_node_same_name.sh new file mode 100755 index 0000000..2a8b0d9 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_and_node_same_name.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_and_node_same_name' +name='index_and_node_same_name' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_entry_in_footnote.sh b/tp/tests/test_scripts/indices_index_entry_in_footnote.sh new file mode 100755 index 0000000..4bab232 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_entry_in_footnote.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_entry_in_footnote' +name='index_entry_in_footnote' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_entry_in_footnote_info.sh b/tp/tests/test_scripts/indices_index_entry_in_footnote_info.sh new file mode 100755 index 0000000..897e0cb --- /dev/null +++ b/tp/tests/test_scripts/indices_index_entry_in_footnote_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_entry_in_footnote_info' +name='index_entry_in_footnote_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_entry_in_footnote_separated_info.sh b/tp/tests/test_scripts/indices_index_entry_in_footnote_separated_info.sh new file mode 100755 index 0000000..ce658aa --- /dev/null +++ b/tp/tests/test_scripts/indices_index_entry_in_footnote_separated_info.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_entry_in_footnote_separated_info' +name='index_entry_in_footnote_separated_info' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_no_node.sh b/tp/tests/test_scripts/indices_index_no_node.sh new file mode 100755 index 0000000..d80c9b9 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_no_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_no_node' +name='index_no_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_no_node_no_top.sh b/tp/tests/test_scripts/indices_index_no_node_no_top.sh new file mode 100755 index 0000000..4d19107 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_no_node_no_top.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_no_node_no_top' +name='index_no_node_no_top' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_nodes.sh b/tp/tests/test_scripts/indices_index_nodes.sh new file mode 100755 index 0000000..7216648 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_nodes' +name='index_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_nodes_nodes.sh b/tp/tests/test_scripts/indices_index_nodes_nodes.sh new file mode 100755 index 0000000..7c842f3 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_nodes_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_nodes_nodes' +name='index_nodes_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_one_node.sh b/tp/tests/test_scripts/indices_index_one_node.sh new file mode 100755 index 0000000..4a507be --- /dev/null +++ b/tp/tests/test_scripts/indices_index_one_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_one_node' +name='index_one_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region.sh b/tp/tests/test_scripts/indices_index_special_region.sh new file mode 100755 index 0000000..c1c5707 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region' +name='index_special_region' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region_html.sh b/tp/tests/test_scripts/indices_index_special_region_html.sh new file mode 100755 index 0000000..2af7837 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region_html.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region_html' +name='index_special_region_html' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region_no_insertcopying.sh b/tp/tests/test_scripts/indices_index_special_region_no_insertcopying.sh new file mode 100755 index 0000000..1f85b64 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region_no_insertcopying.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region_no_insertcopying' +name='index_special_region_no_insertcopying' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh b/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh new file mode 100755 index 0000000..c66eee7 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region_no_insertcopying_html.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region_no_insertcopying_html' +name='index_special_region_no_insertcopying_html' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region_no_region.sh b/tp/tests/test_scripts/indices_index_special_region_no_region.sh new file mode 100755 index 0000000..9acd75d --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region_no_region.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region_no_region' +name='index_special_region_no_region' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_special_region_no_region_html.sh b/tp/tests/test_scripts/indices_index_special_region_no_region_html.sh new file mode 100755 index 0000000..1473585 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_special_region_no_region_html.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_special_region_no_region_html' +name='index_special_region_no_region_html' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_split.sh b/tp/tests/test_scripts/indices_index_split.sh new file mode 100755 index 0000000..27a38a2 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_split.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_split' +name='index_split' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_index_split_nodes.sh b/tp/tests/test_scripts/indices_index_split_nodes.sh new file mode 100755 index 0000000..e5bc529 --- /dev/null +++ b/tp/tests/test_scripts/indices_index_split_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='index_split_nodes' +name='index_split_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top.sh b/tp/tests/test_scripts/indices_nodes_before_top.sh new file mode 100755 index 0000000..cd194f7 --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top' +name='nodes_before_top' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh new file mode 100755 index 0000000..3c88695 --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top_and_sections_html_chapter' +name='nodes_before_top_and_sections_html_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh new file mode 100755 index 0000000..000af1d --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_html_chapter_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top_and_sections_html_chapter_nodes' +name='nodes_before_top_and_sections_html_chapter_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top_and_sections_monolithic.sh b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_monolithic.sh new file mode 100755 index 0000000..f574a3c --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top_and_sections_monolithic.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top_and_sections_monolithic' +name='nodes_before_top_and_sections_monolithic' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top_no_nodes.sh b/tp/tests/test_scripts/indices_nodes_before_top_no_nodes.sh new file mode 100755 index 0000000..b9df1f6 --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top_no_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top_no_nodes' +name='nodes_before_top_no_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_nodes_before_top_nodes.sh b/tp/tests/test_scripts/indices_nodes_before_top_nodes.sh new file mode 100755 index 0000000..c4559a7 --- /dev/null +++ b/tp/tests/test_scripts/indices_nodes_before_top_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='nodes_before_top_nodes' +name='nodes_before_top_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_printindex_between_node_section.sh b/tp/tests/test_scripts/indices_printindex_between_node_section.sh new file mode 100755 index 0000000..7559e3b --- /dev/null +++ b/tp/tests/test_scripts/indices_printindex_between_node_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='printindex_between_node_section' +name='printindex_between_node_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_printindex_between_part_chapter.sh b/tp/tests/test_scripts/indices_printindex_between_part_chapter.sh new file mode 100755 index 0000000..dbd485b --- /dev/null +++ b/tp/tests/test_scripts/indices_printindex_between_part_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='printindex_between_part_chapter' +name='printindex_between_part_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/indices_split_chapter_index.sh b/tp/tests/test_scripts/indices_split_chapter_index.sh new file mode 100755 index 0000000..1384258 --- /dev/null +++ b/tp/tests/test_scripts/indices_split_chapter_index.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=indices +arg='split_chapter_index' +name='split_chapter_index' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_chm.sh b/tp/tests/test_scripts/layout_formatting_chm.sh new file mode 100755 index 0000000..4f4e800 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_chm.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_chm' +name='formatting_chm' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_docbook.sh b/tp/tests/test_scripts/layout_formatting_docbook.sh new file mode 100755 index 0000000..4623b94 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_docbook.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_docbook' +name='formatting_docbook' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_exotic.sh b/tp/tests/test_scripts/layout_formatting_exotic.sh new file mode 100755 index 0000000..d758216 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_exotic.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_exotic' +name='formatting_exotic' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_fr_icons.sh b/tp/tests/test_scripts/layout_formatting_fr_icons.sh new file mode 100755 index 0000000..6315282 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_fr_icons.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_fr_icons' +name='formatting_fr_icons' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_html.sh b/tp/tests/test_scripts/layout_formatting_html.sh new file mode 100755 index 0000000..b555696 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_html.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_html' +name='formatting_html' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_html32.sh b/tp/tests/test_scripts/layout_formatting_html32.sh new file mode 100755 index 0000000..85c7a90 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_html32.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_html32' +name='formatting_html32' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_html_nodes.sh b/tp/tests/test_scripts/layout_formatting_html_nodes.sh new file mode 100755 index 0000000..e9dd7d6 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_html_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_html_nodes' +name='formatting_html_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_nodes.sh b/tp/tests/test_scripts/layout_formatting_nodes.sh new file mode 100755 index 0000000..bc6e396 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_nodes' +name='formatting_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_plaintext.sh b/tp/tests/test_scripts/layout_formatting_plaintext.sh new file mode 100755 index 0000000..f4a4de4 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_plaintext.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_plaintext' +name='formatting_plaintext' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_regions.sh b/tp/tests/test_scripts/layout_formatting_regions.sh new file mode 100755 index 0000000..69be1f4 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_regions.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_regions' +name='formatting_regions' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_weird_quotes.sh b/tp/tests/test_scripts/layout_formatting_weird_quotes.sh new file mode 100755 index 0000000..4558064 --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_weird_quotes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_weird_quotes' +name='formatting_weird_quotes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_formatting_xml.sh b/tp/tests/test_scripts/layout_formatting_xml.sh new file mode 100755 index 0000000..137d8ac --- /dev/null +++ b/tp/tests/test_scripts/layout_formatting_xml.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='formatting_xml' +name='formatting_xml' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation.sh b/tp/tests/test_scripts/layout_navigation.sh new file mode 100755 index 0000000..f9e19de --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation' +name='navigation' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_chapter.sh b/tp/tests/test_scripts/layout_navigation_chapter.sh new file mode 100755 index 0000000..9015e52 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_chapter' +name='navigation_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_chapter_no_header.sh b/tp/tests/test_scripts/layout_navigation_chapter_no_header.sh new file mode 100755 index 0000000..f176bb0 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_chapter_no_header.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_chapter_no_header' +name='navigation_chapter_no_header' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_chapter_no_header_vertical.sh b/tp/tests/test_scripts/layout_navigation_chapter_no_header_vertical.sh new file mode 100755 index 0000000..4cf3135 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_chapter_no_header_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_chapter_no_header_vertical' +name='navigation_chapter_no_header_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_chapter_vertical.sh b/tp/tests/test_scripts/layout_navigation_chapter_vertical.sh new file mode 100755 index 0000000..83495e6 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_chapter_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_chapter_vertical' +name='navigation_chapter_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_no_header.sh b/tp/tests/test_scripts/layout_navigation_no_header.sh new file mode 100755 index 0000000..bdf517b --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_no_header.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_no_header' +name='navigation_no_header' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_no_header_vertical.sh b/tp/tests/test_scripts/layout_navigation_no_header_vertical.sh new file mode 100755 index 0000000..58fd733 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_no_header_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_no_header_vertical' +name='navigation_no_header_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_node.sh b/tp/tests/test_scripts/layout_navigation_node.sh new file mode 100755 index 0000000..f536f19 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_node' +name='navigation_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_node_no_header.sh b/tp/tests/test_scripts/layout_navigation_node_no_header.sh new file mode 100755 index 0000000..b8a5db4 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_node_no_header.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_node_no_header' +name='navigation_node_no_header' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_node_no_header_vertical.sh b/tp/tests/test_scripts/layout_navigation_node_no_header_vertical.sh new file mode 100755 index 0000000..0fd88e4 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_node_no_header_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_node_no_header_vertical' +name='navigation_node_no_header_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_node_vertical.sh b/tp/tests/test_scripts/layout_navigation_node_vertical.sh new file mode 100755 index 0000000..66cd15a --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_node_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_node_vertical' +name='navigation_node_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_section.sh b/tp/tests/test_scripts/layout_navigation_section.sh new file mode 100755 index 0000000..df15f4a --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_section' +name='navigation_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_section_no_header.sh b/tp/tests/test_scripts/layout_navigation_section_no_header.sh new file mode 100755 index 0000000..4a01d34 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_section_no_header.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_section_no_header' +name='navigation_section_no_header' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_section_no_header_vertical.sh b/tp/tests/test_scripts/layout_navigation_section_no_header_vertical.sh new file mode 100755 index 0000000..fe46293 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_section_no_header_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_section_no_header_vertical' +name='navigation_section_no_header_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_section_vertical.sh b/tp/tests/test_scripts/layout_navigation_section_vertical.sh new file mode 100755 index 0000000..ebab0bb --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_section_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_section_vertical' +name='navigation_section_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_test_misc_file_collision.sh b/tp/tests/test_scripts/layout_navigation_test_misc_file_collision.sh new file mode 100755 index 0000000..067c1b9 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_test_misc_file_collision.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_test_misc_file_collision' +name='navigation_test_misc_file_collision' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_navigation_vertical.sh b/tp/tests/test_scripts/layout_navigation_vertical.sh new file mode 100755 index 0000000..dce0f40 --- /dev/null +++ b/tp/tests/test_scripts/layout_navigation_vertical.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='navigation_vertical' +name='navigation_vertical' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_no_monolithic.sh b/tp/tests/test_scripts/layout_no_monolithic.sh new file mode 100755 index 0000000..57c1fff --- /dev/null +++ b/tp/tests/test_scripts/layout_no_monolithic.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='no_monolithic' +name='no_monolithic' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/layout_no_monolithic_only_toc_out.sh b/tp/tests/test_scripts/layout_no_monolithic_only_toc_out.sh new file mode 100755 index 0000000..93e9353 --- /dev/null +++ b/tp/tests/test_scripts/layout_no_monolithic_only_toc_out.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=layout +arg='no_monolithic_only_toc_out' +name='no_monolithic_only_toc_out' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_cartouche.sh b/tp/tests/test_scripts/nested_formats_nested_cartouche.sh new file mode 100755 index 0000000..c0c763f --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_cartouche.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_cartouche' +name='nested_cartouche' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_deffn.sh b/tp/tests/test_scripts/nested_formats_nested_deffn.sh new file mode 100755 index 0000000..36148b3 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_deffn.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_deffn' +name='nested_deffn' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_enumerate.sh b/tp/tests/test_scripts/nested_formats_nested_enumerate.sh new file mode 100755 index 0000000..0fffbda --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_enumerate.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_enumerate' +name='nested_enumerate' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_example.sh b/tp/tests/test_scripts/nested_formats_nested_example.sh new file mode 100755 index 0000000..dde031a --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_example.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_example' +name='nested_example' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_flushright.sh b/tp/tests/test_scripts/nested_formats_nested_flushright.sh new file mode 100755 index 0000000..0cbc8d2 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_flushright.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_flushright' +name='nested_flushright' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_group.sh b/tp/tests/test_scripts/nested_formats_nested_group.sh new file mode 100755 index 0000000..b982af7 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_group.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_group' +name='nested_group' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_itemize.sh b/tp/tests/test_scripts/nested_formats_nested_itemize.sh new file mode 100755 index 0000000..cc948d7 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_itemize.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_itemize' +name='nested_itemize' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_menu.sh b/tp/tests/test_scripts/nested_formats_nested_menu.sh new file mode 100755 index 0000000..668981f --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_menu.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_menu' +name='nested_menu' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_multitable.sh b/tp/tests/test_scripts/nested_formats_nested_multitable.sh new file mode 100755 index 0000000..62d8b04 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_multitable.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_multitable' +name='nested_multitable' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_quotation.sh b/tp/tests/test_scripts/nested_formats_nested_quotation.sh new file mode 100755 index 0000000..21d5f76 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_quotation.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_quotation' +name='nested_quotation' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_nested_table.sh b/tp/tests/test_scripts/nested_formats_nested_table.sh new file mode 100755 index 0000000..9edd280 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_nested_table.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='nested_table' +name='nested_table' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/nested_formats_texi_nested_formats.sh b/tp/tests/test_scripts/nested_formats_texi_nested_formats.sh new file mode 100755 index 0000000..161a634 --- /dev/null +++ b/tp/tests/test_scripts/nested_formats_texi_nested_formats.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=nested_formats +arg='texi nested_formats.texi' +name='texi_nested_formats' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_equivalent_nodes.sh b/tp/tests/test_scripts/sectioning_equivalent_nodes.sh new file mode 100755 index 0000000..658a08c --- /dev/null +++ b/tp/tests/test_scripts/sectioning_equivalent_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='equivalent_nodes' +name='equivalent_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_equivalent_nodes_no_node.sh b/tp/tests/test_scripts/sectioning_equivalent_nodes_no_node.sh new file mode 100755 index 0000000..3e21fae --- /dev/null +++ b/tp/tests/test_scripts/sectioning_equivalent_nodes_no_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='equivalent_nodes_no_node' +name='equivalent_nodes_no_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh b/tp/tests/test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh new file mode 100755 index 0000000..b79b62b --- /dev/null +++ b/tp/tests/test_scripts/sectioning_equivalent_nodes_test_renamed_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='equivalent_nodes_test_renamed_nodes' +name='equivalent_nodes_test_renamed_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh b/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh new file mode 100755 index 0000000..a6569cb --- /dev/null +++ b/tp/tests/test_scripts/sectioning_more_nodes_than_sections.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='more_nodes_than_sections' +name='more_nodes_than_sections' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_more_sections_than_nodes.sh b/tp/tests/test_scripts/sectioning_more_sections_than_nodes.sh new file mode 100755 index 0000000..2ddadc2 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_more_sections_than_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='more_sections_than_nodes' +name='more_sections_than_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh b/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh new file mode 100755 index 0000000..ab536a5 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_no_node_chapter_split.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='no_node_chapter_split' +name='no_node_chapter_split' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_no_section_no_top.sh b/tp/tests/test_scripts/sectioning_no_section_no_top.sh new file mode 100755 index 0000000..9f433f6 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_no_section_no_top.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='no_section_no_top' +name='no_section_no_top' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh b/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh new file mode 100755 index 0000000..c0e8781 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_no_section_no_top_no_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='no_section_no_top_no_node' +name='no_section_no_top_no_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_node_footnote_end.sh b/tp/tests/test_scripts/sectioning_node_footnote_end.sh new file mode 100755 index 0000000..3954cdf --- /dev/null +++ b/tp/tests/test_scripts/sectioning_node_footnote_end.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='node_footnote_end' +name='node_footnote_end' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_node_footnote_separated.sh b/tp/tests/test_scripts/sectioning_node_footnote_separated.sh new file mode 100755 index 0000000..6de48c4 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_node_footnote_separated.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='node_footnote_separated' +name='node_footnote_separated' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_node_footnote_use_node.sh b/tp/tests/test_scripts/sectioning_node_footnote_use_node.sh new file mode 100755 index 0000000..fa7b071 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_node_footnote_use_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='node_footnote_use_node' +name='node_footnote_use_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter.sh b/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter.sh new file mode 100755 index 0000000..e07561f --- /dev/null +++ b/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='nodes_after_top_before_chapter' +name='nodes_after_top_before_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh b/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh new file mode 100755 index 0000000..b6b2240 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_nodes_after_top_before_chapter_use_nodes_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='nodes_after_top_before_chapter_use_nodes_chapter' +name='nodes_after_top_before_chapter_use_nodes_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_nodes_after_top_before_section.sh b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section.sh new file mode 100755 index 0000000..c0dae81 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='nodes_after_top_before_section' +name='nodes_after_top_before_section' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh new file mode 100755 index 0000000..c8734f1 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='nodes_after_top_before_section_use_nodes' +name='nodes_after_top_before_section_use_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh new file mode 100755 index 0000000..f0357e0 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_nodes_after_top_before_section_use_nodes_chapter.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='nodes_after_top_before_section_use_nodes_chapter' +name='nodes_after_top_before_section_use_nodes_chapter' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_one_node.sh b/tp/tests/test_scripts/sectioning_one_node.sh new file mode 100755 index 0000000..a310ae3 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_one_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='one_node' +name='one_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_one_node_no_node.sh b/tp/tests/test_scripts/sectioning_one_node_no_node.sh new file mode 100755 index 0000000..1cdfcc0 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_one_node_no_node.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='one_node_no_node' +name='one_node_no_node' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_placed_things_before_element.sh b/tp/tests/test_scripts/sectioning_placed_things_before_element.sh new file mode 100755 index 0000000..05cd0da --- /dev/null +++ b/tp/tests/test_scripts/sectioning_placed_things_before_element.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='placed_things_before_element' +name='placed_things_before_element' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_sectioning_directions.sh b/tp/tests/test_scripts/sectioning_sectioning_directions.sh new file mode 100755 index 0000000..de28339 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_sectioning_directions.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='sectioning_directions' +name='sectioning_directions' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_sectioning_frames.sh b/tp/tests/test_scripts/sectioning_sectioning_frames.sh new file mode 100755 index 0000000..b9f71d8 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_sectioning_frames.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='sectioning_frames' +name='sectioning_frames' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_test_two_include.sh b/tp/tests/test_scripts/sectioning_test_two_include.sh new file mode 100755 index 0000000..ae82ac4 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_test_two_include.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='test_two_include' +name='test_two_include' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes.sh b/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes.sh new file mode 100755 index 0000000..d4ed239 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='two_footnotes_in_nodes' +name='two_footnotes_in_nodes' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes_separated.sh b/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes_separated.sh new file mode 100755 index 0000000..1b6e5a1 --- /dev/null +++ b/tp/tests/test_scripts/sectioning_two_footnotes_in_nodes_separated.sh @@ -0,0 +1,38 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$LONG_TESTS" != z"yes" && test "z$ALL_TESTS" != z"yes"; then + echo "Skipping long tests that take a lot of time to run" + exit 77 +fi + +if test "z$TEX_HTML_TESTS" = z"yes"; then + echo "Skipping long tests, only doing HTML TeX tests" + exit 77 +fi + +dir=sectioning +arg='two_footnotes_in_nodes_separated' +name='two_footnotes_in_nodes_separated' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_block_EOL_tex.sh b/tp/tests/test_scripts/tex_html_block_EOL_tex.sh new file mode 100755 index 0000000..238e58f --- /dev/null +++ b/tp/tests/test_scripts/tex_html_block_EOL_tex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='block_EOL_tex' +name='block_EOL_tex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_formatting_singular.sh b/tp/tests/test_scripts/tex_html_formatting_singular.sh new file mode 100755 index 0000000..5ff68b9 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_formatting_singular.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='formatting_singular' +name='formatting_singular' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_math_not_closed.sh b/tp/tests/test_scripts/tex_html_math_not_closed.sh new file mode 100755 index 0000000..7ddaacc --- /dev/null +++ b/tp/tests/test_scripts/tex_html_math_not_closed.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='math_not_closed' +name='math_not_closed' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_simplest_httex.sh b/tp/tests/test_scripts/tex_html_simplest_httex.sh new file mode 100755 index 0000000..9526681 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_simplest_httex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='simplest_httex' +name='simplest_httex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex.sh b/tp/tests/test_scripts/tex_html_tex.sh new file mode 100755 index 0000000..59f1312 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex' +name='tex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_accents_httex.sh b/tp/tests/test_scripts/tex_html_tex_accents_httex.sh new file mode 100755 index 0000000..b1cc7b7 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_accents_httex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_accents_httex' +name='tex_accents_httex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_accents_l2h.sh b/tp/tests/test_scripts/tex_html_tex_accents_l2h.sh new file mode 100755 index 0000000..6b72bde --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_accents_l2h.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_accents_l2h' +name='tex_accents_l2h' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_complex_httex.sh b/tp/tests/test_scripts/tex_html_tex_complex_httex.sh new file mode 100755 index 0000000..01a15b9 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_complex_httex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_complex_httex' +name='tex_complex_httex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_complex_l2h.sh b/tp/tests/test_scripts/tex_html_tex_complex_l2h.sh new file mode 100755 index 0000000..09b3873 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_complex_l2h.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_complex_l2h' +name='tex_complex_l2h' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_httex.sh b/tp/tests/test_scripts/tex_html_tex_httex.sh new file mode 100755 index 0000000..1e95457 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_httex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_httex' +name='tex_httex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_in_copying.sh b/tp/tests/test_scripts/tex_html_tex_in_copying.sh new file mode 100755 index 0000000..1a62fc2 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_in_copying.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_in_copying' +name='tex_in_copying' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_not_closed.sh b/tp/tests/test_scripts/tex_html_tex_not_closed.sh new file mode 100755 index 0000000..f8e77d0 --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_not_closed.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_not_closed' +name='tex_not_closed' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/test_scripts/tex_html_tex_notex.sh b/tp/tests/test_scripts/tex_html_tex_notex.sh new file mode 100755 index 0000000..2589a5c --- /dev/null +++ b/tp/tests/test_scripts/tex_html_tex_notex.sh @@ -0,0 +1,33 @@ +#! /bin/sh + +if test z"$srcdir" = "z"; then + srcdir=. +fi + +command=run_parser_all.sh +one_test_logs_dir=test_log +diffs_dir=diffs + + + +if test "z$TEX_HTML_TESTS" != z"yes"; then + echo "Skipping HTML TeX tests that are not easily reproducible" + exit 77 +fi + +dir=tex_html +arg='tex_notex' +name='tex_notex' +[ -d "$dir" ] || mkdir $dir + +srcdir_test=$dir; export srcdir_test; +cd "$dir" || exit 99 +../"$srcdir"/"$command" -dir $dir $arg +exit_status=$? +cat $one_test_logs_dir/$name.log +if test -f $diffs_dir/$name.diff; then + echo + cat $diffs_dir/$name.diff +fi +exit $exit_status + diff --git a/tp/tests/tex_html/Makefile.am b/tp/tests/tex_html/Makefile.am index 41b9771..507ff44 100644 --- a/tp/tests/tex_html/Makefile.am +++ b/tp/tests/tex_html/Makefile.am @@ -9,7 +9,7 @@ DISTCLEANFILES = tests.log tests.out distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/tests/tex_html/Makefile.in b/tp/tests/tex_html/Makefile.in index 203e840..dc7b419 100644 --- a/tp/tests/tex_html/Makefile.in +++ b/tp/tests/tex_html/Makefile.in @@ -1050,7 +1050,7 @@ distclean-local: - rm -rf out_parser diffs + rm -rf out_parser diffs test_log dist-hook: rm -rf `find $(distdir)/res_parser -name CVS` diff --git a/tp/texi2any.pl b/tp/texi2any.pl index e9fb0bd..b7b6239 100755 --- a/tp/texi2any.pl +++ b/tp/texi2any.pl @@ -203,7 +203,7 @@ # we want a reliable way to switch locale, so we don't use the system # gettext. -Locale::Messages->select_package ('gettext_pp'); +Locale::Messages->select_package('gettext_pp'); #my @search_locale_dirs = ("$datadir/locale", (map $_ . '/LocaleData', @INC), # qw (/usr/share/locale /usr/local/share/locale)); diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi index 4acfbab..62e7c77 100755 --- a/util/pdftexi2dvi +++ b/util/pdftexi2dvi @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: pdftexi2dvi,v 1.5 2011/10/21 18:42:36 karl Exp $ +# $Id: pdftexi2dvi,v 1.6 2013/02/16 16:50:28 karl Exp $ # Written by Thomas Esser. Public domain. # Execute texi2dvi --pdf. @@ -16,7 +16,7 @@ # hack around a bug in zsh: test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' -rcs_revision='$Revision: 1.5 $' +rcs_revision='$Revision: 1.6 $' rcs_version=`set - $rcs_revision; echo $2` # special-case --version following GNU standards for identifying the @@ -25,9 +25,9 @@ # obliged to. if test "x$1" = x--version; then cat < This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/util/texi2dvi b/util/texi2dvi index c0a352a..827cb91 100755 --- a/util/texi2dvi +++ b/util/texi2dvi @@ -1,6 +1,6 @@ #! /bin/sh # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources. -# $Id: texi2dvi,v 1.174 2013/01/01 19:31:57 karl Exp $ +# $Id: texi2dvi,v 1.175 2013/02/16 16:50:28 karl Exp $ # # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 @@ -34,7 +34,7 @@ set -e # This string is expanded automatically when this file is checked out. -rcs_revision='$Revision: 1.174 $' +rcs_revision='$Revision: 1.175 $' rcs_version=`set - $rcs_revision; echo $2` program=`echo $0 | sed -e 's!.*/!!'` @@ -428,7 +428,7 @@ version () { cat < diff --git a/util/texi2pdf b/util/texi2pdf index a449e1d..e302067 100755 --- a/util/texi2pdf +++ b/util/texi2pdf @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: texi2pdf,v 1.4 2011/10/18 18:36:56 karl Exp $ +# $Id: texi2pdf,v 1.5 2013/02/16 16:50:28 karl Exp $ # Written by Thomas Esser. Public domain. # Execute texi2dvi --pdf. @@ -16,7 +16,7 @@ # hack around a bug in zsh: test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' -rcs_revision='$Revision: 1.4 $' +rcs_revision='$Revision: 1.5 $' rcs_version=`set - $rcs_revision; echo $2` # special-case --version following GNU standards for identifying the @@ -25,9 +25,9 @@ # obliged to. if test "x$1" = x--version; then cat < This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.