8000 Problem with TestCaseNameParser.cs · Issue #35 · spekt/testlogger · GitHub
[go: up one dir, main page]

Skip to content
Problem with TestCaseNameParser.cs #35
@marc-delhoune

Description

@marc-delhoune

Hi,

If the name of a test (namespace, class, of method) contains a zero (0), the new TestCaseNameParser.cs fails.
The MethodRegex and ClassDataRegex check for [a-z1-9_.], so they do not allow a zero. Should this be [a-z0-9_.] instead?

Using 'Parser=Legacy' solves my problem for now.

Best regards,

Marcus

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0