emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cb8607c 25/31: Add failing test for issue #420


From: Dmitry Gutov
Subject: [elpa] master cb8607c 25/31: Add failing test for issue #420
Date: Fri, 21 Jul 2017 09:04:58 -0400 (EDT)

branch: master
commit cb8607ce35fd6fbcc9196274873139401715549e
Author: Lele Gaifax <address@hidden>
Commit: Lele Gaifax <address@hidden>

    Add failing test for issue #420
---
 tests/parser.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/parser.el b/tests/parser.el
index 181e741..c81ac0b 100644
--- a/tests/parser.el
+++ b/tests/parser.el
@@ -1255,6 +1255,10 @@ the test."
   "function foo() { let {a, b, c = 3} = {a: 1, b: 2}; }"
   '("address@hidden:U" "address@hidden:U" "address@hidden:U" 
"address@hidden:U"))
 
+(js2-deftest-classify-variables destructure-object-missing
+  "function foo() { let {foo: missing = 10} = {}; }"
+  '("address@hidden:U" "address@hidden:U"))
+
 ;; Side effects
 
 (js2-deftest no-side-effects-at-top-level



reply via email to

[Prev in Thread] Current Thread [Next in Thread]