diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 13:11:29 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 13:11:29 +0100 |
commit | 73c69923b34b30105750d1e72990d5a9b0ca1596 (patch) | |
tree | 659ae14dc13b6d4478ba615d93df343f60e4374a /test/books/summary | |
parent | afbca4bdf522f01e12cf61ec738c5c81fc05209b (diff) | |
download | gitbook-73c69923b34b30105750d1e72990d5a9b0ca1596.zip gitbook-73c69923b34b30105750d1e72990d5a9b0ca1596.tar.gz gitbook-73c69923b34b30105750d1e72990d5a9b0ca1596.tar.bz2 |
Add test for summary parsing
Update gitbook-parsers
Diffstat (limited to 'test/books/summary')
-rw-r--r-- | test/books/summary/PAGE1.md | 1 | ||||
-rw-r--r-- | test/books/summary/README.md | 1 | ||||
-rw-r--r-- | test/books/summary/SUMMARY.md | 5 | ||||
-rw-r--r-- | test/books/summary/folder/PAGE2.md | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/test/books/summary/PAGE1.md b/test/books/summary/PAGE1.md new file mode 100644 index 0000000..9608001 --- /dev/null +++ b/test/books/summary/PAGE1.md @@ -0,0 +1 @@ +# Page 1 diff --git a/test/books/summary/README.md b/test/books/summary/README.md new file mode 100644 index 0000000..f395431 --- /dev/null +++ b/test/books/summary/README.md @@ -0,0 +1 @@ +# Readme diff --git a/test/books/summary/SUMMARY.md b/test/books/summary/SUMMARY.md new file mode 100644 index 0000000..38d0f6b --- /dev/null +++ b/test/books/summary/SUMMARY.md @@ -0,0 +1,5 @@ +# Summary + +* [Page 1](./PAGE1.md) +* [Page 2](./folder/PAGE2.md) +* [Don't exists](./NOTFOUND.md) diff --git a/test/books/summary/folder/PAGE2.md b/test/books/summary/folder/PAGE2.md new file mode 100644 index 0000000..f310be3 --- /dev/null +++ b/test/books/summary/folder/PAGE2.md @@ -0,0 +1 @@ +# Page 2 |