mirror of
https://github.com/mrclay/minify.git
synced 2025-08-08 23:26:43 +02:00
14 lines
167 B
JavaScript
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;
|