AndersDJohnson / AndersDJohnson/htmlcompressor

javaScript wan't be compressed

Open
#85 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Java
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

```
What steps will reproduce the problem?

--------------------------------------
echo "
for(i=0;i<prefixes;i++) c('<>') ;

" | java -jar ./htmlcompressor-1.5.3.jar 

--compress-js
--------------------------------------

What is the expected output? What do you see instead?

expected:
--------------------------------------
for(i=0;i<prefixes;i++)c('<>');


--------------------------------------
given:
--------------------------------------

for(i=0;i<prefixes;i++) c('<>') ;



--------------------------------------

What version of the product are you using? On what operating system?

htmlcompressor-1.5.3

Please provide any additional information below.

```

Original issue reported on code.google.com by `T.Sick...@gmail.com` on 2 Jun 2013 at 9:08

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.