summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elisp/geiser-syntax.el29
1 files changed, 29 insertions, 0 deletions
diff --git a/elisp/geiser-syntax.el b/elisp/geiser-syntax.el
index 6a5cb55..81ba8c6 100644
--- a/elisp/geiser-syntax.el
+++ b/elisp/geiser-syntax.el
@@ -33,6 +33,7 @@
(catch defun)
(class defun)
(dynamic-wind 0)
+ (guard 1)
(let*-values 1)
(let-values 1)
(let/ec 1)
@@ -49,9 +50,24 @@
(receive 2)
(require-extension 0)
(syntax-case 2)
+ (test-approximate 1)
+ (test-assert 1)
+ (test-eq 1)
+ (test-equal 1)
+ (test-eqv 1)
+ (test-group-with-cleanup 1)
+ (test-runner-on-bad-count! 1)
+ (test-runner-on-bad-end-name! 1)
+ (test-runner-on-final! 1)
+ (test-runner-on-group-begin! 1)
+ (test-runner-on-group-end! 1)
+ (test-runner-on-test-begin! 1)
+ (test-runner-on-test-end! 1)
+ (test-with-runner 1)
(unless 1)
(when 1)
(while 1)
+ (with-exception-handler 1)
(with-syntax 1))
@@ -76,8 +92,21 @@
"receive"
"require-extension"
"set!"
+ "syntax-case"
+ "test-approximate"
+ "test-assert"
+ "test-begin"
+ "test-end"
+ "test-eq"
+ "test-equal"
+ "test-eqv"
+ "test-error"
+ "test-group"
+ "test-group-with-cleanup"
+ "test-with-runner"
"unless"
"when"
+ "with-exception-handler"
"with-input-from-file"
"with-output-to-file"))