Page MenuHomePhabricator

D9437.diff
No OneTemporary

D9437.diff

diff --git a/.arclint b/.arclint
--- a/.arclint
+++ b/.arclint
@@ -1,7 +1,9 @@
{
"exclude": [
"(^externals/)",
- "(\\.lint-test$)"
+ "(^src/console/__tests__/wrap/.*\\.txt(\\.expect)?$)",
+ "(^src/markup/engine/__tests__/remarkup/.*\\.txt$)",
+ "(^src/markup/syntax/highlighter/__tests__/xhpast/.*\\.(expect|source)$)"
],
"linters": {
"chmod": {
diff --git a/src/parser/xhpast/__tests__/data/php-array-dereference.expect b/src/parser/xhpast/__tests__/data/php-array-dereference.expect
--- a/src/parser/xhpast/__tests__/data/php-array-dereference.expect
+++ b/src/parser/xhpast/__tests__/data/php-array-dereference.expect
@@ -634,7 +634,7 @@
],
[
375,
- 2
+ 1
]
]
}
diff --git a/src/parser/xhpast/__tests__/data/php-array-dereference.test b/src/parser/xhpast/__tests__/data/php-array-dereference.test
--- a/src/parser/xhpast/__tests__/data/php-array-dereference.test
+++ b/src/parser/xhpast/__tests__/data/php-array-dereference.test
@@ -11,4 +11,3 @@
$y = foo()[$i];
if (isset(foo()[0])) { }
-

File Metadata

Mime Type
text/plain
Expires
Sep 12 2025, 11:54 AM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
11529340
Default Alt Text
D9437.diff (1 KB)

Event Timeline