summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Templates.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replaced assert.equal() calls by assert.strictEqual() calls (#188)to-s2020-10-191-6/+6
| | | Due to message: deprecated since v9.9.0 - use strictEqual() instead.
* Fix default value in tparams (#172)Christoph Schlosser2020-10-031-0/+7
|
* -- Completed unit tests for operators. Conversion operators aren't working yet.Rowan Goemans2018-02-201-0/+51
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.