-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling sed format may hide some text #860
Labels
Comments
Probably has the similar fix as for #654 |
axiac
added a commit
to axiac/rouge
that referenced
this issue
Apr 14, 2018
axiac
added a commit
to axiac/rouge
that referenced
this issue
Apr 14, 2018
axiac
added a commit
to axiac/rouge
that referenced
this issue
Apr 14, 2018
axiac
added a commit
to axiac/rouge
that referenced
this issue
Apr 14, 2018
pyrmont
added a commit
to pyrmont/rouge
that referenced
this issue
May 11, 2019
This contribution has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days. |
Sorry, this has an associated PR (#893) and should not have been marked as stale. That's been fixed. |
pyrmont
added
bugfix-request
A request for a bugfix to be developed.
pr-open
A PR addressing this issue is open.
labels
Jun 19, 2019
pyrmont
pushed a commit
to axiac/rouge
that referenced
this issue
Aug 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The following code
\#<url>https://google.com/?q=test</url>#{s|<url>.*?</url>|<url>test</url>|;n;s|||}
shows as
\#>#{s|<url>.*?</url>|<url>test</url>|;n;s|||}
This issue can be also reproduced in http://rouge.jneen.net when 'sed' format selected
This issue has been originally reported for GitLab https://gitlab.com/gitlab-org/gitlab-ce/issues/41868
The text was updated successfully, but these errors were encountered: