1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-18 05:38:16 +01:00
This commit is contained in:
Joscha Feth 2014-03-05 19:29:22 +01:00
parent 54a53c9c19
commit c60b6a2984

View File

@ -50,7 +50,7 @@ function test_Minify_ClosureCompiler()
}
// --- Test minifaction with advanced compilation level ---
// --- Test minification with advanced compilation level ---
$src = "function unused() {};";
$minExpected = '';