]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/tiny/tiny-test.el
Merge commit '366689f15373ffacfe4d28b36e6325d193a4e752' from tiny
[gnu-emacs-elpa] / packages / tiny / tiny-test.el
index dc9c3b958a9738cba25fb778ef4f4e83d23f4f16..3d9ec54cd2dce9bcb0e8f01c7bfe2c877d9f75bc 100644 (file)
@@ -74,6 +74,8 @@ with point at the end of TXT."
 (ert-deftest tiny-mapconcat ()
   (should (equal (with-text-value "m10" (lambda()(eval (read (tiny-mapconcat)))))
                  "0 1 2 3 4 5 6 7 8 9 10"))
+  (should (equal (with-text-value "mm10" (lambda()(eval (read (tiny-mapconcat)))))
+                 "012345678910"))
   (should (equal (with-text-value "m5 10" (lambda()(eval (read (tiny-mapconcat)))))
                  "5 6 7 8 9 10"))
   (should (equal (with-text-value "m5 10*xx" (lambda()(eval (read (tiny-mapconcat)))))