forked from jorgenschaefer/emacs-buttercup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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" | ||
|