1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-25 15:00:47 +02:00

Improve Minify_Lines algorithm and add tests

Fixes #531
Fixes #534
This commit is contained in:
Steve Clay
2016-05-18 17:01:59 -04:00
parent de39966e9c
commit 2045731d60
9 changed files with 247 additions and 59 deletions

View 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;