~vcs-imports/texinfo/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
define redo
file makeinfo
end

define in
p input_text+input_text_offset
end
define out
p output_paragraph+output_paragraph_offset
end

set env MALLOC_CHECK_ 2
set env ttests ../@tests

#set args -o /tmp/out --no-validate ../@ttests/outside.texi
#set args -o - $ttests/hyphyph.tex
#set args -o - $ttests/sentence-end.texi

# unrecognized command @contents.
#set args -o /dev/null $ttests/contents2.tex

# multiple paragraph @item not indented after @center
#set args -o - $ttests/centerenum.tex

# core dump
#set args -o /dev/null --html $ttests/multit.tex

# all kinds of lossage with @tex expansion
#set args -I../doc --iftex --no-ifinfo -o /dev/null texinfo.txi

# no-headers to stdout should work.
set args -I../doc --no-headers $ttests/contents.tex -o /tmp/xyz

# Using a multi-argument macro to construct node names.
#set args -o - -E $ttests/macro-nodename.xp $ttests/macro-nodename.texi

# @multitable in an indented environment (@defun).
#set args -o - $ttests/multindent.tex

# Lowercasification of @samp arg.
#set args -o - $ttests/casesamp.tex

# Crash reported.
#set args -o /dev/null $ttests/podcrash.tex

# Crash reported here.
#set args -o - $ttests/macro-noparam.tex

# Crashes when multiple files.
#set args -o /dev/null -I $ttests -I /u/karl/gnu/gnuorg /usr/local/gnu/src/make-3.75/make.texinfo tasks.texi

# Crash on redirected indices.
#set args -o - -I $ttests synindex.tex synindex.tex

# Crash on unmacro.
#set args -o /dev/null $ttests/unmacro.tex

# Empty macros not expanded.
#set args -o /dev/null -E $ttests/mac-empty.xp $ttests/mac-empty.tex

# No macro expansion in footnotes.
#set args -o - -E $ttests/mac-footnote.xp $ttests/mac-footnote.tex
#set args -o - -E $ttests/footnote.xp $ttests/footnote.tex

# Output files should get removed on error.
#set args -E $ttests/error.xp $ttests/error.tex

# Should complain about double redirection to stdout.
#set args -E - -o - $ttests/error.tex

# @deftypemethod.
#set args -o - $ttests/deftypemethod.tex

# Core dump on mismatched ifset/end ifclear.
#set args -o - $ttests/setclear.tex

# Missing blank line in nested @table.
#set args -o - $ttests/tablenest.tex

# Chars with high bit set end up with short line lengths.
#set args -o - $ttests/eight.tex

# Macros not expanded if not defined at right place in the file?
#set args -o - $ttests/mac-top.tex

# Weird cross-reference errors.  Line numbers off in first.
#set args --force $ttests/gforth.texi
#set args --force $ttests/ref.tex

# Images.
#set args -o - $ttests/image.tex

# Errors in index commands have the line number of the @printindex
# command instead of the source index entry.
# set args -o /dev/null -I$ttests $ttests/indexerr.texi

# Macros not expanded in @uref, @email.
#set args -o /tmp/x -E - $ttests/mac-pack.tex
#set args -o /tmp/uref -E - $ttests/uref.tex

# Incorrect indentation inside @smallexample if @group.
#set args -o - $ttests/dotindent.tex

# Anchor tag tables.
#set args -o /tmp/a $ttests/anchor1.tex

# maybe_brace_args
#set args -o - $ttests/accent.tex

# Error in comment menu items.
#set args -o /dev/null $ttests/menucomment.tex

# @sp ignored in info now.
#set args -o - $ttests/sp.tex

# blank @item in @multitable.
#set args -o - $ttests/multiblank.tex

# blank lines chewed up by @exdent
#set args -o - $ttests/exdentblank.tex

# -- collapsed to - in index.
#set args -o - $ttests/synindex.tex

# split output file at anchor with @anchor before @printindex cp.
#set args -o /tmp/u -I../doc texinfo.txi

# @ifset switches @itemize to @enumerate
#set args -o - $ttests/itemset.tex

# allow braces, no braces, etc as item markers
#set args -o - $ttests/itemspace.tex

# \'s and implicit @quote-arg in macro params
#set args -o - $ttests/mac-quote.tex

# raw html misoutput
#set args --html -o - $ttests/rawhtml.tex

#set args --html tests/html-docdesc.txi

# permissions output in each split html/info file as a comment, also in xml.
#set args --force -I ../doc info-stnd.texi

