diff --git a/doc/cp.txt b/doc/cp.txt index 9ac961d..bd46d9a 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -312,20 +312,28 @@ Activation ~ Interface ~ The run panel uses a professional table layout with precise column alignment: -(note that the diff is indeed highlighted, not the weird amalgamation of +(observe that the diff is indeed highlighted, not the weird amalgamation of characters below) > - ┌──────┬────────┬────────┬───────────┐ ┌─ Expected vs Actual ──────────────────┐ - │ # │ Status │ Time │ Exit Code │ │ 45.70ms │ Exit: 0 │ - ├──────┼────────┼────────┼───────────┤ ├────────────────────────────────────────┤ - │ 1 │ AC │12.00ms │ 0 │ │ │ - │ >2 │ WA │45.70ms │ 1 │ │ 4[-2-]{+3+} │ - ├──────┴────────┴────────┴───────────┤ │ 100 │ - │5 3 │ │ hello w[-o-]r{+o+}ld │ - ├──────┬────────┬────────┬───────────┤ │ │ - │ 3 │ AC │ 9.00ms │ 0 │ └────────────────────────────────────────┘ - │ 4 │ RTE │ 0.00ms │139 (SIGUSR2)│ - └──────┴────────┴────────┴───────────┘ + ┌─────┬────────┬──────────────┬───────────┬──────────┬─────────────┐ + │ # │ Status │ Runtime (ms) │ Time (ms) │ Mem (MB) │ Exit Code │ + ├─────┼────────┼──────────────┼───────────┼──────────┼─────────────┤ + │ 1 │ AC │ 12.0 │ 2000 │ 256 │ 0 │ + │> 2 │ WA │ 45.70 │ 2000 │ 256 │ 1 │ + ├─────┴────────┴──────────────┴───────────┴──────────┴─────────────┤ + │Input: │ + │5 3 │ + ├─────┬────────┬──────────────┬───────────┬──────────┬─────────────┤ + │ 3 │ AC │ 9.0 │ 2000 │ 256 │ 0 │ + │ 4 │ RTE │ 0.0 │ 2000 │ 256 │139 (SIGUSR2)│ + └─────┴────────┴──────────────┴───────────┴──────────┴─────────────┘ + ┌─ Expected vs Actual ───────────────────┐ + │ │ + │ 4[-2-]{+3+} │ + │ 100 │ + │ hello w[-o-]r{+o+}ld │ + │ │ + └────────────────────────────────────────┘ < Status Indicators ~ @@ -341,8 +349,8 @@ Keymaps ~ *cp-test-keys* Navigate to next test case (configurable via run_panel.next_test_key) Navigate to previous test case (configurable via run_panel.prev_test_key) -t Toggle diff mode between vim and git (configurable via run_panel.toggle_diff_key) -q Exit test panel and restore layout + Toggle diff mode between vim and git (configurable via run_panel.toggle_diff_key) + Exit test panel and restore layout Diff Modes ~