summaryrefslogtreecommitdiff
path: root/tests/examplefiles/floscript
Commit message (Collapse)AuthorAgeFilesLines
* Modernize Whitespace token in lexer: floscriptSebastian Engel2021-11-141-191/+117
|
* Remove unicorn token types (fixes #1816.)Matthäus G. Chajdas2021-06-201-2/+2
| | | | | | The PR #1819 provides a tool to identify unique token types. This PR aims to remove the most obvious cases of unicorn styles which are used in a single lexer only.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+354
Co-authored-by: Georg Brandl <georg@python.org>