summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Preprocessor.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reordered assertion parameter in teststo-s2021-05-081-4/+4
| | | | Due to https://github.com/cschlosser/doxdocgen/issues/218
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-4/+4
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Fix detection of closing comments (#162)Christoph Schlosser2020-06-291-0/+19
| | | | | * Fix detection of closing comments * Add tests
* Return once we found preprocessor stuff (#158)Christoph Schlosser2020-06-261-0/+33
* Return once we found preprocessor stuff * Add tests * Update package lock