You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CHANGES:
* Enforce rules for the formatting of the strings in `[%expect]` blocks (their indentation
level and the number of leading/trailing spaces) when
`-expect-test-strict-indentation=true` is passed to the ppx driver.
* Omit a redundant call to `Expect_test_config.run` (which was used just wrap a call to
`flush` in the monadic environment).
* Warn when one expect test is reached from another, even if the inner expect test would
not be run (because of e.g. the `-tags` argument passed to the `inline_tests_runner`).
* Flush output generated in C stubs so that it is captured together with output that
originates in OCaml.
* Support the shorthand syntax for extension points with string payloads (`{%expect||}`).
* Print `Output i / n` in the separators printed between inconsistent outputs in an expect
block reached multiple times.
0 commit comments