Skip to content

File names could be improved to detect or prevent unintended duplicate names #97

@p-podsiadly

Description

@p-podsiadly

Background: I have two test cases: scale > 1 and scale < 1. Files generated for both test cases have the same file name: "scale___1.received.png" (both < and > are replaced with underscore).

This could be improved. For example, instead of replacing each forbidden character with underscore, ApprovalTestNamer could use XML/HTML character references, so that files in the above example would be named scale_&gt;_1.received.png and scale_&lt;_1.received.png.

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