diff options
author | Andreas Gohr <andi@splitbrain.org> | 2011-10-14 13:42:11 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2011-10-14 13:42:11 +0200 |
commit | 475f2b8d83f2500da97ed9df21c9e047b85c2ab2 (patch) | |
tree | 9d1e1e4901e16e3b8affce40e1f86682bed74bcd | |
parent | a76231726379ab65af1ce994b8d74e2ac814f8db (diff) | |
download | rpg-475f2b8d83f2500da97ed9df21c9e047b85c2ab2.tar.gz rpg-475f2b8d83f2500da97ed9df21c9e047b85c2ab2.tar.bz2 |
added a test case to check for FS#2349
no problems found
-rw-r--r-- | _test/cases/inc/pageutils_clean_id.test.php | 1 |
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'); |