File: FrontMatter.t

package info (click to toggle)
libcode-tidyall-plugin-yamlfrontmatter-perl 1.000003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 264 kB
  • sloc: perl: 357; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/usr/bin/perl
use strict;
use warnings;
use lib 't/lib';
use Test::Code::TidyAll::Plugin::YAMLFrontMatter;
Test::Code::TidyAll::Plugin::YAMLFrontMatter->runtests;