summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/FileDescription.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reordered assertion parameter in teststo-s2021-05-081-14/+14
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-9/+9
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Added file description in first line (#183)to-s2020-10-101-0/+13
| | | | | | | | | * Added file description in first line Due to https://github.com/cschlosser/doxdocgen/issues/141 * Added addIndent flag to SetLines() Co-authored-by: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com>
* Fix #161 again (#164)Christoph Schlosser2020-07-011-0/+6
|
* Fixes for whitespace errors to pass tslint testsDean Anderson2018-09-291-1/+1
|
* customTag will supply ISO date format if user configured format emptyDean Anderson2018-09-291-2/+31
| | | | | | Added separate templates for author name {author} and email {email} Added method to make multiple template substitutions in a string customTag will now replace {author}, {email}, {date} and {year} templates
* Change config structureChristoph Schlosser2018-03-021-1/+1
|
* Another unit testChristoph Schlosser2018-02-251-0/+5
|
* Add testsChristoph Schlosser2018-02-251-0/+33