# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41157] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41157 >
The attached patch fix a typo in t/op/cmp-nonbranch.t and append some editor instruction coda, copy from t/op/comp.t, on it. $ diffstat /tmp/cmp-nonbranch.patch cmp-nonbranch.t | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletion(-) Lee
Index: t/op/cmp-nonbranch.t =================================================================== --- t/op/cmp-nonbranch.t (revision 16354) +++ t/op/cmp-nonbranch.t (working copy) @@ -1198,7 +1198,7 @@ .local string exp, res .local string desc - .SET_DESC('isnull') + .SET_DESC('cmp') init: set I0, 10 @@ -1257,3 +1257,9 @@ is(exp, res, desc) .end +# Local Variables: +# mode: cperl +# cperl-indent-level: 4 +# fill-column: 100 +# End: +# vim: expandtab shiftwidth=4: