diff options
| author | Eli Zaretskii | 2016-09-24 13:25:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-09-24 13:25:04 +0300 |
| commit | fac0426fb3dee125e80cf849713990d966f02a97 (patch) | |
| tree | 04551ce279e7963508e27461d2632adcac2fb5b9 /test/src | |
| parent | 0123d567384fd69c137fcecc181dbb5a65e043b4 (diff) | |
| download | emacs-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.el | 3 |
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. | ||