Module Expect_test_matcher.Fmt
Representation of parsed %expect lines
type t=|Regexp of Base.string|Glob of Base.string|Literal of Base.string
Expect_test_matcher.FmtRepresentation of parsed %expect lines
type t = | Regexp of Base.string |
| Glob of Base.string |
| Literal of Base.string |