summaryrefslogtreecommitdiffstats
path: root/test/summary.js
Commit message (Collapse)AuthorAgeFilesLines
* Switch parsers to a modelSamy Pesse2016-04-301-328/+0
|
* Fix #1165: correctly normalize path in summary to accept unicodeSamy Pessé2016-02-281-0/+28
|
* Add property depth to article and pagesSamy Pessé2016-02-241-0/+6
|
* Correctly setup summary instance when file doesn't existSamy Pessé2016-02-241-0/+26
|
* Simplify .next and .prev for articlesSamy Pessé2016-02-211-7/+23
|
* Fix .next and .prev for summary's articles to use partsSamy Pessé2016-02-211-4/+33
|
* Complete normalization of summary with level and multiples partsSamy Pessé2016-02-201-9/+49
|
* Add test for navigation in summarySamy Pessé2016-02-181-0/+143
|
* Add order for testsSamy Pessé2016-01-281-0/+40
|
* Start rewriteSamy Pessé2016-01-221-70/+0
|
* Lint all testsSamy Pessé2015-09-151-12/+12
|
* Add test for summary pathsSamy Pessé2015-03-281-0/+25
| | | | Related to #674
* Add basic tests for multilingual booksSamy Pessé2015-03-241-1/+1
|
* Add test for summary parsingSamy Pessé2015-03-241-0/+45
| | | | Update gitbook-parsers
* Improve test to test a all bookSamy Pessé2015-01-191-22/+0
|
* Add parsing of summary and associated testsSamy Pessé2015-01-191-0/+22
|
* Clear folderSamy Pessé2015-01-191-71/+0
|
* Add summary whitespace testsAaron O'Mullan2015-01-141-3/+15
|
* Adapt summary tests to new summary parsingAaron O'Mullan2014-06-161-13/+17
| | | | | We now insert default README.md (introduction) node in parsing the SUMMARY.md logic
* Parse more than two level in summarySamy Pessé2014-05-261-0/+1
|
* Remove useless console.log in test/summary.jsAaron O'Mullan2014-04-051-1/+0
|
* Update testsSamy Pessé2014-04-041-6/+3
|
* Adjust summary test for new SUMMARY.md fixtureAaron O'Mullan2014-04-011-1/+5
|
* Add tests for level attribute to chapters/articlesAaron O'Mullan2014-03-311-0/+11
|
* Change summary data formatAaron O'Mullan2014-03-311-12/+12
| | | | | Simplify chapter objects, by making them identical to article objects besides the .articles attribute
* Add tests for path normalizationAaron O'Mullan2014-03-311-0/+9
| | | | .md to .html
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-311-1/+1
|
* Add test for titles & pathsAaron O'Mullan2014-03-301-0/+12
|
* Add tests for summary parsingAaron O'Mullan2014-03-301-0/+22