From 98cf95e5b5590cd2ecec9fb957f39bc2907c61eb Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 7 May 2017 02:56:02 +0800 Subject: fix test for #1865 (#1873) --- test/compress/reduce_vars.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/compress/reduce_vars.js b/test/compress/reduce_vars.js index 22c1a874..5a79f574 100644 --- a/test/compress/reduce_vars.js +++ b/test/compress/reduce_vars.js @@ -2440,8 +2440,8 @@ issue_1865: { unsafe: true, } input: { - function f(a) { - a.b = false; + function f(some) { + some.thing = false; } console.log(function() { var some = { thing: true }; @@ -2450,8 +2450,8 @@ issue_1865: { }()); } expect: { - function f(a) { - a.b = false; + function f(some) { + some.thing = false; } console.log(function() { var some = { thing: true }; -- cgit v1.2.3 td class='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/wifi.scm
AgeCommit message (Expand)Author
2020-11-07installer: Limit listbox height....Mathieu Othacehe
2019-08-26installer: Hide the Wi-Fi passphrase by default....Tobias Geerinckx-Rice
2019-05-29installer: Fix wifi menu crash with hidden SSIDs....Mathieu Othacehe
2019-04-29installer: Fix typo in docstring....Meiyo Peng