index
:
Pygments
master
Pygments - Perl6 wrapper to python pygments library.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
01-basic.t
blob: 91781c8b0582f3ad3fae3005d26b82b119fcad33 (
plain
)
1
2
3
4
5
6
7
use
v6
.
c
;
use
Test
;
use
Pygments
;
pass
"replace me"
;
done
-
testing
;