[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7466] sectioning no_menu test
From: |
gavinsmith0123 |
Subject: |
[7466] sectioning no_menu test |
Date: |
Sun, 23 Oct 2016 10:58:12 +0000 (UTC) |
Revision: 7466
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7466
Author: gavin
Date: 2016-10-23 10:58:12 +0000 (Sun, 23 Oct 2016)
Log Message:
-----------
sectioning no_menu test
Modified Paths:
--------------
trunk/tp/t/30sectioning.t
trunk/tp/t/results/sectioning/no_menu.pl
Modified: trunk/tp/t/30sectioning.t
===================================================================
--- trunk/tp/t/30sectioning.t 2016-10-23 10:19:04 UTC (rev 7465)
+++ trunk/tp/t/30sectioning.t 2016-10-23 10:58:12 UTC (rev 7466)
@@ -1843,7 +1843,7 @@
@node c3
@chapter c3
-'
+', {'test_formats' => ['plaintext', 'html']}
],
['contents_at_document_begin',
undef, {'test_file' => 'contents_at_document_begin.texi'}],
Modified: trunk/tp/t/results/sectioning/no_menu.pl
===================================================================
--- trunk/tp/t/results/sectioning/no_menu.pl 2016-10-23 10:19:04 UTC (rev
7465)
+++ trunk/tp/t/results/sectioning/no_menu.pl 2016-10-23 10:58:12 UTC (rev
7466)
@@ -726,4 +726,112 @@
];
+
+$result_converted{'plaintext'}->{'no_menu'} = '1 c1
+****
+
+2 c2
+****
+
+3 c3
+****
+
+';
+
+
+$result_converted{'html'}->{'no_menu'} = '<!DOCTYPE html PUBLIC "-//W3C//DTD
HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<title>Untitled Document</title>
+
+<meta name="description" content="Untitled Document">
+<meta name="keywords" content="Untitled Document">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<link href="#Top" rel="start" title="Top">
+<style type="text/css">
+<!--
+a.summary-letter {text-decoration: none}
+blockquote.indentedblock {margin-right: 0em}
+blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
+blockquote.smallquotation {font-size: smaller}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+div.lisp {margin-left: 3.2em}
+div.smalldisplay {margin-left: 3.2em}
+div.smallexample {margin-left: 3.2em}
+div.smalllisp {margin-left: 3.2em}
+kbd {font-style: oblique}
+pre.display {font-family: inherit}
+pre.format {font-family: inherit}
+pre.menu-comment {font-family: serif}
+pre.menu-preformatted {font-family: serif}
+pre.smalldisplay {font-family: inherit; font-size: smaller}
+pre.smallexample {font-size: smaller}
+pre.smallformat {font-family: inherit; font-size: smaller}
+pre.smalllisp {font-size: smaller}
+span.nolinebreak {white-space: nowrap}
+span.roman {font-family: initial; font-weight: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+ul.no-bullet {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<a name="Top"></a>
+<div class="header">
+<p>
+Up: <a href="dir.html#Top" accesskey="u" rel="up">(dir)</a> </p>
+</div>
+<a name="SEC_Top"></a>
+
+<hr>
+<a name="c1"></a>
+<div class="header">
+<p>
+Next: <a href="#c2" accesskey="n" rel="next">c2</a>, Up: <a href="#Top"
accesskey="u" rel="up">Top</a> </p>
+</div>
+<a name="c1-1"></a>
+<h2 class="chapter">1 c1</h2>
+
+<hr>
+<a name="c2"></a>
+<div class="header">
+<p>
+Next: <a href="#c3" accesskey="n" rel="next">c3</a>, Previous: <a href="#c1"
accesskey="p" rel="prev">c1</a>, Up: <a href="#Top" accesskey="u"
rel="up">Top</a> </p>
+</div>
+<a name="c2-1"></a>
+<h2 class="chapter">2 c2</h2>
+
+<hr>
+<a name="c3"></a>
+<div class="header">
+<p>
+Previous: <a href="#c2" accesskey="p" rel="prev">c2</a>, Up: <a href="#Top"
accesskey="u" rel="up">Top</a> </p>
+</div>
+<a name="c3-1"></a>
+<h2 class="chapter">3 c3</h2>
+<hr>
+
+
+
+</body>
+</html>
+';
+
+$result_converted_errors{'html'}->{'no_menu'} = [
+ {
+ 'error_line' => 'warning: must specify a title with a title command or @top
+',
+ 'text' => 'must specify a title with a title command or @top',
+ 'type' => 'warning'
+ }
+];
+
+
1;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7466] sectioning no_menu test,
gavinsmith0123 <=