morbig icon indicating copy to clipboard operation
morbig copied to clipboard

Wrongly accepted unterminated ${

Open Niols opened this issue 6 years ago • 0 comments

${a-b |

is wrongly accepted by morbig as

[
    "Word",
    "${a-b |}",
    [
        [
            "WordVariable",
            [
                "VariableAtom",
                "a",
                [
                    "UseDefaultValues",
                    "-",
                    [
                        "Word",
                        "b |",
                        [
                            [ "WordLiteral", "b " ],
                            [ "WordLiteral", "|" ]
                        ]
                    ]
                ]
            ]
        ]
    ]
]

Niols avatar Oct 31 '19 15:10 Niols