[runtime] Fix 'skip_nested_brace' to not read past the string. Fixes #15253. - #15257
Conversation
…otnet#15253. Fix 'skip_nested_brace' to not double skip characters. Also add a test. Fixes dotnet#15253.
💻 [PR Build] Tests on macOS Mac Catalina (10.15) passed 💻✅ All tests on macOS Mac Catalina (10.15) passed. Pipeline on Agent |
✅ API diff for current PR / commitLegacy Xamarin (No breaking changes)
NET (empty diffs)
✅ API diff vs stableLegacy Xamarin (No breaking changes).NET (No breaking changes)✅ Generator diffGenerator diff is empty Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
|
Test failure is unrelated (https://github.com/xamarin/maccore/issues/2558). |
|
/sudo backport release/6.0.3xx |
|
/sudo backport release/6.0.4xx |
|
Backport Job to branch release/6.0.3xx Created! The magic is happening here |
|
Backport Job to branch release/6.0.4xx Created! The magic is happening here |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=6400947 for more details. |
|
Hooray! Backport succeeded! Please see https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=6400946 for more details. |
Fix 'skip_nested_brace' to not double skip characters.
Also add a test.
Fixes #15253.