Add basic test

This commit is contained in:
Jakub Heger 2024-09-03 11:52:25 +02:00 committed by Tomáš Hrnčiar
parent 571d138f3a
commit 3ec0a22380

4
tests/basic.fmf Normal file
View File

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