summaryrefslogtreecommitdiff
path: root/tests/test_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1256.Matthäus G. Chajdas2019-11-241-1/+21
| | | | | | | | | Reduce TeraTerm.analyze_text score to 0.01. This resolves the conflict with Turtle, but doesn't take over nearly all other languages. Added a test as provided in the bug report to ensure this won't regress again.
* Remove unittest classes from the test suite.Georg Brandl2019-11-101-19/+21
|
* Fix some test headersTim Hatch2016-05-311-1/+2
|
* Allow open c-style comments.Tim Hatch2016-05-311-0/+32
Fixes #1114