Skip to content

Import should unescape backslash in LiteralString #2039

@adaussy

Description

@adaussy

With the current implementation importing the following model:

package pk1 {
    part part1 {
        attribute a1 = "A \\ B";
        attribute a2 = "A \"a\"";
    }
}

Sets the value of "a1" = "A \ B" whereas it should be "A \ B" and "a2" = "A "a"" instead of "A "a"".

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions