Skip to content

Commit 4a06e06

Browse files
committed
Add a general-purpose summary GUI book
This adds the all-summary GUI test book which can be used for general purpose tests that need a few pages to exercise all the different kinds of items.
1 parent 98a093a commit 4a06e06

File tree

14 files changed

+70
-31
lines changed

14 files changed

+70
-31
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# All summary
2+
3+
This GUI test book tests all the different kinds of book items in the summary.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[book]
2+
title = "all-summary"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Summary
2+
3+
[Prefix 1](prefix-1.md)
4+
[Prefix 2](prefix-2.md)
5+
6+
- [Introduction](intro.md)
7+
- [Draft]()
8+
9+
# Part 1
10+
11+
- [P1 C1](part-1/chapter-1.md)
12+
13+
---
14+
15+
# Part 2
16+
17+
- [P2 C1](part-2/chapter-1.md)
18+
19+
[Suffix 1](suffix-1.md)
20+
[Suffix 2](suffix-2.md)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Introduction
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# P1 C1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# P2 C1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Prefix 1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Prefix 2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Suffix 1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Suffix 2

0 commit comments

Comments
 (0)