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

KTOR-7586 Fix MimesTest doesn't compile on JS target #4438

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

osipxd
Copy link
Member

@osipxd osipxd commented Oct 30, 2024

The problem was introduced with #4410

Build fails with an error because of spaces in test names

e: file:///mnt/agent/work/8d547b974a7be21f/ktor-http/common/test/io/ktor/tests/http/MimesTest.kt:12:5 Name contains illegal chars that cannot appear in JavaScript identifier.
e: file:///mnt/agent/work/8d547b974a7be21f/ktor-http/common/test/io/ktor/tests/http/MimesTest.kt:21:5 Name contains illegal chars that cannot appear in JavaScript identifier.
e: file:///mnt/agent/work/8d547b974a7be21f/ktor-http/common/test/io/ktor/tests/http/MimesTest.kt:28:5 Name contains illegal chars that cannot appear in JavaScript identifier.

@osipxd osipxd self-assigned this Oct 30, 2024
@osipxd osipxd requested a review from bjhham October 30, 2024 13:36
@osipxd osipxd merged commit a65ff10 into 3.1.0-eap Oct 31, 2024
11 of 14 checks passed
@osipxd osipxd deleted the osipxd/fix-js-tests branch October 31, 2024 10:12
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