Interlace icon indicating copy to clipboard operation
Interlace copied to clipboard

Interlace parsing break when encountered with comma

Open tarunkant opened this issue 3 years ago • 3 comments

Hello, I noticed that Interlace could not parse URLs when it contains commas.

Example test file:

http://example.com/eName,p=123?l.host+l.path=123
http://example.com/eNamep=123,asds&asd1=asd,asddd

Command:

interlace -tL test -c 'echo "_host_"'

Output:

http://example.com/eNamep=123                                                   
p=123?l.host+l.path=123                                                         
asds&asd1=asd                                                                   
http://example.com/eName                                                        
asddd  

Expected Output:

http://example.com/eName,p=123?l.host+l.path=123
http://example.com/eNamep=123,asds&asd1=asd,asddd

tarunkant avatar Sep 13 '22 08:09 tarunkant

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 21 '23 22:05 stale[bot]

any update here?

tarunkant avatar May 23 '23 13:05 tarunkant