mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
410c2ecbfd
Summary: Ref T1191. After utf8mb4 conversion, these tests no longer pass because MySQL allows emoji and gclefs and such. We could keep these tests running by keeping a `ut8f_bin` table around somewhere, but we have no other use cases for it and it does not seem worth the added complexity. All these BMP-only codepaths are on the way out. Update the `%s` / `%B` test to make sure it's rejecting invalid byte sequences, which are still not permitted. Test Plan: Tests now pass. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T1191 Differential Revision: https://secure.phabricator.com/D10621 |
||
---|---|---|
.. | ||
PhabricatorCelerityTestCase.php | ||
PhabricatorInfrastructureTestCase.php |