diff options
author | jao <jao@gnu.org> | 2021-11-24 03:17:24 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-24 03:17:24 +0000 |
commit | 64e09725c75a2ca4a366c018b107d8bb0e00862e (patch) | |
tree | 1a93f8d6196c8c8055cd5bdf239d2c1900ef43e5 /elisp | |
parent | 122564229f068b13493db75b4521017e242f007c (diff) | |
download | geiser-64e09725c75a2ca4a366c018b107d8bb0e00862e.tar.gz geiser-64e09725c75a2ca4a366c018b107d8bb0e00862e.tar.bz2 |
Indentation for srfi-64's test-group
Diffstat (limited to 'elisp')
-rw-r--r-- | elisp/geiser-syntax.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el index 7069f2b..dd347d3 100644 --- a/elisp/geiser-syntax.el +++ b/elisp/geiser-syntax.el @@ -1,6 +1,6 @@ ;;; geiser-syntax.el -- utilities for parsing scheme syntax -;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020 Jose Antonio Ortega Ruiz +;; Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2019, 2020, 2021 Jose Antonio Ortega Ruiz ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the Modified BSD License. You should @@ -56,6 +56,7 @@ (test-eq 1) (test-equal 1) (test-eqv 1) + (test-group 1) (test-group-with-cleanup 1) (test-runner-on-bad-count! 1) (test-runner-on-bad-end-name! 1) |