Changeset 28765 for trunk/tests/phpunit/tests/formatting/WPTexturize.php
- Timestamp:
- 06/17/2014 08:18:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WPTexturize.php
r28764 r28765 314 314 ), 315 315 array( 316 "according to our source, '33 % of allstudents scored less than 50' on the test.", // Apostrophes and primes have priority over quotes317 "according to our source, ’33 % of allstudents scored less than 50′ on the test.",316 "according to our source, '33 students scored less than 50' on the test.", // Apostrophes and primes have priority over quotes 317 "according to our source, ’33 students scored less than 50′ on the test.", 318 318 ), 319 319 ); … … 1061 1061 ), 1062 1062 array( 1063 "word '99's word", // Is this correct?1064 "word ̵ 6;99’s word",1063 "word '99's word", 1064 "word ’99’s word", 1065 1065 ), 1066 1066 array( 1067 1067 "word '99'samsonite", 1068 "word ̵ 6;99’samsonite",1068 "word ’99’samsonite", 1069 1069 ), 1070 1070 ); … … 1340 1340 "word '999 word", // Does not match the apos pattern, should be opening quote. 1341 1341 "word ‘999 word", 1342 ), 1343 array( 1344 "word '99% word", 1345 "word ‘99% word", 1342 1346 ), 1343 1347 array(
Note: See TracChangeset
for help on using the changeset viewer.