python-pygments/tests/basic.fmf
2024-09-04 15:41:01 +02:00

5 lines
142 B
Plaintext

require:
- python3-pygments
test: |
touch test.py && pygmentize -f html -l python -o test.html test.py && grep "<div\s" "./test.html"