| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reordered assertion parameter in tests | to-s | 2021-05-08 | 1 | -10/+10 |
| | | | | | Due to https://github.com/cschlosser/doxdocgen/issues/218 | ||||
| * | Replaced assert.equal() calls by assert.strictEqual() calls (#188) | to-s | 2020-10-19 | 1 | -10/+10 |
| | | | | Due to message: deprecated since v9.9.0 - use strictEqual() instead. | ||||
| * | End of declaration problem fixed | Christoph Schlosser | 2019-10-08 | 1 | -0/+5 |
| | | | | | | | If the terminating character is the first one on the next line it can cause the buffer to fill and thus produce malformed text to parse. | ||||
| * | -- Completed unit tests for operators. Conversion operators aren't working yet. | Rowan Goemans | 2018-02-20 | 1 | -0/+62 |
| -- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests. | |||||