summaryrefslogtreecommitdiffstats
path: root/src/test/CppTests/Attributes.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* End of declaration problem fixedChristoph Schlosser2019-10-081-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 Goemans2018-02-201-0/+62
-- Renamed all C things to Cpp since that is really what they are. -- Made empty files for the remaining unit tests.