aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorEli Zaretskii2016-09-24 13:25:04 +0300
committerEli Zaretskii2016-09-24 13:25:04 +0300
commitfac0426fb3dee125e80cf849713990d966f02a97 (patch)
tree04551ce279e7963508e27461d2632adcac2fb5b9 /test/src
parent0123d567384fd69c137fcecc181dbb5a65e043b4 (diff)
downloademacs-fac0426fb3dee125e80cf849713990d966f02a97.tar.gz
emacs-fac0426fb3dee125e80cf849713990d966f02a97.zip
; * test/src/textprop-tests.el: Minor copyedits.
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.