mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-13 16:53:59 +02:00
dashes fixes
This commit is contained in:
@@ -345,7 +345,8 @@ abstract class CommonTest extends PHPUnit_Framework_TestCase
|
||||
//array('barzi-i-yarostni', 'бързи и яростни'),
|
||||
array('podekhal-k-podezdu-moego-doma', 'подъехал к подъезду моего дома'),
|
||||
array('foo:bar:baz', 'Foo bar baz', ':'),
|
||||
array('a_string_with_underscores', 'A_string with_underscores', '_')
|
||||
array('a_string_with_underscores', 'A_string with_underscores', '_'),
|
||||
array('a_string_with_dashes', 'A string-with-dashes', '_')
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user