diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/summary.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/SUMMARY.md b/test/fixtures/SUMMARY.md index 74bbd1b..1145025 100644 --- a/test/fixtures/SUMMARY.md +++ b/test/fixtures/SUMMARY.md @@ -3,6 +3,7 @@ * [Chapter 1](chapter-1/README.md) * [Article 1](chapter-1/ARTICLE1.md) * [Article 2](chapter-1/ARTICLE2.md) + * [article 1.2.1](chapter-1/ARTICLE-1-2-1.md) * [Chapter 2](chapter-2/README.md) * [Chapter 3](chapter-3/README.md) * [Chapter 4](chapter-4/README.md) diff --git a/test/summary.js b/test/summary.js index 9af1f9f..0316b31 100644 --- a/test/summary.js +++ b/test/summary.js @@ -50,5 +50,6 @@ describe('Summary parsing', function () { assert.equal(c[0].articles[0].level, '1.1'); assert.equal(c[0].articles[1].level, '1.2'); + assert.equal(c[0].articles[1].articles[0].level, '1.2.1'); }); }); |