Page MenuHomeSealhub

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, Nov 28, 15:37 (4 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1083366
Default Alt Text
single-pass-adjacent-patches.lint-test (409 B)

Event Timeline