Mdx.CramCram tests
The type for cram tests.
val exit_code : t -> intexit_code t is t's exit code.
val use_heredoc : t -> booluse_heredoc t is true iff t uses the heredoc '<<' syntax.
val command_line : t -> stringcommand_line t is t's command line. It either adds '\' at the end of each line of t's command or do nothing is t uses the heredoc syntax.
val of_lines : string list -> int * t listof_lines l parses the commands l. It returns the optional whitespace padding.
pp is the pretty-printer for cram tests. pad is the size of the optional whitespace left padding (by default it is 0).
val pp_exit_code : ?pad:int -> int Fmt.tpp_exit_code pretty-prints exit code.