Skip to content

Weird cyrillic symbols transformation in schema generation #23

@s9gf4ult

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.

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