summaryrefslogtreecommitdiff
path: root/tests/examplefiles/mupad
Commit message (Collapse)AuthorAgeFilesLines
* Improve MuPAD lexer.Matthäus G. Chajdas2021-11-062-1330/+126
| | | | | | * Correctly tag whitespace * Merge multiple whitespace tokens * Merge tokens in comments.
* conftest: disallow error tokens in examplefilesGeorg Brandl2021-01-211-1/+1
| | | | | | 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-204-0/+1805
Co-authored-by: Georg Brandl <georg@python.org>