xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit 0d4b3b9891f7f51995f06bcb0e17d728eb398641

Add old testcase for old bug.
A tests
A tests/long-node.texi
A tests/long-node.info


git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/branches/cxx@307 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: neroden-guest
Author date (UTC): 2006-08-15 15:02
Committer name: neroden-guest
Committer date (UTC): 2006-08-15 15:02
Parent(s): 729fa45759b895eb3da90248dc050b0a92b0916f
Signing key:
Tree: b9333c413fd094f77c1d466c271754e7e948348c
File Lines added Lines deleted
tests/long-node.info 56 0
tests/long-node.texi 42 0
File tests/long-node.info added (mode: 100644) (index 0000000..23d816f)
1 This is long-node.info, produced by makeinfo version 4.8 from
2 long-node.texi.
3
4 START-INFO-DIR-ENTRY
5 * long-node: (long-node). long-node
6 END-INFO-DIR-ENTRY
7
8 
9 File: long-node.info, Node: Top, Next: Optimization [C++] - Overview, Up: (dir)
10
11 long-node top
12 *************
13
14 * Menu:
15
16 Testcase with long node names triggers pinfo bug.
17
18 * Overview: Optimization [C++] - Overview.
19 * How to write optimizable code: Optimization [C++] - How to write optimizable code.
20 * Options Controlling Optimization: Optimization [C++] - Options Controlling Optimization.
21
22 Another Section
23
24 
25 File: long-node.info, Node: Optimization [C++] - Overview, Next: Optimization [C++] - How to write optimizable code, Prev: Top, Up: Top
26
27 Overview
28 ========
29
30 Nothing here.
31
32 
33 File: long-node.info, Node: Optimization [C++] - How to write optimizable code, Next: Optimization [C++] - Options Controlling Optimization, Prev: Optimization [C++] - Overview, Up: Top
34
35 How to write optimizable code
36 =============================
37
38 Nothing here either.
39
40 
41 File: long-node.info, Node: Optimization [C++] - Options Controlling Optimization, Prev: Optimization [C++] - How to write optimizable code, Up: Top
42
43 Options Controlling Optimization
44 ================================
45
46 Nothing here, either. Really!
47
48
49 
50 Tag Table:
51 Node: Top158
52 Node: Optimization [C++] - Overview570
53 Node: Optimization [C++] - How to write optimizable code747
54 Node: Optimization [C++] - Options Controlling Optimization1023
55 
56 End Tag Table
File tests/long-node.texi added (mode: 100644) (index 0000000..c59f653)
1 \input texinfo
2
3 Copyright 2006 Nathanael Nerode.
4 This testcase is free software; Nathanael Nerode
5 gives unlimited permission to copy, distribute and modify it.
6
7 @setfilename long-node.info
8 @documentencoding us-ascii
9 @direntry
10 * long-node: (long-node). long-node
11 @end direntry
12
13 @node Top, Optimization [C++] - Overview, , (dir)
14 @top long-node top
15
16 @menu
17 Testcase with long node names triggers pinfo bug.
18
19 * Overview: Optimization [C++] - Overview.
20 * How to write optimizable code: Optimization [C++] - How to write optimizable code.
21 * Options Controlling Optimization: Optimization [C++] - Options Controlling Optimization.
22
23 Another Section
24
25 @end menu
26
27 @node Optimization [C++] - Overview, Optimization [C++] - How to write optimizable code, Top, Top
28 @section Overview
29
30 Nothing here.
31
32 @node Optimization [C++] - How to write optimizable code, Optimization [C++] - Options Controlling Optimization, Optimization [C++] - Overview, Top
33 @section How to write optimizable code
34
35 Nothing here either.
36
37 @node Optimization [C++] - Options Controlling Optimization, , Optimization [C++] - How to write optimizable code, Top
38 @section Options Controlling Optimization
39
40 Nothing here, either. Really!
41 @bye
42
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master