mirror of
https://github.com/mrclay/minify.git
synced 2025-08-25 15:00:47 +02:00
13
tests/_test_files/lines/url.in.js
Normal file
13
tests/_test_files/lines/url.in.js
Normal file
@@ -0,0 +1,13 @@
|
||||
foo; /* http://example.com */
|
||||
bar;
|
||||
|
||||
foo; /*
|
||||
http://example.com */
|
||||
bar;
|
||||
|
||||
foo = "http://example.com"; /* hello */
|
||||
bar;
|
||||
|
||||
foo = "http://example.com"; /*
|
||||
hello */
|
||||
bar;
|
Reference in New Issue
Block a user