]> code.delx.au - gnu-emacs-elpa/commitdiff
tiny-test.el: Update
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 4 Feb 2015 19:22:36 +0000 (20:22 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 4 Feb 2015 19:22:36 +0000 (20:22 +0100)
tiny-test.el

index 0836e6d1c85cf6f2c7e0186114e1bd8c236d9e38..30c0d00fd51e4e4a90ce7e0fd5103d62d6297c65 100644 (file)
@@ -164,32 +164,7 @@ SCHEDULED: <2015-11-12 Thu> DEADLINE: <2015-11-20 Fri>"))
                    "1 2 4 8 16 32 64 128"))
   (should (string= (with-text-value "m\\n25+?ax|(\"%c\")"
                      (lambda()(eval (read (tiny-mapconcat)))))
-                   "(\"a\")
-(\"b\")
-(\"c\")
-(\"d\")
-(\"e\")
-(\"f\")
-(\"g\")
-(\"h\")
-(\"i\")
-(\"j\")
-(\"k\")
-(\"l\")
-(\"m\")
-(\"n\")
-(\"o\")
-(\"p\")
-(\"q\")
-(\"r\")
-(\"s\")
-(\"t\")
-(\"u\")
-(\"v\")
-(\"w\")
-(\"x\")
-(\"y\")
-(\"z\")")))
+                   "(\"a\")\n(\"b\")\n(\"c\")\n(\"d\")\n(\"e\")\n(\"f\")\n(\"g\")\n(\"h\")\n(\"i\")\n(\"j\")\n(\"k\")\n(\"l\")\n(\"m\")\n(\"n\")\n(\"o\")\n(\"p\")\n(\"q\")\n(\"r\")\n(\"s\")\n(\"t\")\n(\"u\")\n(\"v\")\n(\"w\")\n(\"x\")\n(\"y\")\n(\"z\")")))
 
 (ert-deftest tiny-replace-this-sexp ()
   (should (equal (with-text-value "(mapcar (lambda (x) (* x x)) '(1 2 3))"