Skip to content

Non-string input will cause match to fail #13

@mstade

Description

@mstade

In match, we never validate the input, so if the input is a non-string it'll fail. (Relevant source.)

There's little we can do about crappy input, but we should:

  • Assert that the input is a string
  • If not, throw meaningful errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions