diff --git a/doc/cp.txt b/doc/cp.txt index 47a64ce..8892d3b 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -272,20 +272,20 @@ Interface ~ The test panel uses a three-pane layout for easy comparison: > - ┌─ Test List ─────────────────────────────────────────────────┐ - │ 1. PASS 12ms │ - │> 2. FAIL 45ms │ + ┌─────────────────────────────────────────────────────────────┐ + │ 1. [ok:true ] [code:0] [time:12ms] │ + │> 2. [ok:false] [code:0] [time:45ms] │ │ │ - │ ── Input ── │ + │ Input: │ │ 5 3 │ │ │ └─────────────────────────────────────────────────────────────┘ - ┌─ Expected ──────────────┐ ┌─ Actual ────────────────┐ - │ 8 │ │ 7 │ - │ │ │ │ - │ │ │ │ - │ │ │ │ - └─────────────────────────┘ └─────────────────────────┘ + ┌─ Expected ──────────────────┐ ┌───── Actual ────────────────┐ + │ 8 │ │ 7 │ + │ │ │ │ + │ │ │ │ + │ │ │ │ + └─────────────────────────────┘ └─────────────────────────────┘ < Keymaps ~