Make WordPress Core


Ignore:
Timestamp:
11/01/2016 08:05:48 PM (9 years ago)
Author:
iseulde
Message:

TinyMCE: wptextpattern: Handle unconverted inline patterns

Make sure the right text is matched when it already contains characters of the pattern.
Adds two more unit tests.

Fixes #37693.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/index.html

    r38810 r39075  
    492492        </div><!-- end widget templates -->
    493493        <script src="../../src/wp-includes/js/tinymce/tinymce.js"></script>
     494        <script src="../../src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script>
    494495        <script src="editor/js/utils.js"></script>
    495496        <script src="wp-includes/js/tinymce/plugins/wptextpattern/plugin.js"></script>
Note: See TracChangeset for help on using the changeset viewer.