Skip to content

Interlace parsing break when encountered with comma #173

@tarunkant

Description

@tarunkant

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

No one assigned

    Labels

    wontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions