cas-gosper-acceptance-mode-recorded-on-two-terms
- Kind
- witness-replay
- Status
- checked
Supports: gosper_sum_certified assigns the FULL telescoping certificate to k's antidifference and the DIFFERENT, weaker geometric-identity certificate to k*2^k's antidifference, with is_full_telescoping() correctly distinguishing them
cargo test -p axeyum-cas --lib gosper::tests::the_acceptance_mode_is_recorded_on_the_result -- --exact 2>/dev/null | grep -cE '^test gosper::tests::the_acceptance_mode_is_recorded_on_the_result \.\.\. ok$' Evidence notes
Verified both directions on this host: the real test path gives count=1, exit=0; the same command against a deliberately wrong test path (…_WRONG) gives count=0, exit=1. `grep -cE` consumes the pipe so it cannot SIGPIPE.