AndersDJohnson / AndersDJohnson/htmlcompressor
javaScript wan't be compressed
Abierto
auto-migrated
Priority-Medium
Type-Defect
- Lenguaje dominante
- Java
- Estrellas
- 1
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.