Opened 10 years ago
Closed 10 years ago
#28483 closed defect (bug) (fixed)
Logic Error in Texturize Element Stack
Reported by: | miqrogroove | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | minor | Version: | 3.8 |
Component: | Formatting | Keywords: | wptexturize has-patch |
Focuses: | Cc: |
Description
Test case:
wptexturize( '<span>hello</code>---</span>' );
Expected result:
<span>hello</code>—</span>
Actual result:
<span>hello</code>---</span>
This is being caused by a rather obvious logic flaw in the texturize stack, and inadequate unit testing.
Attachments (1)
Change History (6)
This ticket was mentioned in IRC in #wordpress-dev by wonderboymusic. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
In 28763: