branch: master commit fe0bade30c1ef2d9fcd8a70dbf0c3f56510254e5 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
tiny-test.el: Update --- tiny-test.el | 27 +-------------------------- 1 files changed, 1 insertions(+), 26 deletions(-) diff --git a/tiny-test.el b/tiny-test.el index 0836e6d..30c0d00 100644 --- a/tiny-test.el +++ b/tiny-test.el @@ -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))"