Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

hyperlink dominate and highlight will break #59

Open
Fank opened this issue Nov 20, 2015 · 0 comments
Open

hyperlink dominate and highlight will break #59

Fank opened this issue Nov 20, 2015 · 0 comments
Labels

Comments

@Fank
Copy link
Contributor

Fank commented Nov 20, 2015

The following example show that the ~ char which determine the start and end char will be eaten by the hyperlink and so everything behind it will be shown as a string, which is wrong.

my $asd = q~<a href="http://test.asd/test?UUID=~.$UID.q~">details</a>~;

screenshot from 2015-11-20 14-36-53

If i add a space between =~ -> = ~ everything is ok
screenshot from 2015-11-20 14-37-38

@infininight i know you told me that sub "highlighter" will highlight as long they find an end, also if the end is from the parent highlighter. If you know what i mean, it was an general highlight issue.

@Fank Fank added the bug label Nov 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant