Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels