UglifyJS/test/mocha
Shrey Banga e645ba84cf
Respect quote style in object literals
The option added in fbbaa42ee5 wasn't
being respected inside object literals, so quoted property names would
still be stripped out with this option.

This is mostly a corner-case, but useful when the output is passed to
something like the Closure compiler, where quoted property names can be
used to prevent mangling.
2016-06-19 21:13:31 +02:00
..
arguments.js Make arguments test slightly more strict 2016-01-15 00:04:05 +01:00
comment_before_constant.js Retain comments before AST_Constants during mangle. 2016-05-04 20:11:45 +02:00
comment-filter.js Add some tests for comment-filters through api 2016-01-19 19:14:19 +01:00
directives.js Normalize error messages 2016-06-19 21:08:34 +02:00
getter-setter.js Normalize error messages 2016-06-19 21:08:34 +02:00
huge-number-of-comments.js Parse comments without recursion to avoid RangeError. 2016-04-16 02:02:47 -04:00
let.js Attempt to increase timeout for mocha let test. 2016-03-15 11:44:09 -04:00
line-endings.js Do not allow newlines in regex 2016-06-05 17:02:19 +02:00
minify.js Respect quote style in object literals 2016-06-19 21:13:31 +02:00
new.js Re-add parens after new expression in beautify mode 2016-06-12 20:03:48 +02:00
string-literal.js Don't mix strings with directives in output 2016-06-19 20:59:17 +02:00
with.js Normalize error messages 2016-06-19 21:08:34 +02:00