Skip to content

Regexp does not cover real tabs #14

@hubertqc

Description

@hubertqc

Hello,

The regexp to isolate Name: and Version: attributes handles space(s) only and won't work if real tabulation(s) are used.

var lineArray = line.split(/[ ]+/);

the /[ ]+/ should probably be replaced with /[[:blank:]]+/

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