# @{ in @deffn arg.
#set args -o - $ttests/macbrace.tex

# can't change split directory name.
#set args -I../doc --html -o README.split texinfo.txi

# --xml complains about @sp.
#set args -o - --xml $ttests/sp.tex

# macro expansion ouput first.
set args -o - --html $ttests/macfirst.tex

# crash
set args -o - --docbook $ttests/idxangle.tex

# node positions in tag table don't reflect copying text.
set args -o - $ttests/copyinglong.tex

# @nabla^2 is taken as the macro name, including the ^2.
set args -o - $ttests/math.tex

# seg fault
set args -o /dev/null /nonexistent.texinfo tests/html-min.txi

# infinite error
set args -o - tests/itemize-extra.txi

# --xml?
#set args -o /dev/null --xml $ttests/doclatin1.tex

# seg fault printindex twice
#set args -o - $ttests/index22.tex

# seg fault
#set args -o /dev/null $ttests/lilypond-internals.nexi

# no <html>
#set args -o $ttests/tbook.html --html --no-split $ttests/tbook.tex

# long css seg fault
#set args -o - --html --no-split --css-include=$ttests/test.css $ttests/tbook.tex

# spurious <p> in info output
#set args -o - $ttests/defmacp.tex

#set args -o /dev/null -I ../doc ../doc/info-stnd.texi
#set args -o /dev/null $ttests/env.tex

# css class wrong for lowered sections.
#set args --force -o /tmp/h --html --no-split $ttests/loweraise.tex

# deffnx fails when after conditional.
#set args -o - tests/defxcond.txi

# xml doesn't handle aliases.
#set args --xml -o - $ttests/alias.tex

# warn if @strong{Note:}.
#set args -o - $ttests/markup.tex

# @xml produces <para>.
#set args --xml -o - $ttests/xmlpara.tex

# @example/@verbatim mixup.
#set args --html -o - $ttests/exverb.tex

# no macro expansion in @item of @table.
#set args -E - -o /dev/null $ttests/macitem.tex

# akim seg fault
#set args  --commands-in-node-names $ttests/assignments.texi

# no error with --html
#set args -o /dev/null $ttests/htmlsec.tex

# stray null bytes
#set args -I /u/karl/gnu/src/groff/doc -o /dev/null -E groff.out groff.texinfo

# Unknown command `&quot;urgen'.
#set args --html --force -o /tmp/i.out --no-split $ttests/idxaccent.tex
#set args --force -o /tmp/i.out --no-split $ttests/idxangle.tex

# extra blank line
#set args -E - $ttests/mac-idx2.tex -o /dev/null

# old-style anchor names
#set args --html --force -o - --no-split $ttests/nodestar.tex

# lang.c:806: cm_accent_generic_no_headers: Assertion `end > 0' failed.
# so do nothing when end == 0, we're ignoring anyway.
#set args --no-headers accents-in-menu.texi

# local variables with encoding info
set args -o - --enable-encoding $ttests/docenc1.tex
set args -o - --enable-encoding -I tests --no-headers tests/accentenc.txi
set args -o /dev/null --no-split --enable-encoding -I ../doc --no-headers texinfo.txi

# local variables with split files
set args --no-warn --enable-encoding --split-size=150000 $ttests/xe.tex

# escape & in <link> titles
set args -o $ttests/titleamp.out --html $ttests/titleamp.tex

# core dump
set args -o $ttests/imagedump.out $ttests/imagedump.tex

# core dump, memory.
set args -o $ttests/multitabgcal.out $ttests/gcal-bug.tex

# blank line from @anchor in mid-paragraph.
set args -o $ttests/anchorline.out $ttests/anchorline.tex

# core dump.
set args --no-split --html -o $ttests/chart.out $ttests/chart.tex

#set env LANG de
set args -o - --no-headers $ttests/doclang.tex

# misaligned index
set args -I $ks/groff/doc --enable-encoding groff.texinfo
#set args $ttests/idxalign.tex

# spurious </bookinfo>
set args -o /tmp/b.xml --docbook $ttests/binutils.tex

# removing wrong direntry indentation in source
set args -o - $ttests/direntryspace.tex

# seg fault
set args -o /tmp/  --xml $ttests/click.tex

# double ' after @cite
set args -o - $ttests/cite.tex

# conglomerated INFO-DIR-SECTIONs
set args -o - $ttests/dircat2.tex

# seg fault on -- in arg5 to @image
set args -o - $ttests/image--.tex

# seg fault
set args -o - $ttests/formatting.texi