Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

[Bug Report] Cannot split arguments with odd number of quotes. #11

@offchan42

Description

@offchan42

Try :ArgWrap this piece of code:

data: {text: 1, anotherText: "it's me", bool: true}

You will find that it stops splitting after the 2nd comma.
My guess is that because the word it's me has odd numbers of single quote inside (From the example, it's just one single quote).

You can try 3 double quotes or 5 single quotes. All of them introduce bugs.
Bugs also occur if the key is a text like this: "it's me"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions