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
test: guard that getFileEnv loads the file body, not just imports
Adds `Tests.Ix.EnvBody`, run in the default suite: it loads the existing
`Tests/Ix/Fixtures/Export.lean` fixture via `getFileEnv` and asserts its
body definition (`inductive MyNat`) is present, alongside an imported
constant (`Nat`). The body assertion is red under the header-only
regression and green with the body-elaboration fix.
0 commit comments