summaryrefslogtreecommitdiff
path: root/tests/examplefiles/csharp
Commit message (Collapse)AuthorAgeFilesLines
* C#: recognize Operators as such, fix split-up numeric literalsGeorg Brandl2022-10-221-94/+82
| | | | Fixes #2256
* Modernize Whitespace token: dotnet lexerSebastian Engel2021-11-021-1123/+1123
|
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+3147
Co-authored-by: Georg Brandl <georg@python.org>