diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/book1/README.md | 2 | ||||
-rw-r--r-- | test/fixtures/book1/SUMMARY.md | 3 | ||||
-rw-r--r-- | test/fixtures/book1/test.md | 1 | ||||
-rw-r--r-- | test/fixtures/book2/README.md | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/book1/README.md b/test/fixtures/book1/README.md new file mode 100644 index 0000000..c01d3fb --- /dev/null +++ b/test/fixtures/book1/README.md @@ -0,0 +1,2 @@ +# This is a test + diff --git a/test/fixtures/book1/SUMMARY.md b/test/fixtures/book1/SUMMARY.md new file mode 100644 index 0000000..20ec7b8 --- /dev/null +++ b/test/fixtures/book1/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +* [test](test.md)
\ No newline at end of file diff --git a/test/fixtures/book1/test.md b/test/fixtures/book1/test.md new file mode 100644 index 0000000..8ae0569 --- /dev/null +++ b/test/fixtures/book1/test.md @@ -0,0 +1 @@ +# Test diff --git a/test/fixtures/book2/README.md b/test/fixtures/book2/README.md new file mode 100644 index 0000000..13c54db --- /dev/null +++ b/test/fixtures/book2/README.md @@ -0,0 +1 @@ +# This should fail |