summaryrefslogtreecommitdiff
path: root/tests/examplefiles/cpp/example2.cpp.output
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-49/+49
| | | | The CFamilyLexer was matching whitespace as Text instead of Whitespace.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-201-0/+148
Co-authored-by: Georg Brandl <georg@python.org>