Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19220351
D9615.id23050.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
499 B
Referenced Files
None
Subscribers
None
D9615.id23050.diff
View Options
diff --git a/src/utils/__tests__/PhutilUTF8TestCase.php b/src/utils/__tests__/PhutilUTF8TestCase.php
--- a/src/utils/__tests__/PhutilUTF8TestCase.php
+++ b/src/utils/__tests__/PhutilUTF8TestCase.php
@@ -112,8 +112,8 @@
"\xe6\x9d\xb1\xCD\xA0y" => 3,
// Colors and formatting.
- "\e[1mx\e[m" => 1,
- "\e[1m\e[31mx\e[m" => 1,
+ "\x1B[1mx\x1B[m" => 1,
+ "\x1B[1m\x1B[31mx\x1B[m" => 1,
);
foreach ($strings as $str => $expect) {
$this->assertEqual(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 18, 11:00 AM (5 d, 4 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
12953417
Default Alt Text
D9615.id23050.diff (499 B)
Attached To
Mode
D9615: Fix failing unit test.
Attached
Detach File
Event Timeline
Log In to Comment