Changeset 28725 for trunk/tests/phpunit/tests/formatting/WPTexturize.php
- Timestamp:
- 06/10/2014 02:13:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/WPTexturize.php
r28721 r28725 501 501 ), 502 502 array( 503 "word 99'word", 504 "word 99R 42;word",503 "word 99'word", // Not a prime anymore. Apostrophes get priority. 504 "word 99’word", 505 505 ), 506 506 array( … … 509 509 ), 510 510 array( 511 "word99'word", 512 "word99R 42;word",511 "word99'word", // Not a prime anymore. 512 "word99’word", 513 513 ), 514 514 );
Note: See TracChangeset
for help on using the changeset viewer.