docs: compact the sponsor logo row (#2565)

This commit is contained in:
Affaan Mustafa 2026-07-23 23:44:42 -07:00 committed by GitHub
parent 33c7dbb7d6
commit e625a07736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 43 deletions

View file

@ -94,6 +94,13 @@ function main() {
const readme = read('README.md');
assert.ok(readme.includes('assets/images/sponsors/ito.svg'));
assert.ok(readme.includes('assets/images/sponsors/ito-dark.svg'));
assert.match(readme, /<p align="center" aria-label="Partners and sponsors">/);
assert.doesNotMatch(
readme,
/<sub><strong>Partners &amp; sponsors<\/strong><\/sub>\s*<table>/
);
assert.doesNotMatch(readme, /<strong>Itô<\/strong>/);
assert.doesNotMatch(readme, /<strong>Moonshot AI<\/strong>/);
assertHonestComputeCopy(readme);
assert.match(
readme,