You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: read either quote style instead of documenting the gap
The comment claimed a double-quoted entry is caught by the sibling
orphan test. That holds for a /docs entry but not for the one /ui
cross-link, which is not a doc directory, so nothing in the file would
have caught a sentence-cased relabel of it. Verified: double-quoting
both keys of the /ui entry left labels and hrefs equal at 43, above the
floor, with no orphan reported.
Rather than document a narrower version of the gap, this closes it. The
quote character is captured and back-referenced instead of hard-coded,
so both styles parse and a label may carry the other quote inside it.
Both shapes that previously escaped now fail the guard by name.
Renames IDENTIFIERS to FIXED_CASING. The set was widened to hold brands
that start lowercase, and macOS is not an identifier in any sense, so
the symbol an author greps for disagreed with the rule it encodes. That
was the last place the pre-widening wording survived.
0 commit comments