Module Expect_test_matcher.Fmt

Representation of parsed %expect lines

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