summaryrefslogtreecommitdiff
path: root/tests/examplefiles/pike/Error.pmod.output
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-93/+93
| | | | 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/+292
Co-authored-by: Georg Brandl <georg@python.org>