Changeset 37674 for trunk/tools/i18n/t/ExtractTest.php
- Timestamp:
- 06/10/2016 04:49:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/i18n/t/ExtractTest.php
r36781 r37674 206 206 $this->assertEquals( array( array( 207 207 'name' => '__', 'args' => array( 'F j, Y g:i a' ), 'line' => 3, 208 'comment' => 'translators: localized date and time format, see http ://php.net/date'208 'comment' => 'translators: localized date and time format, see https://secure.php.net/date' 209 209 ) ), 210 210 $this->extractor->find_function_calls( array( '__' ), 211 211 "<?php 212 /* translators: localized date and time format, see http ://php.net/date */212 /* translators: localized date and time format, see https://secure.php.net/date */ 213 213 __( 'F j, Y g:i a' );" 214 214 )
Note: See TracChangeset
for help on using the changeset viewer.