فهرست منبع

[Locale] add another failing escape test case

Igor Wiedler 14 سال پیش
والد
کامیت
e962c4a633
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php

+ 1 - 0
tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php

@@ -61,6 +61,7 @@ class StubIntlDateFormatterTest extends \PHPUnit_Framework_TestCase
             array("'''yy'", 0, "'yy"),
             array("''y", 0, "'1970"),
             array("''yy", 0, "'70"),
+            array("H 'o'' clock'", 0, "0 o' clock"),
 
             /* month */
             array('M', 0, '1'),