branch: master
commit c988876315a6f6a1948494943095a2548b194ee5
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
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)))))))