diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-30 21:30:21 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-03-30 21:30:21 -0700 |
commit | 1d28ab441a9f64357804ca7f983cbe884239e6a3 (patch) | |
tree | 69f57aee463b8880cbd4d5969c16658d15cf89b1 /test/fixtures | |
parent | d5070c0bf1fa7ed6a8669383d218a2e903847bbd (diff) | |
download | gitbook-1d28ab441a9f64357804ca7f983cbe884239e6a3.zip gitbook-1d28ab441a9f64357804ca7f983cbe884239e6a3.tar.gz gitbook-1d28ab441a9f64357804ca7f983cbe884239e6a3.tar.bz2 |
Add tests for summary parsing
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/SUMMARY.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fixtures/SUMMARY.md b/test/fixtures/SUMMARY.md new file mode 100644 index 0000000..9f55e4c --- /dev/null +++ b/test/fixtures/SUMMARY.md @@ -0,0 +1,7 @@ +# Summary + +* [Chapter 1](chapter-1/README.md) + * [Article 1](chapter-1/ARTICLE1.md) + * [Article 2](chapter-1/ARTICLE2.md) +* [Chapter 2](chapter-2/README.md) +* [Chapter 3](chapter-3/README.md) |