Skip to content

(🐞) --update-data removes escapes #17465

Open
@KotlinIsland

Description

@KotlinIsland
[case testSomethingSus]
\[1] + 1
> pytest mypy --update-data

Expected

[case testSomethingSus]
\[1] + 1  # E: Something sus  [sus]

Actual

[case testSomethingSus]
[1] + 1  # E: Something sus  [sus]

Activity

changed the title [-](🐞) `--update-data` remove escapes[/-] [+](🐞) `--update-data` removes escapes[/+] on Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @hauntsaninja@KotlinIsland

        Issue actions

          (🐞) `--update-data` removes escapes · Issue #17465 · python/mypy