1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-12 08:14:06 +02:00

Update CommonTest.php

This commit is contained in:
MaximAL
2014-02-19 10:43:06 +03:00
parent 25fa7340ed
commit cd41723b12

View File

@@ -340,7 +340,9 @@ abstract class CommonTest extends PHPUnit_Framework_TestCase
array('numbers-1234', 'numbers 1234'), array('numbers-1234', 'numbers 1234'),
array('perevirka-ryadka', 'перевірка рядка'), array('perevirka-ryadka', 'перевірка рядка'),
array('bukvar-s-bukvoy-y', 'букварь с буквой ы'), array('bukvar-s-bukvoy-y', 'букварь с буквой ы'),
array('barzi-i-yarostni', 'бързи и яростни'), // Conflicts between Russian or Bulgarian
//array('barzi-i-yarostni', 'бързи и яростни'),
array('podekhal-k-podezdu-moego-doma', 'подъехал к подъезду моего дома'),
array('foo:bar:baz', 'Foo bar baz', ':'), 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', '_')
); );