package ppx_expect

  1. Overview
  2. Docs

Module Expect_test_matcher.FmtSource

Representation of parsed %expect lines

Sourcetype t =
  1. | Regexp of Base.string
  2. | Glob of Base.string
  3. | Literal of Base.string
Sourceval sexp_of_t : t -> Base.Sexp.t
Sourceval compare : t -> t -> Base.int
Sourceval equal : t -> t -> Base.bool
OCaml

Innovation. Community. Security.