and hop, a test

main
Yanick Champoux 2023-08-26 11:07:14 -04:00
parent e0ac19d7c0
commit 3e0be2e54c
1 changed files with 12 additions and 0 deletions

12
t/basic.t Normal file
View File

@ -0,0 +1,12 @@
use v5.32.0;
use Test2::V0;
use Path::Tiny;
require './script.pl';
my $input = path('./sample.html')->slurp;
like generate_output_table( extract_first_table($input) )->draw => qr/lonestar/;
done_testing();