Skip to content

Support name containing whitespace #18

@MarkLodato

Description

@MarkLodato

The current implementation disallows whitespace in the subject name because it uses strings.Fields. The spec does not disallow whitespace, and spaces in filenames are not uncommon, so it would be best if the implementation allowed that.

To fix, using strings.Cut (or strings.SplitN or a regexp) would avoid the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions