summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Adjust summary test for new SUMMARY.md fixtureAaron O'Mullan2014-04-011-1/+5
|
* Add tests for null paths in navigationAaron O'Mullan2014-04-012-0/+9
| | | | Unfinished chapters/articles should be put in navigation
* Add tests for level attribute in navigationAaron O'Mullan2014-03-311-0/+11
|
* Add tests for level attribute to chapters/articlesAaron O'Mullan2014-03-311-0/+11
|
* Improve navigation from 1st chapter back to introAaron O'Mullan2014-03-311-1/+1
| | | | 1st chapter’s prev, now links to the intro page
* Add better tests for chapter navigationAaron O'Mullan2014-03-311-1/+7
| | | | Proves previous and next chapter logic is broken
* Add navigation tests for first page for README of a chapterAaron O'Mullan2014-03-311-0/+5
|
* Add parse.navigation moduleAaron O'Mullan2014-03-311-0/+46
| | | | With tests
* 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 content & code generation for exercise sectionsAaron O'Mullan2014-03-311-1/+8
|
* Add tests for path normalizationAaron O'Mullan2014-03-311-0/+9
| | | | .md to .html
* Add link to PAGE.md fixtureAaron O'Mullan2014-03-311-0/+2
|
* Move summary & page parsing code to lib/parse/Aaron O'Mullan2014-03-312-2/+2
|
* Add tests for page content renderingAaron O'Mullan2014-03-301-0/+6
|
* Test for section typesAaron O'Mullan2014-03-301-0/+6
|
* Add basic page testsAaron O'Mullan2014-03-302-0/+45
|
* Add test for titles & pathsAaron O'Mullan2014-03-301-0/+12
|
* Add tests for summary parsingAaron O'Mullan2014-03-302-0/+29