Skip to content

Commit 4ae25c3

Browse files
committed
op/magic.t: Use ASCII apostrophe, not fancier Unicode
There is no need for this file to contain non-ASCII characters
1 parent f98de16 commit 4ae25c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/op/magic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ fresh_perl_is
765765
# ${^OPEN} and $^H interaction
766766
# Setting ${^OPEN} causes $^H to change, but setting $^H would only some-
767767
# times make ${^OPEN} change, depending on whether it was in the same BEGIN
768-
# block. Dont test actual values (subject to change); just test for
768+
# block. Don't test actual values (subject to change); just test for
769769
# consistency.
770770
my @stuff;
771771
eval '

0 commit comments

Comments
 (0)