summaryrefslogtreecommitdiff
path: root/tests/test_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-6/+6
| | | | | | | | | | | * all: remove "u" string prefix * util: remove unirange Since Python 3.3, all builds are wide unicode compatible. * unistring: remove support for narrow-unicode builds which stopped being relevant with Python 3.3
* 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