Changeset 47122 for trunk/tests/phpunit/tests/formatting/SeemsUtf8.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/SeemsUtf8.php
r46586 r47122 12 12 */ 13 13 function test_returns_true_for_utf8_strings( $utf8_string ) { 14 // from http://www.i18nguy.com/unicode-example.html14 // From http://www.i18nguy.com/unicode-example.html 15 15 $this->assertTrue( seems_utf8( $utf8_string ) ); 16 16 } … … 33 33 34 34 function big5_strings() { 35 // Get data from formatting/big5.txt 35 // Get data from formatting/big5.txt. 36 36 $big5_strings = file( DIR_TESTDATA . '/formatting/big5.txt' ); 37 37 foreach ( $big5_strings as &$string ) {
Note: See TracChangeset
for help on using the changeset viewer.