[wp-trac] [WordPress Trac] #23625: Add function to extract or parse chat as structured data
WordPress Trac
noreply at wordpress.org
Wed Mar 13 15:51:44 UTC 2013
#23625: Add function to extract or parse chat as structured data
----------------------------------------+------------------
Reporter: wonderboymusic | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.6
Component: Post Formats | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-unit-tests |
----------------------------------------+------------------
Comment (by MikeHansenMe):
Looking at the unit test for the example. I am not sure the expected var
is correct. Let me elaborate a bit.
{{{
'message' => 'so yes it can * daveluke has quit (Quit: daveluke) *
robmiller (~robmiller at 141.0.147.143) has joined #wordpress'
}}}
in the above message we have the message "so yes it can" then we have
notices added as well.
{{{
* daveluke has quit (Quit: daveluke)
* robmiller (~robmiller at 141.0.147.143) has joined #wordpress
}}}
are notices, I am not sure what should be expected. Should it be removed,
added as its own message or the users responsibility to remove before
publishing. Either way I do not think it should be included as part of the
previous message.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23625#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list