mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: compact the sponsor logo row (#2565)
This commit is contained in:
parent
33c7dbb7d6
commit
e625a07736
2 changed files with 14 additions and 43 deletions
|
|
@ -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 & sponsors<\/strong><\/sub>\s*<table>/
|
||||
);
|
||||
assert.doesNotMatch(readme, /<strong>Itô<\/strong>/);
|
||||
assert.doesNotMatch(readme, /<strong>Moonshot AI<\/strong>/);
|
||||
assertHonestComputeCopy(readme);
|
||||
assert.match(
|
||||
readme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue