Skip to content
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

Closed
gdm opened this issue Jan 11, 2018 · 3 comments · Fixed by #893
Closed

Handling sed format may hide some text #860

gdm opened this issue Jan 11, 2018 · 3 comments · Fixed by #893
Labels
bugfix-request A request for a bugfix to be developed. pr-open A PR addressing this issue is open.

Comments

@gdm
Copy link

gdm commented Jan 11, 2018

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

@gdm
Copy link
Author

gdm commented Jan 18, 2018

Probably has the similar fix as for #654

@stale
Copy link

stale bot commented Jun 19, 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.

@stale stale bot added the stale-issue There has been no activity for a year. label Jun 19, 2019
@pyrmont
Copy link
Contributor

pyrmont commented Jun 19, 2019

Sorry, this has an associated PR (#893) and should not have been marked as stale. That's been fixed.

@stale stale bot removed the stale-issue There has been no activity for a year. label Jun 19, 2019
@pyrmont 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed. pr-open A PR addressing this issue is open.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants