aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rw-r--r--test/src/textprop-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/textprop-tests.el b/test/src/textprop-tests.el
index 397ef28c035..ceb48d1b2db 100644
--- a/test/src/textprop-tests.el
+++ b/test/src/textprop-tests.el
@@ -67,3 +67,6 @@
67 ;; (message "%S" (car stack)) 67 ;; (message "%S" (car stack))
68 (should (and (equal-including-properties (pop stack) string) 68 (should (and (equal-including-properties (pop stack) string)
69 (null stack))))) 69 (null stack)))))
70
71(provide 'textprop-tests)
72;; textprop-tests.el ends here.