1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 17:14:24 +02:00
Files
minify/tests/_test_files/lines/url.out.js
2016-05-19 15:14:27 -04:00

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 */