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

14 lines
167 B
JavaScript

foo; /* http://example.com */
bar;
foo; /*
http://example.com */
bar;
foo = "http://example.com"; /* hello */
bar;
foo = "http://example.com"; /*
hello */
bar;