emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115429: Mention test/indent/js.js, and restore one


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r115429: Mention test/indent/js.js, and restore one lost piece of it
Date: Sun, 08 Dec 2013 16:11:16 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115429
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-08 18:11:08 +0200
message:
  Mention test/indent/js.js, and restore one lost piece of it
  
  * test/indent/js.js: New file.
modified:
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
  test/indent/js.js              js.js-20131208154904-8uk27ryng2cpwjef-1
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-12-06 15:35:11 +0000
+++ b/test/ChangeLog    2013-12-08 16:11:08 +0000
@@ -1,3 +1,7 @@
+2013-12-08  Dmitry Gutov  <address@hidden>
+
+       * indent/js.js: New file.
+
 2013-12-05  Michael Albinus  <address@hidden>
 
        * automated/dbus-tests.el: New file.

=== modified file 'test/indent/js.js'
--- a/test/indent/js.js 2013-12-08 16:08:45 +0000
+++ b/test/indent/js.js 2013-12-08 16:11:08 +0000
@@ -39,7 +39,11 @@
   3;
 }
 
-var ;
+var p = {
+  case: 'zzzz',
+  default: 'donkey',
+  tee: 'ornery'
+};
 
 var evens = [e for each (e in range(0, 21))
                if (ed % 2 == 0)];


reply via email to

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