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

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

[elpa] master c988876 086/110: Fix the straggler


From: Dmitry Gutov
Subject: [elpa] master c988876 086/110: Fix the straggler
Date: Thu, 23 Jun 2016 01:13:02 +0000 (UTC)

branch: master
commit c988876315a6f6a1948494943095a2548b194ee5
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix the straggler
---
 tests/indent.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/indent.el b/tests/indent.el
index 91b8656..2fe6037 100644
--- a/tests/indent.el
+++ b/tests/indent.el
@@ -32,6 +32,7 @@
            s
          (replace-regexp-in-string "^ *" "" s)))
       (js2-jsx-mode)
+      (js2-reparse) ; solely for js2-jsx-self-closing, for some reason
       (indent-region (point-min) (point-max))
       (should (string= s (buffer-substring-no-properties
                           (point-min) (point)))))))



reply via email to

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