Skip to content

Excessive evaluation around argument in safe #10

@JakubLinhart

Description

@JakubLinhart

For example arg(l1,"<safe arg(l1)><fun1> ")
is transpiled to: local.l1="<<local.l1>><fun1> "
but expected correct code is local.l1="<local.l1><fun1> ".

Test:

TranspileStatementCheck("arg(l1,\"<safe arg(l1)><fun1> \")", "local.l1=\"<local.l1><fun1> \"");

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingerebor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions