summaryrefslogtreecommitdiff
path: root/tests/examplefiles/rebol
Commit message (Collapse)AuthorAgeFilesLines
* Don't require script headers in Rebol and Red codes. (#2349)Oldes Huhuman2023-02-242-25/+0
| | | | | | | | | | * Don't require script headers in Rebol and Red codes. Resolves: https://github.com/pygments/pygments/issues/2348 * Not modifying the copyright * Updated tests for Rebol and Red * Rebol: removed the unneeded code instead of commenting.
* Also add auto-updatable output-based tests to examplefiles (#1689)Oleh Prypin2021-01-202-0/+647
Co-authored-by: Georg Brandl <georg@python.org>