The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

use utf8;
################################################################################
# This tests whether this (simple) module works
################################################################################
my $formatter = Data::Localize::Format::Sprintf->new;
is $formatter->format('pl', 'zażółć %s jaźń', 'gęślą'), 'zażółć gęślą jaźń', 'formatting ok';
done_testing;