lean4-htt/tests/lean/run
Marc Huisinga 35944c367b
feat: leading whitespace on first token (#12662)
This PR adjusts the module parser to set the leading whitespace of the
first token to the whitespace up to that token. If there are no actual
tokens in the file, the leading whitespace is set on the final (empty)
EOI token. This ensures that we do not lose the initial whitespace (e.g.
comments) of a file in `Syntax`.

(Tests generated/adjusted by Claude)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 12:46:44 +00:00
..
10067.lean fix: copied 11940 fix for structure command (#12680) 2026-02-25 13:50:04 +00:00
10850.lean fix: let Meta.zetaReduce zeta reduce have expressions (#12695) 2026-02-27 00:37:52 +00:00
async_http_encode.lean feat: add core HTTP data types (#12126) 2026-03-04 14:32:29 +00:00
async_http_string_quoting.lean feat: add core HTTP data types (#12126) 2026-03-04 14:32:29 +00:00
classDefReducibilityAfterAttr.lean feat: move instance-class check to declaration site (#12325) 2026-03-06 03:23:27 +00:00
demangling.lean feat: unify name demangling with single Lean implementation (#12539) 2026-03-06 12:29:35 +00:00
moduleHeaderLeadingWhitespace.lean feat: leading whitespace on first token (#12662) 2026-03-06 12:46:44 +00:00
mvcgenRflReducibility.lean fix: heartbeat limit in mvcgen due to withDefault rfl (#12696) 2026-02-26 16:40:42 +00:00
ppFVarsAnonymous.lean fix: use _fvar._ instead of _ for anonymous fvars (#12745) 2026-03-01 09:59:13 +00:00
test_single.sh