Page MenuHomePhorge

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:5:12:XHP38:Declaration Formatting
warning:5:12:XHP25:Spaces Inside Parentheses
warning:5:12:XHP25:Spaces Inside Parentheses
warning:6:5:XHP37:Call Formatting
warning:6:5:XHP25:Spaces Inside Parentheses
warning:6:5:XHP25:Spaces Inside Parentheses
~~~~~~~~~~
<?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
Sun, Jan 19, 18:56 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1120400
Default Alt Text
single-pass-adjacent-patches.lint-test (640 B)

Event Timeline