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

chore: more yaml escaping tests #33387

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

pavelfeldman
Copy link
Member

No description provided.

while (!this._eof()) {
const ch = this._next();
if (escaped) {
result += ch;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it fine performance-wise to do by 1 symbol? We could copy slices.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a template parser, so should not be in a hot code.

Copy link
Contributor

Test results for "tests 1"

2 flaky ⚠️ [playwright-test] › ui-mode-test-ct.spec.ts:117:5 › should run component tests after editing test and component @macos-latest-node18-1
⚠️ [chromium] › components/splitView.spec.tsx:35:5 › should render sidebar first @web-components-web

36739 passed, 630 skipped
✔️✔️✔️

Merge workflow run.

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