Skip to content

Persisting underscore in Assertions #195

@warwickfoster

Description

@warwickfoster
context[$"processing file - \"{file.Name}\""] = () =>{}

I would like to persist the underscores in the filename so would like to escape out the underscore as follows:

context[$"processing file - \"{file.Name.Replace("_","\\")}\""] = () => {}

Any options?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions