aboutsummaryrefslogtreecommitdiff
path: root/engine/tests/regression/trac_bugs.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-05-28 18:33:55 -0400
committercash <cash.costello@gmail.com>2013-05-28 18:33:55 -0400
commit371e64beb9d47e0b64ce74d83a8587a73908f7d5 (patch)
treeae5b8041481d3f854669fff59b52c642628d2ee4 /engine/tests/regression/trac_bugs.php
parentf766c76ba915af714bf6a8f1c71abfc9f7b5f097 (diff)
downloadelgg-371e64beb9d47e0b64ce74d83a8587a73908f7d5.tar.gz
elgg-371e64beb9d47e0b64ce74d83a8587a73908f7d5.tar.bz2
Fixes #5531 removes symbol interpretation from translit class
Diffstat (limited to 'engine/tests/regression/trac_bugs.php')
-rw-r--r--engine/tests/regression/trac_bugs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/tests/regression/trac_bugs.php b/engine/tests/regression/trac_bugs.php
index 7fdd51c27..051aa8d1b 100644
--- a/engine/tests/regression/trac_bugs.php
+++ b/engine/tests/regression/trac_bugs.php
@@ -208,12 +208,12 @@ class ElggCoreRegressionBugsTest extends ElggCoreUnitTest {
$cases = array(
// acid test
"B&N > Amazon, OK? <bold> 'hey!' $34"
- => "b-and-n-greater-than-amazon-ok-bold-hey-34",
+ => "bn-amazon-ok-bold-hey-34",
// hyphen, underscore and ASCII whitespace replaced by separator,
// other non-alphanumeric ASCII removed
- "a-a_a a\na\ra\ta\va!a\"a#a\$a%a&a'a(a)a*a+a,a.a/a:a;a=a?a@a[a\\a]a^a`a{a|a}a~a"
- => "a-a-a-a-a-a-aaaaaaa-and-aaaaaaaaaaaaaaaaaaaaaaa",
+ "a-a_a a\na\ra\ta\va!a\"a#a\$a%aa'a(a)a*a+a,a.a/a:a;a=a?a@a[a\\a]a^a`a{a|a}a~a"
+ => "a-a-a-a-a-a-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
// separators trimmed
"-_ hello _-"