summary refs log tree commit diff stats
path: root/nimdoc/testproject/testproject.nim
Commit message (Collapse)AuthorAgeFilesLines
* renderer letAux fix only for octal literal (#12343)Ridho Pratama2019-10-081-1/+6
| | | | | | | | * renderer letAux fix only for octal literal * Handle when it's octal -1 for i64 * Added testcases
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-0/+8
| | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random
* Fixes #11078 (#11079)Jasper Jenkins2019-04-231-0/+2
| | | | | | * Fixes #11078 * Move to existing runnableExamples, update the expected html. * Remove second comment token.
* docgen: fixes #9432 [backport]Araq2018-10-311-0/+6
|
* Revert #7964LemonBoy2018-09-211-0/+2
| | | | | | | Somehow the test case doesn't crash anymore and the regression in the doc generation is fixed. Fixes #9019
* index generation for docgen knows about subdirectories; index knows about ↵Araq2018-09-131-1/+2
| | | | enum values; fixes import statement for runnableExamples
* added a test for 'nim doc'Andreas Rumpf2018-09-071-0/+21