summaryrefslogtreecommitdiff
path: root/test/manual/indent/scheme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test/manual/indent/scheme.scm')
-rw-r--r--test/manual/indent/scheme.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/manual/indent/scheme.scm b/test/manual/indent/scheme.scm
deleted file mode 100644
index 84d0f6d8786..00000000000
--- a/test/manual/indent/scheme.scm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/scheme is this a comment?
-
-;; This one is a comment
-(a)
-#| and this one as #|well|# as this! |#
-(b)
-(cons #;(this is a
- comment)
- head tail)