Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css extraction] Ignore empty lines in table definitions #1469

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Jan 26, 2024

I cannot reproduce it, but Bikeshed generated an empty line at the end of the table definition of font-style in css-fonts-4. The extraction logic did not expect that and crashed.

This update makes the extraction logic more resilient by ignoring empty lines.

Via w3c/webref#1130

I cannot reproduce it, but Bikeshed generated an empty line at the end of the
table definition of `font-style` in css-fonts-4. The extraction logic did not
expect that and crashed.

This update makes the extraction logic more resilient by ignoring empty lines.

Via w3c/webref#1130
@tidoust tidoust marked this pull request as ready for review January 26, 2024 10:50
@tidoust tidoust merged commit 1bd8ccb into main Jan 26, 2024
1 check passed
@tidoust tidoust deleted the css-dfn-empty branch January 26, 2024 10:59
tidoust added a commit that referenced this pull request Jan 26, 2024
Bug fix:
- [css extraction] Ignore empty lines in table definitions (#1469)

Dependencies bumped:
- Bump undici from 6.3.0 to 6.4.0 (#1464)
- Bump rollup from 4.9.5 to 4.9.6 (#1465)
- Bump puppeteer from 21.7.0 to 21.9.0 (#1467)
- Bump web-specs from 2.76.0 to 2.77.0 (#1470)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants