aboutsummaryrefslogtreecommitdiff
path: root/test/compress/issue-1202.js
AgeCommit message (Expand)Author
2017-03-18fix top-level directives in compress tests (#1615)...`input` and `expect` are parsed as `AST_BlockStatement` which does not support `AST_Directive` by default. Emulate that by transforming preceding `AST_SimpleStatement`s of `AST_String` into `AST_Directive`.Alex Lam S.L
2016-07-15Fix mangle with option keep_fnames=true for Safari....Fixes: #1202 kzc
), gnu/packages/xnee.scm (xnee), gnu/packages/xorg.scm (font-adobe100dpi, font-adobe75dpi), gnu/packages/zsh.scm (zsh): Fix misplaced commas (unquote). Mark H Weaver