From 84af9c0d40f4fc38d8b904bc31010acabad4d356 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 00:18:06 -0400 Subject: [PATCH] feat(doc): update drawing --- doc/cp.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 ~