Skip to content

Does not handle escaped strings  #4

@arianf

Description

@arianf

Like so:

"\".\" Shortcut" = "„.“ Kurzbefehl";

This fails the key value checker:

def key_value_pair?
  !!(/^\s*"([^"]+)"\s*=/.match(content))
end

and results to the key-value output being nil

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