summaryrefslogtreecommitdiff
path: root/tests/examplefiles/xtend
Commit message (Collapse)AuthorAgeFilesLines
* conftest: disallow error tokens in examplefilesGeorg Brandl2021-01-211-6/+6
| | | | | | They are ok in small snippets to demonstrate error cases. Also recode all examplefiles to UTF-8.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+512
Co-authored-by: Georg Brandl <georg@python.org>