summaryrefslogtreecommitdiff
path: root/dist/Locale-Maketext/t/70_fail_auto.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Locale-Maketext/t/70_fail_auto.t')
-rw-r--r--dist/Locale-Maketext/t/70_fail_auto.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Locale-Maketext/t/70_fail_auto.t b/dist/Locale-Maketext/t/70_fail_auto.t
index df0de3eb3c..ac0644174c 100644
--- a/dist/Locale-Maketext/t/70_fail_auto.t
+++ b/dist/Locale-Maketext/t/70_fail_auto.t
@@ -20,8 +20,8 @@ BEGIN {
my $lh = Whunk::L10N->get_handle('en');
$lh->fail_with('failure_handler_auto');
-is($lh->maketext('abcd'), 'abcd', "simple missing keys are handled");
-is($lh->maketext('abcd'), 'abcd', "even in repeated calls");
+is($lh->maketext('abcd'), 'abcd', "simple missing keys are handled");
+is($lh->maketext('abcd'), 'abcd', "even in repeated calls");
# CPAN RT #25877 - $value Not Set After Second Call to failure_handler_auto()
is($lh->maketext('Hey, [_1]', 'you'), 'Hey, you', "keys with bracket notation ok");