mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 08:02:24 +00:00
`index_titles_match_rendered_row_labels` walks eleven titles and asserts each one is in the index. It never touches a rendered row, so it says nothing about whether every row has an entry — which is the question its name answers, and the one worth asking: a setting added without an index entry cannot be found by search, and nothing fails. Renamed to what it does, with the gap written down rather than implied. Walking the rows would mean rendering the page — they are built inline rather than from a table, so there is no list to compare the index against — and that is worth knowing before someone reaches for this test expecting coverage it does not have. No claim here that an entry is actually missing today: 69 are indexed and I did not enumerate the rows to check.