mirror of
https://github.com/mrclay/minify.git
synced 2025-08-12 17:14:24 +02:00
18 lines
308 B
JavaScript
18 lines
308 B
JavaScript
|
|
/* url.in.js */
|
|
|
|
/* 1 */ foo; /* http://example.com */
|
|
/* 2 */ bar;
|
|
/* 3 */
|
|
/* 4 */ foo; /*
|
|
/* 5 *| http://example.com */
|
|
/* 6 */ bar;
|
|
/* 7 */
|
|
/* 8 */ foo = "http://example.com"; /* hello */
|
|
/* 9 */ bar;
|
|
/* 10 */
|
|
/* 11 */ foo = "http://example.com"; /*
|
|
/* 12 *| hello */
|
|
/* 13 */ bar;
|
|
/* 14 */
|