summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add some tests for plugins validationSamy Pessé2015-01-265-0/+42
|
* Fix git url parsing for content referencesSamy Pessé2015-01-261-1/+1
|
* Support ssh urls in git parsingSamy Pessé2015-01-261-1/+1
|
* Add tests for parsing git urlSamy Pessé2015-01-261-0/+32
|
* Add more tests for inclusionSamy Pessé2015-01-242-4/+11
|
* Add base loader to resolve git dependenciesSamy Pessé2015-01-241-0/+1
|
* Add test for local inclusionSamy Pessé2015-01-244-0/+14
|
* Improve navigation with non existant entriesSamy Pessé2015-01-241-1/+9
| | | | Use i18n for introduction title
* Update gitbook-parsers and improve summary testsSamy Pessé2015-01-242-1/+13
|
* Fix language parsing testSamy Pessé2015-01-231-2/+2
|
* Add logs methods to Book objectSamy Pessé2015-01-231-1/+3
|
* Test ebook generation instead of pdf outputSamy Pessé2015-01-232-15/+15
|
* Add base for ebook generatorSamy Pessé2015-01-231-0/+15
|
* Change name of generator "site" to "website"Samy Pessé2015-01-221-4/+4
|
* Write search index to output folderSamy Pessé2015-01-221-0/+1
|
* Write glossary for websiteSamy Pessé2015-01-221-0/+6
|
* Mark glossary terms in html parsedSamy Pessé2015-01-222-1/+16
|
* Use external gitbook parsersSamy Pessé2015-01-222-1/+2
|
* Add test for generation of multilingual bookSamy Pessé2015-01-221-0/+8
|
* Fix tests of generationsSamy Pessé2015-01-222-1/+4
|
* Separate test for geenrationSamy Pessé2015-01-223-31/+40
|
* Copy files from book to outputSamy Pessé2015-01-212-0/+12
| | | | Add test for personalised styles
* Normalize testsSamy Pessé2015-01-2110-53/+58
|
* generate an index.html for entry pointsSamy Pessé2015-01-211-1/+0
|
* Adapt themes website templatesSamy Pessé2015-01-211-0/+1
|
* Fix site generator polluting basegeneratorSamy Pessé2015-01-211-2/+2
|
* Fix json template preparationSamy Pessé2015-01-211-2/+2
|
* Fix asciidoc test generationSamy Pessé2015-01-212-0/+9
|
* Add asciidoc supportSamy Pessé2015-01-217-1/+19
|
* Add back themeSamy Pessé2015-01-201-0/+6
|
* Improve tests for multilingual json outputSamy Pessé2015-01-191-1/+3
|
* Normalize paths in html contentSamy Pessé2015-01-194-5/+14
|
* Add test for parsing of navigationSamy Pessé2015-01-191-1/+11
|
* Fix list of files and parsing of navigation files onlySamy Pessé2015-01-192-16/+25
|
* Complete json generator for multilingual bookSamy Pessé2015-01-191-1/+11
| | | | Add tests
* Write file in json generatorSamy Pessé2015-01-191-1/+9
|
* Start adapting json generatorSamy Pessé2015-01-191-3/+3
|
* Add base test for generationSamy Pessé2015-01-192-2/+9
|
* Parse list of files and add test for itSamy Pessé2015-01-191-0/+8
|
* Change name of Book.init to Book.parseSamy Pessé2015-01-192-2/+3
|
* Improve test for parsing multilanguages booksSamy Pessé2015-01-191-0/+6
|
* Fix parsing of langsSamy Pessé2015-01-198-1/+22
|
* Add test for glossary parsingSamy Pessé2015-01-192-0/+21
|
* Add test for readme parsingSamy Pessé2015-01-191-4/+9
|
* Improve test to test a all bookSamy Pessé2015-01-198-33/+52
|
* Add parsing of summary and associated testsSamy Pessé2015-01-192-0/+33
|
* Add test for loading configuration from book.jsSamy Pessé2015-01-193-1/+15
|
* Add base object to load configurationSamy Pessé2015-01-192-0/+20
|
* Clear folderSamy Pessé2015-01-1930-998/+0
|
* Add test/bin/summary.jsAaron O'Mullan2015-01-141-0/+16
| | | | Another small useful tool
* Add test/bin/lex.js utilityAaron O'Mullan2015-01-141-0/+16
| | | | Helpful binary when developing / debugging
* Add summary whitespace testsAaron O'Mullan2015-01-142-3/+30
|
* Adapt platform command to gitbook.comSamy Pessé2015-01-112-2/+2
|
* Add test for parsing of plugins list with versionSamy Pessé2014-11-301-1/+10
|
* Remove unnecessary option "repo" from testsSamy Pessé2014-11-031-9/+0
|
* Adapt new page.parse api for testsSamy Pessé2014-11-032-2/+2
|
* Adapt include in page parsing to works on clientsideSamy Pessé2014-11-011-0/+4
|
* Rewrite quiz logic to be more robustAaron O'Mullan2014-10-131-1/+1
| | | | Fixes #470
* Add unit test for quiz false positiviesAaron O'Mullan2014-10-132-0/+128
|
* Adapt testsSamy Pessé2014-10-131-28/+0
|
* Simplify output of glossary parsing to more simple objectsAaron O'Mullan2014-08-151-0/+6
|
* Add very basic glossary parsing testAaron O'Mullan2014-08-111-0/+14
|
* Add GLOSSARY.md fixtureAaron O'Mullan2014-08-111-0/+30
|
* Add invalid paths in SUMMARY.md fixtureAaron O'Mullan2014-07-291-2/+2
| | | | To test for correct path normalization
* Add tests for includesAaron O'Mullan2014-07-103-0/+74
|
* 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
* Add test for level regarding #318Aaron O'Mullan2014-06-151-0/+1
|
* Fix test for #318Aaron O'Mullan2014-06-151-1/+1
|
* Add extra navigation tests for #318Aaron O'Mullan2014-06-152-0/+29
|
* Adapt navigation parsing to third and more levels in summarySamy Pessé2014-05-262-2/+13
|
* Parse more than two level in summarySamy Pessé2014-05-262-0/+2
|
* Add tests for book generationSamy Pessé2014-05-055-0/+53
|
* Adapt tests for pluginsSamy Pessé2014-04-271-2/+2
|
* Fix plugin testsAaron O'Mullan2014-04-241-2/+2
|
* Fix #136: replace links to .md by links to .htmlSamy Pessé2014-04-222-1/+36
| | | | Add more tests for links in page
* Load plugins during generationSamy Pessé2014-04-191-1/+0
|
* Add method to load a list of plugins from generator optionsSamy Pessé2014-04-191-1/+19
|
* Add base loading of default addonsSamy Pessé2014-04-191-1/+20
| | | | Add mixpanel as default addon
* Add base plugin object and test validation of pluginSamy Pessé2014-04-191-0/+13
|
* Update tests for relative imagesSamy Pessé2014-04-182-4/+42
|
* Add more test for quiz (related to #100)Samy Pessé2014-04-162-0/+16
|
* Add readme parsing for extracting title and descriptionSamy Pessé2014-04-142-0/+35
|
* Fixup page lexing in test/pageAaron O'Mullan2014-04-121-2/+5
|
* Quiz with GFM checkbox listsJames Phillpotts2014-04-122-7/+18
|
* Tabular quizJames Phillpotts2014-04-123-15/+47
|
* Merge pull request #78 from mrpotes/mocha-windowsAaron O'Mullan2014-04-102-2/+12
|\ | | | | Fix URL creation on windows
| * Use OS-agnostic path generation for images tooJames Phillpotts2014-04-102-2/+12
| |
* | Add better tests for ambiguous section detectionAaron O'Mullan2014-04-102-0/+90
|/
* 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