summaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorSyohei YOSHIDA <syohex@gmail.com>2015-09-24 22:55:19 +0900
committerSyohei YOSHIDA <syohex@gmail.com>2015-09-24 22:55:19 +0900
commit26a811037d9c76762f83c10614130485108769c7 (patch)
tree8a7872730da8b57fe7ea75bbc428cc8d8a9bc1d6 /dev
parent117d41099d33c2ff31e2d74346de6ce31b29ff27 (diff)
Remove duplicate specs
Diffstat (limited to 'dev')
-rw-r--r--dev/examples.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev/examples.el b/dev/examples.el
index e2b2a78..b794e14 100644
--- a/dev/examples.el
+++ b/dev/examples.el
@@ -109,12 +109,7 @@
(s-prepend "abc" "def") => "abcdef")
(defexamples s-append
- (s-append "abc" "def") => "defabc")
-
- (defexamples s-wrap
- (s-wrap "[" "]" "foobar") => "[foobar]"
- (s-wrap "(" "" "foobar") => "(foobar"
- (s-wrap "" ")" "foobar") => "foobar)"))
+ (s-append "abc" "def") => "defabc"))
(def-example-group "To and from lists"
(defexamples s-lines