﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
7056	wptexturize should leave contents of pre tags verbatim	nbachiyski	anonymous	"Current behaviour:
 * {{{wptexturize('<pre><code></code>--</pre>')}}} gives {{{<pre><code></code>&#8211;</pre>}}}
Expected behavious:
 * {{{wptexturize}}} shouldn't convert the two hyphens to a m-dash and should return {{{<pre><code></code>--</pre>}}}

The problem is that {{{wptexturize}}} doesn't keep it's state if tags are nested.

Also, [http://svn.automattic.com/wordpress-tests/wp-testcase/test_includes_formatting.php a test] was added. The patched version passes it."	defect (bug)	closed	normal	2.8	Formatting	2.8	normal	fixed	has-patch wptexturize tested	miken32
