diff options
Diffstat (limited to 'ext/XS-APItest/t')
-rw-r--r-- | ext/XS-APItest/t/multicall.t | 2 | ||||
-rw-r--r-- | ext/XS-APItest/t/utf8_warn_base.pl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/XS-APItest/t/multicall.t b/ext/XS-APItest/t/multicall.t index 51ef276b14..8630df751f 100644 --- a/ext/XS-APItest/t/multicall.t +++ b/ext/XS-APItest/t/multicall.t @@ -69,7 +69,7 @@ use XS::APItest; # these take different code paths. # Whenever an explicit 'return' is used, it is followed by '1;' to avoid # the return being optimised into a leavesub. -# Adding a 'for' loop pushes extra junk on the stack, which we we want to +# Adding a 'for' loop pushes extra junk on the stack, which we want to # avoid being interpreted as a return arg. { diff --git a/ext/XS-APItest/t/utf8_warn_base.pl b/ext/XS-APItest/t/utf8_warn_base.pl index 6a4026f93f..0a18df0ce5 100644 --- a/ext/XS-APItest/t/utf8_warn_base.pl +++ b/ext/XS-APItest/t/utf8_warn_base.pl @@ -584,7 +584,7 @@ sub flags_to_text($$) } # Possible flag returns from utf8n_to_uvchr_error(). These should have G_, -# instead of A_, D_, but the prefixes will be used in a a later commit, so +# instead of A_, D_, but the prefixes will be used in a later commit, so # minimize churn by having them here. my @utf8n_flags_to_text = ( qw( A_EMPTY @@ -1415,7 +1415,7 @@ foreach my $test (@tests) { $allow_flags |= $::UTF8_ALLOW_OVERFLOW if $malformed_allow_type; } - # And we can create the malformation-related text for the the test + # And we can create the malformation-related text for the test # names we eventually will generate. my $malformations_name = ""; if (@malformation_names) { |