Module Ppx_expect_nobase_runtime.PayloadSource

Sourcetype t = {
  1. contents : string;
    (*

    The contents of the payload; the output expected at some node, as a raw string exactly as they were parsed from the source file.

    *)
  2. tag : Ppx_expect_nobase_runtime__.Types.String_node_format.Delimiter.t;
    (*

    The delimiters used in the payload.

    *)
}

Payloads given as arguments to expectation AST nodes.

Sourceval default : string -> t

Add the default tags to a payload.

Sourceval to_source_code_string : t -> string

The source-code representation of a payload.