Skip to content

Commit e556318

Browse files
committed
Add readme to cause test to fail
The test for `mdbook test` fails due to the index preprocessor which only runs on README files.
1 parent ebea8c2 commit e556318

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/dummy_book/src/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dummy Book
2+
3+
This file is just here to cause the index preprocessor to run.
4+
5+
Does a pretty good job, too.

tests/dummy_book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Summary
22

3+
[dummy_book](README.md)
34
[Introduction](intro.md)
45

56
- [First Chapter](first/index.md)

0 commit comments

Comments
 (0)