feat(doc): update drawing

This commit is contained in:
Barrett Ruth 2025-09-19 00:18:06 -04:00
parent 0de7c9c43c
commit 84af9c0d40

View file

@ -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 ~