summaryrefslogtreecommitdiff
path: root/tests/examplefiles/red/example.red.output
Commit message (Collapse)AuthorAgeFilesLines
* Don't require script headers in Rebol and Red codes. (#2349)Oldes Huhuman2023-02-241-1/+3
| | | | | | | | | | * 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-201-0/+1410
Co-authored-by: Georg Brandl <georg@python.org>