Uh oh!
There was an error while loading. Please reload this page.
Conversation
… compatibility Android's regex engine (com.android.icu.util.regex.PatternNative) is stricter than the JVM's java.util.regex.Pattern and rejects unescaped '}' with a PatternSyntaxException. Since this regex is compiled in a static initializer, the class is permanently poisoned and every subsequent call to LaunchImpl.startTestItem() fails with ExceptionInInitializerError. Escaping the '}' as '\}' is valid on both JVM and Android ICU — no behavioural change for non-Android consumers. Fixes#322
…lity fix: escape closing brace in TemplateProcessing regex for Android ICU compatibility
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Uh oh!
There was an error while loading. Please reload this page.
No description provided.