summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-10-28 08:44:43 -0600
committerKarl Williamson <khw@cpan.org>2016-10-29 08:54:44 -0600
commitf2c1c1486fc9dcf3cc17aeda650215584a00df4f (patch)
tree143df8623bfdc2a9ecd8042fe2cedcdb20fd8bae
parent1069c57cb1f4e6b94f8695843243749e9511303e (diff)
downloadperl-f2c1c1486fc9dcf3cc17aeda650215584a00df4f.tar.gz
XS-APItest/t/utf8.t: White-space only
-rw-r--r--ext/XS-APItest/t/utf8.t18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/XS-APItest/t/utf8.t b/ext/XS-APItest/t/utf8.t
index 677c9e0a70..4ec38faf7d 100644
--- a/ext/XS-APItest/t/utf8.t
+++ b/ext/XS-APItest/t/utf8.t
@@ -2030,10 +2030,10 @@ foreach my $test (@tests) {
# to the exact same code point as the
# original.
$this_bytes
- = I8_to_native("\xfe")
- . (I8_to_native(chr $first_continuation)
- x ( 6 - length($this_bytes)))
- . $this_bytes;
+ = I8_to_native("\xfe")
+ . (I8_to_native(chr $first_continuation)
+ x ( 6 - length($this_bytes)))
+ . $this_bytes;
$this_length = length($this_bytes);
$this_expected_len = 7;
push @expected_errors, $UTF8_GOT_LONG;
@@ -2073,10 +2073,10 @@ foreach my $test (@tests) {
|| $malformations_name;
my $this_name = "utf8n_to_uvchr_error() $testname: "
. (($disallow_flag)
- ? 'disallowed'
- : $disallowed
- ? $disallowed
- : 'allowed');
+ ? 'disallowed'
+ : $disallowed
+ ? $disallowed
+ : 'allowed');
$this_name .= ", $eval_warn";
$this_name .= ", " . (($warn_flag)
? 'with warning flag'
@@ -2167,7 +2167,7 @@ foreach my $test (@tests) {
}
}
fail("Expected '$malformation' warning"
- . "but didn't get it");
+ . " but didn't get it");
}
}