summaryrefslogtreecommitdiff
path: root/test/src/character-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/character-tests.el')
-rw-r--r--test/src/character-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/character-tests.el b/test/src/character-tests.el
index f630b32a5ee..ba24d49039c 100644
--- a/test/src/character-tests.el
+++ b/test/src/character-tests.el
@@ -43,3 +43,5 @@
(should (= (string-width "áëòç" nil 4) 2))
(should (= (string-width "הַרְבֵּה אַהֲבָה") 9))
(should (= (string-width "הַרְבֵּה אַהֲבָה" nil 8) 4)))
+
+;;; character-tests.el ends here