summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add lexing support for content code in exercisesAaron O'Mullan2014-04-082-1/+42
| | | | #52, #49, #46
* Remove useless console.log in test/summary.jsAaron O'Mullan2014-04-051-1/+0
|
* Adapt test to new code language normalizationAaron O'Mullan2014-04-051-1/+1
|
* Add test for exercise language detectionAaron O'Mullan2014-04-051-0/+4
|
* Rename PAGE.MD to PAGE.mdSamy Pessé2014-04-041-0/+0
|
* Update testsSamy Pessé2014-04-042-38/+35
|
* Add github link resolution testAaron O'Mullan2014-04-021-0/+18
|
* Add GITHUB_LINKS.md fixtureAaron O'Mullan2014-04-021-0/+3
| | | | For testing github link resolution
* Add tests for section mergingAaron O'Mullan2014-04-021-0/+11
|
* Add HR_PAGE.md fixtureAaron O'Mullan2014-04-021-0/+11
| | | | | This is for testing that non exercise sections are merged correctly together and united with HRs
* 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