Page MenuHomePhabricator

single-pass-adjacent-patches.lint-test
No OneTemporary

single-pass-adjacent-patches.lint-test

<?php
// This test is checking that the LintPatcher correctly applies adjacent patches
// with large character delta effects.
function f( ) {
g( );
}
~~~~~~~~~~
warning:4:12
warning:5:5
~~~~~~~~~~
<?php
// This test is checking that the LintPatcher correctly applies adjacent patches
// with large character delta effects.
function f() {
g();
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 31, 3:54 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
16196768
Default Alt Text
single-pass-adjacent-patches.lint-test (409 B)

Event Timeline