Revert [28719] and no longer math-process multiplication of negative numbers

see #19308
fixes #30445
props rmccue

git-svn-id: https://develop.svn.wordpress.org/trunk@30752 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2014-12-06 21:23:12 +00:00
parent 5d259386be
commit 71bb091cc3
2 changed files with 4 additions and 3 deletions

View File

@@ -802,9 +802,10 @@ class Tests_Formatting_WPTexturize extends WP_UnitTestCase {
"-123x1=-123",
"-123×1=-123",
),
// @ticket 30445
array(
"-123x-1",
"-123×-1",
"-123x-1",
),
array(
"0.675x1=0.675",