Files
yii2/tests/unit
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-09-05 16:39:18 -04:00
2015-02-15 22:49:21 -05:00
2014-08-14 21:34:07 +02:00
2014-08-12 12:10:19 +02:00
2014-09-05 16:39:18 -04:00