Skip to content

string - verifiation rules? pair-rule ? #357

@boaks

Description

@boaks

The examples include two types of string definitions:

let text = "text";
let text = `text`;

and nested scenarios:

let text = `"text"`;

But it seems to be not possible, to use a " without a closing pair

let text = `"text`;
let text = `\"text`;

It seems, that there is a rule, the it must be always pairs.
Is there a way to escape that assumed "pair-rule" ?
Using "\" seems not to work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingPrio.Low

    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