diff options
author | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:11:51 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2019-01-06 21:11:51 -0300 |
commit | 5244d952da00984d226c334b4c1a7d5090b7cda5 (patch) | |
tree | ab532148b719dee5350fa136e633c757b85496f0 /t | |
download | perl6-pygments-5244d952da00984d226c334b4c1a7d5090b7cda5.tar.gz |
initial commit
Diffstat (limited to 't')
-rw-r--r-- | t/01-basic.t | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/t/01-basic.t b/t/01-basic.t new file mode 100644 index 0000000..91781c8 --- /dev/null +++ b/t/01-basic.t @@ -0,0 +1,7 @@ +use v6.c; +use Test; +use Pygments; + +pass "replace me"; + +done-testing; |