Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1450492 Details for
Bug 1590308
texinfo's tests fail with Perl 5.28
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for unescaped left brace
Fix-for-Perl-5.28.patch (text/plain), 865 bytes, created by
Jitka Plesnikova
on 2018-06-12 12:07:33 UTC
(
hide
)
Description:
Fix for unescaped left brace
Filename:
MIME Type:
Creator:
Jitka Plesnikova
Created:
2018-06-12 12:07:33 UTC
Size:
865 bytes
patch
obsolete
>diff -up texinfo-6.5/tp/Texinfo/Parser.pm.orig texinfo-6.5/tp/Texinfo/Parser.pm >--- texinfo-6.5/tp/Texinfo/Parser.pm.orig 2018-06-12 13:40:29.356030136 +0200 >+++ texinfo-6.5/tp/Texinfo/Parser.pm 2018-06-12 13:41:28.357725639 +0200 >@@ -5478,11 +5478,11 @@ sub _parse_special_misc_command($$$$) > } > } elsif ($command eq 'clickstyle') { > # REMACRO >- if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) { >+ if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{})?\s*/) { > $args = ['@'.$1]; > $self->{'clickstyle'} = $1; > $remaining = $line; >- $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//; >+ $remaining =~ s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{})?\s*(\@(c|comment)((\@|\s+).*)?)?//; > $has_comment = 1 if (defined($4)); > } else { > $self->line_error (sprintf($self->__(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1590308
: 1450492