1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-20 03:51:21 +02:00

Use normal replacement for @ in slugify

This commit is contained in:
Daniel St. Jules
2017-04-12 11:19:35 -04:00
parent eb13cc35d6
commit f22117862b
2 changed files with 2 additions and 1 deletions

View File

@@ -1108,7 +1108,7 @@ class StringyTestCase extends PHPUnit_Framework_TestCase
['another-foo-bar', 'another..& foo -.-"-...bar'],
['foo-dbar', " Foo d'Bar "],
['a-string-with-dashes', 'A string-with-dashes'],
['userhost', 'user@host'],
['user-host', 'user@host'],
['using-strings-like-foo-bar', 'Using strings like fòô bàř'],
['numbers-1234', 'numbers 1234'],
['perevirka-ryadka', 'перевірка рядка'],