Skip to content

Commit

Permalink
Remove a cyrillic character that causes failures on new libicu
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 9, 2016
1 parent 3cafdd1 commit bd8896f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Utility/TextTest.php
Expand Up @@ -1607,7 +1607,7 @@ public function transliterateInputProvider()
'Foo Bar: Not just for breakfast any-more'
],
[
'A æ Übérmensch på høyeste nivå! И я люблю PHP! есть. fi ¦', null,
'A æ Übérmensch på høyeste nivå! И я люблю PHP! ест. fi ¦', null,
'A ae Ubermensch pa hoyeste niva! I a lublu PHP! est. fi '
],
[
Expand Down

2 comments on commit bd8896f

@ADmad
Copy link
Member

@ADmad ADmad commented on bd8896f Jul 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😒

@markstory
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was either this or update the tests to use preg_match() and optional patterns.

Please sign in to comment.