Interlace
Interlace copied to clipboard
Interlace parsing break when encountered with comma
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
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.
any update here?