Fixed matches sorting in shortcodeConverter. #4270
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It looks like the algorithm to compute and return shortcode pieces array is dependent on ascending sorting of the matches and the sorting was not ascending causing a series of bugs and unexpected behaviours.
This change should fix issue #4215 and the "Problems converting a Bootstrap page" section referred in issue #4219.
Description
This PR just changes sorting in shortcodeConverter function to be ascending as it looks like is what the algorithm expects.
How Has This Been Tested?
Paste into a simple text editor first to make sure pasting is plain text. Copying from here escapes content.
Paste the following text :
Verify the output is an image block as expected.
Create a post in the classic editor with the following content provided by @ElectricFeet in issue #4219:
Load the post in Gutenberg use convert to blocks option and verify the result is similar to what we add in the classic editor.
Verify "simple" shortcode pasting works as before.
Screenshots (jpeg or gifs if applicable):
Before:
After:
Before:
After: