We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802d8b2 commit 8d917bfCopy full SHA for 8d917bf
test/commands/test/ert/test/ert-test.el
@@ -1,6 +1,6 @@
1
;;; ert-test.el --- Test the command ert -*- lexical-binding: t; -*-
2
3
-;; Copyright (C) 2022-2024 the Eask authors.
+;; Copyright (C) 2024 the Eask authors.
4
5
;; This program is free software; you can redistribute it and/or modify
6
;; it under the terms of the GNU General Public License as published by
@@ -26,4 +26,5 @@
26
27
(ert-deftest ert-test-1 ()
28
(should (= 1 1)))
29
+
30
;;; ert-test.el ends here
0 commit comments