rebuild elc: reporter=json, line numbers, em-dash FAIL format

Rebuild elc binary from the feat/native-testing source to match the
full reporter implementation:
- Lexer tracks line numbers in every token via state (__lex_line)
- Parser propagates line numbers into TestDef and Assert AST nodes
- Text reporter: "  FAIL  <name> — <msg>" (em dash, stderr)
- JSON reporter (--reporter=json): newline-delimited JSON to stdout
  with suite_start, test_start, test_pass, test_fail, suite_end events
- All fields: file (basename), line (test block), assert_line, message
- Fixed point verified: gen2 == gen3

elc-combined.el regenerated from source.
This commit is contained in:
Will Anderson
2026-05-04 13:27:01 -05:00
parent a9dc38ed82
commit 5888258c9f
3 changed files with 4538 additions and 331 deletions
+2049 -45
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.
+2489 -286
View File
File diff suppressed because it is too large Load Diff