mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-21 15:22:48 +01:00
Add test for #214
This commit is contained in:
parent
691f0cfe87
commit
55cf4ef257
@ -1189,6 +1189,13 @@ a = \'b\';',
|
||||
'if(last){for(i=1;i<3;i++);}else if(first){for(i in list);}else{while(this.rm(name,check,!1));}',
|
||||
);
|
||||
|
||||
// https://github.com/matthiasmullie/minify/issues/214
|
||||
$tests[] = array(
|
||||
'/\/|\'/;
|
||||
\'.ctd_panel_content .ctd_preview\';',
|
||||
'/\/|\'/;\'.ctd_panel_content .ctd_preview\'',
|
||||
);
|
||||
|
||||
// known minified files to help doublecheck changes in places not yet
|
||||
// anticipated in these tests
|
||||
$files = glob(__DIR__.'/sample/minified/*.js');
|
||||
|
Loading…
x
Reference in New Issue
Block a user