From 5df6c2aefebe3d2abcc939a88e294876d59f03ca Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Jun 2024 13:26:17 +0200 Subject: Adding upstream version 0.72. Signed-off-by: Daniel Baumann --- t/fmt-ini.t | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 t/fmt-ini.t (limited to 't/fmt-ini.t') diff --git a/t/fmt-ini.t b/t/fmt-ini.t new file mode 100644 index 0000000..28c1e8e --- /dev/null +++ b/t/fmt-ini.t @@ -0,0 +1,21 @@ +#! /usr/bin/perl +# Ini module tester. + +######################### + +use strict; +use warnings; + +use lib q(t); +use Testhelper; + +my @tests; + +push @tests, + { + 'format' => 'ini', + 'input' => 'fmt/ini/basic.ini' + }; + +run_all_tests(@tests); +0; -- cgit v1.2.3