Langium - v4.0.0
    Preparing search index...

    Interface ExpectedHighlight

    interface ExpectedHighlight {
        disposeAfterCheck?: boolean;
        index?: number;
        indexMarker?: string;
        parseOptions?: ParseHelperOptions;
        rangeEndMarker?: string;
        rangeIndex?: number | number[];
        rangeStartMarker?: string;
        text: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    disposeAfterCheck?: boolean

    Whether to dispose the created documents right after performing the check.

    Defaults to false.

    index?: number
    indexMarker?: string

    String to mark indices for test cases. <|> by default.

    parseOptions?: ParseHelperOptions

    Parse options used to parse the text property.

    rangeEndMarker?: string

    String to mark end indices for test cases. |> by default.

    rangeIndex?: number | number[]
    rangeStartMarker?: string

    String to mark start indices for test cases. <| by default.

    text: string

    Document content. Use <|> and <|...|> to mark special items that are relevant to the test case.