-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Compatibility issues in tests #3804
Comments
Currently, I added fake polyfill for I also highlighted problematic tests with |
cc @scofalik – he mentioned that that normalization isn't necessary (or something similar :)). |
We can remove normalization for now. So there should not be |
@maxbarnas found also some issue with regexps. Could you elaborate on that, @maxbarnas? Perhaps @scofalik will be able to help you. I only know that ES6 added support for multi-byte chars in regexps, so perhaps their transpilation fails somehow... but OTOH, it should make tests fail. |
@scofalik I explained the problem a little in https://github.com/ckeditor/ckeditor5-utils/issues/66#issuecomment-242045302 |
This issue covered only a part of problems. There's a followup in #325. |
Related: #312.
The text was updated successfully, but these errors were encountered: