From f71f4905b004a559f0612e0e0928204f912a66bc Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 28 Mar 2017 17:08:16 +0800 Subject: fix `is_number()` on `+=` (#1714) fixes #1710 --- test/compress/numbers.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test') diff --git a/test/compress/numbers.js b/test/compress/numbers.js index 0b40bb9c..ea439ecc 100644 --- a/test/compress/numbers.js +++ b/test/compress/numbers.js @@ -153,3 +153,18 @@ evaluate_4: { ); } } + +issue_1710: { + options = { + evaluate: true, + } + input: { + var x = {}; + console.log((x += 1) + -x); + } + expect: { + var x = {}; + console.log((x += 1) + -x); + } + expect_stdout: true +} -- cgit v1.2.3 ='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.mailmap
AgeCommit message (Expand)Author
2020-05-15mailmap: Update for self....Mathieu Othacehe
2020-05-13mailmap: Update entries for Nikita....nikita
2020-03-28Update email address and Savannah handle for Amin Bandali....Amin Bandali
2020-02-09Update e-mail address for Jakob L. Kreuze....Tobias Geerinckx-Rice
2020-01-17Update email address for Amin Bandali....Amin Bandali
2019-12-19Update email for Brett Gilio....Brett Gilio
2019-12-18gnu: leocad: Update to 19.07.1....Eric Bavier
2019-05-03Correct email address for ison....ison
2019-03-18Correct name and email address for ng0....ng0
2019-01-21Update .mailmap....Mathieu Othacehe
2018-08-27Update email for Pierre Neidhardt....Pierre Neidhardt
2018-07-16mailmap: Add a line for Pierre-Antoine....Ludovic Courtès
2018-07-16mailmap: Add another line for myself....Nils Gillmann