Skip to content

Weird cyrillic symbols transformation in schema generation #23

Description

@s9gf4ult

Assuming we have such a type

type SomeCode = SchemaText '[TRegex "^[0-9A-ZА-Я]{2}$"]

but the result scheme looks like

    "items": {
        "pattern": "^[0-9A-Z�-Я]{2}$",
        "type": "string"
    }

Looks like some strange hangling of non-ascii symbols somewhere.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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