Skip to content

Commit

Permalink
wip test
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 22, 2024
1 parent 457d6a3 commit f901e2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/test-buttercup.el
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;; buttercup-test.el --- Tests for buttercup.el -*-lexical-binding:t-*-

;; Copyright (C) 2015-2017 Jorgen Schaefer <[email protected]>
;; Copyright (C) 2017-2022 Ola Nilsson <[email protected]>
;; Copyright (C) 2017-2022, 2024 Ola Nilsson <[email protected]>

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -143,6 +143,10 @@ text properties using `ansi-color-apply'."
;;;;;;;;;;
;;; helpers

(describe "basic things"
(it "should not"
(expect (+ 1 2) :to-equal (+ 4 4))))

(describe "The buttercup--enclosed-expr function"
(describe "should handle"
(it "expressions wrapped by buttercup--wrap-expr"
Expand Down

0 comments on commit f901e2f

Please sign in to comment.