Commit 83b4b68
committed
fix(ci): seal 13th fix-forward — ruff-format 4 files + test_w803 verdict accept
CI on f13935f failed on:
1. ruff format check — cmd_dark_matter.py, cmd_duplicates.py, cmd_laws.py,
test_w937_no_mojibake_em_dashes.py needed format normalization from W805
Pattern-2 disclosure work in the 12th fix-forward.
2. test_w803::test_n1_empty_corpus_text_mode assertion drift — wave-1 A's
W805 fix changed the empty-corpus verdict to "no symbols to analyze
(corpus empty; ...)" but the test still asserted the legacy 3-token
set. Extended the allowed-token tuple to accept the new verdict shape
while keeping the legacy tokens for back-compat with any sibling
detector that hasn't migrated.1 parent f13935f commit 83b4b68
5 files changed
Lines changed: 17 additions & 16 deletions
File tree
- src/roam/commands
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
314 | 312 | | |
315 | 313 | | |
316 | 314 | | |
| |||
367 | 365 | | |
368 | 366 | | |
369 | 367 | | |
370 | | - | |
371 | | - | |
372 | | - | |
| 368 | + | |
373 | 369 | | |
374 | 370 | | |
375 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
615 | | - | |
616 | | - | |
617 | | - | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
| 305 | + | |
307 | 306 | | |
308 | 307 | | |
309 | 308 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
0 commit comments