Opened 10 years ago
Closed 10 years ago
#27587 closed defect (bug) (fixed)
Smilies and nbsp
Reported by: | miqrogroove | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Formatting | Keywords: | has-patch 4.0-early |
Focuses: | Cc: |
Attachments (3)
Change History (10)
#2
@
10 years ago
- Keywords needs-refresh added; needs-testing removed
- Milestone changed from Awaiting Review to 4.0
This patch requires wp_spaces_regexp()
, which doesn't exist.
#4
follow-up:
↓ 5
@
10 years ago
- Keywords needs-refresh removed
14 unit tests fail with the patch after [28708] - is there a pre-req for this patch in another ticket?
#5
in reply to:
↑ 4
@
10 years ago
Replying to wonderboymusic:
14 unit tests fail with the patch after [28708] - is there a pre-req for this patch in another ticket?
It's an improvement, believe me :) I need detailed feedback because I'm not running phpunit. If you could post exactly which tests fail or e-mail that to me, I should be able to fix it. The main problem last time was that the existing tests were based on bad output, including extra spaces that the user didn't type, etc.
Note: See
TracTickets for help on using
tickets.
Remove all extra spaces from expected outputs. Fix unit bugs.