summaryrefslogtreecommitdiff
path: root/_test/cases
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-10-14 13:42:11 +0200
committerAndreas Gohr <andi@splitbrain.org>2011-10-14 13:42:11 +0200
commit475f2b8d83f2500da97ed9df21c9e047b85c2ab2 (patch)
tree9d1e1e4901e16e3b8affce40e1f86682bed74bcd /_test/cases
parenta76231726379ab65af1ce994b8d74e2ac814f8db (diff)
downloadrpg-475f2b8d83f2500da97ed9df21c9e047b85c2ab2.tar.gz
rpg-475f2b8d83f2500da97ed9df21c9e047b85c2ab2.tar.bz2
added a test case to check for FS#2349
no problems found
Diffstat (limited to '_test/cases')
-rw-r--r--_test/cases/inc/pageutils_clean_id.test.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/cases/inc/pageutils_clean_id.test.php b/_test/cases/inc/pageutils_clean_id.test.php
index ece71e899..167229c7f 100644
--- a/_test/cases/inc/pageutils_clean_id.test.php
+++ b/_test/cases/inc/pageutils_clean_id.test.php
@@ -35,6 +35,7 @@ class init_clean_id_test extends UnitTestCase {
$tests[] = array('ښ侧化并곦 β',false,'ښ侧化并곦_β');
$tests[] = array('page:page',false,'page:page');
$tests[] = array('page;page',false,'page:page');
+ $tests[] = array('page:page 1.2',false,'page:page_1.2');
$tests[] = array('page._#!','false','page');
$tests[] = array('._#!page','false','page');