Skip to content

Commit c4fdadf

Browse files
author
Florian Eckerstorfer
committed
Merge pull request #84 from cocur/test-long-string
Add test for very long string containing umlauts
2 parents 93db93d + 2bf8a13 commit c4fdadf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/SlugifyTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ public function provider()
212212
array('နှစ်သစ်ကူးတွင် သတ္တဝါတွေ စိတ်ချမ်းသာ ကိုယ်ကျန်းမာ၍ ကောင်းခြင်း အနန္တနှင့် ပြည့်စုံကြပါစေ', 'nhitthitkutwin-thttwatwe-seikkhyaantha-koekyaanmaywae-kaungkhyin-anntnhin-pyisonkypase'),
213213
array('Zażółć żółcią gęślą jaźń', 'zazolc-zolcia-gesla-jazn'),
214214
array('Mężny bądź chroń pułk twój i sześć flag', 'mezny-badz-chron-pulk-twoj-i-szesc-flag'),
215-
array('ერთი ორი სამი ოთხი ხუთი', 'erti-ori-sami-otkhi-khuti')
215+
array('ერთი ორი სამი ოთხი ხუთი', 'erti-ori-sami-otkhi-khuti'),
216+
array(str_repeat('Übergrößenträger', 1000), str_repeat('uebergroessentraeger', 1000))
216217
);
217218
}
218219
}

0 commit comments

Comments
 (0)