lean4-htt/tests/lean/interactive/goalsAccomplished.lean
Marc Huisinga 92b59ae4f6
test: goals accomplished (#8319)
This PR adds a test for the goals accomplished diagnostics so that we
notice when they break.

Follow-up for #8242.
2025-05-13 13:00:47 +00:00

9 lines
180 B
Text

theorem foo : True := by
exact True.intro
--^ collectDiagnostics
theorem foobar : True := True.intro
--^ collectDiagnostics
example : True := True.intro
--^ collectDiagnostics