Skip to content

IDML fails when trying to parse multi-line string variables with logical operators #36

@jcalonso

Description

@jcalonso

When you have a variable like:

let input1 = "HELLO
WORLD"

Works fine.

But when you have:

let input1 = "HELLO
AND WORLD"

It throws the following error:

Couldn't compile test.idml: Line 5:0 no viable alternative at input 'WORLD'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions