Files
yii2/tests/unit/framework
Brandon Kelly 7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes
- When converting an ICU date/time format to PHP, text within single quotes will be replaced with backslashes in front of each character (the PHP date() method for escaping text), and double-single quotes will be replaced with single quotes.
- When converting an ICU date/time format to jQuery UI, text  within single quotes, and double-single quotes, will each be preserved (rather than parsed for date/time format symbols), as jQuery UI uses the same text escaping and single quote syntax as ICU.
- Add support for '' within 'escaped text' E.g. 'o''clock'

close #7151
2015-03-01 00:02:35 +01:00
..
2014-10-25 16:35:50 +03:00
2014-07-17 23:02:23 -04:00
2015-02-26 02:37:47 +03:00
2014-08-16 22:30:28 -04:00
2015-02-24 20:42:51 +01:00
2015-02-25 16:04:12 +03:00
2015-01-10 18:37:43 +01:00
2015-02-22 19:33:23 -05:00