Commit 06fc731
Gate the outcome band against a note that runs out of its box
The outcome boxes sit at a fixed width and neither line inside one wraps
or clips, so an over-long note simply runs into the next box with nothing
failing. That was the one silent overflow the suite did not cover: card
notes are checked against the wrapper, and the tagline against its rule,
but the terminal band was unguarded.
The REFUTED note was one character over the budget the new test derives,
so it is reworded. Like the tagline budget it counts characters rather
than measuring glyphs, and it is anchored to the widest note that has
been read on a rendered page.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 5a8e4a2 commit 06fc731
3 files changed
Lines changed: 28 additions & 2 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
0 commit comments