summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html')
-rw-r--r--packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html b/packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html
new file mode 100644
index 0000000..03579a1
--- /dev/null
+++ b/packages/gitbook-html/test/fixtures/SUMMARY-EMPTY.html
@@ -0,0 +1,21 @@
+<h1>Summary</h1>
+
+<h2>Part 1</h2>
+
+<ul>
+ <li><a href="chapter-1/README.md">Chapter 1</a></li>
+ <li><a href="chapter-2/README.md">Chapter 2</a></li>
+ <li><a href="chapter-3/README.md">Chapter 3</a></li>
+</ul>
+
+<ul>
+ <li><a href="chapter-1/README.md">Chapter for untitled part</a></li>
+</ul>
+
+<h2>Empty part</h2>
+
+<h2>Part 2</h2>
+
+<ul>
+ <li><a href="chapter-1/README.md">Chapter for Part 2</a></li>
+</ul>