AndersDJohnson / AndersDJohnson/htmlcompressor
javaScript wan't be compressed
未關閉
auto-migrated
Priority-Medium
Type-Defect
- 主要語言
- Java
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
```
What steps will reproduce the problem?
--------------------------------------
echo "
for(i=0;i<prefixes;i++) c('<>') ;
--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
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。