diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 20:21:40 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:22 -0800 |
commit | 8e60c7a01db00f55e8a8f8eee88b044790983498 (patch) | |
tree | 7519178113bff8ce6fb62b7a76b99f0fc2e1e9c4 /t/x2p | |
parent | 2fe1f0f514f958ad10b72a18064180f210b9dbe0 (diff) | |
download | perl-8e60c7a01db00f55e8a8f8eee88b044790983498.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 't/x2p')
-rw-r--r-- | t/x2p/s2p.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/x2p/s2p.t b/t/x2p/s2p.t index 353ac6499b..9707a8b367 100644 --- a/t/x2p/s2p.t +++ b/t/x2p/s2p.t @@ -582,7 +582,7 @@ line 8 ### s ### 's' => { script => <<'[TheEnd]', -# enclose any `(a)'.. `(c)' in `-' +# enclose any '(a)'.. '(c)' in '-' s/([a-z])/-\1-/g s/\([abc]\)/-\1-/g |