Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18705825
D9437.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9437.id.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sep 29 2025, 1:16 PM (5 w, 18 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
11529340
Default Alt Text
D9437.id.diff (1 KB)
Attached To
Mode
D9437: Exclude some test data from being linted.
Attached
Detach File
Event Timeline
Log In to Comment