Skip to content

Strings with an escaped backslash at the end are not decoded correctly #102

@ArthNevaris

Description

@ArthNevaris

Hi,

I ran into the following bug.

When I use the function ParserSTEP.Decode to decode a string like Test \\, the result is Test \\ and not the expected string Test \. On the other hand, \\ Test will result in the correct \ Test. I suspect the error lies in the difference on how the last 4 characters of the string are handled in the decode function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions