summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Preprocessor.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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