Module Expect_test_matcher.Fmt

Representation of parsed %expect lines

type t =
  1. | Regexp of Base.string
  2. | Glob of Base.string
  3. | Literal of Base.string
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int
val equal : t -> t -> bool