File: toke.t

package info (click to toggle)
libb-hooks-parser-perl 0.21-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: ansic: 576; perl: 195; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More tests => 3;

BEGIN {
    use_ok('B::Hooks::Parser');
    ok(B::Hooks::Toke->can("skipspace"));
    ok(B::Hooks::Toke->can("scan_word"));
}