summaryrefslogtreecommitdiffstats
path: root/t/001-basic.t
blob: b316d981a12f3d46a675d39d80a8388b5405022e (plain) (blame)
1
2
3
4
5
6
7
8
#!perl -T
use strict;
use warnings;
use Test::More tests => 1;
use Language::TECO;

ok(1);