From f901e2f0854d9f60970aefb79cedfbbdd08d32b6 Mon Sep 17 00:00:00 2001 From: Ola Nilsson Date: Thu, 22 Feb 2024 22:39:13 +0100 Subject: [PATCH] wip test --- tests/test-buttercup.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el index d36634d..c3139bc 100644 --- a/tests/test-buttercup.el +++ b/tests/test-buttercup.el @@ -1,7 +1,7 @@ ;;; buttercup-test.el --- Tests for buttercup.el -*-lexical-binding:t-*- ;; Copyright (C) 2015-2017 Jorgen Schaefer -;; Copyright (C) 2017-2022 Ola Nilsson +;; Copyright (C) 2017-2022, 2024 Ola Nilsson ;; 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"