summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2014-09-02 16:47:44 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2014-09-02 16:47:44 -0400
commitaf86b05fd4b79c3d1c3b71c6193c4295a1265594 (patch)
treed2ed404b92fc9e755fe01dd698e579035cccc386
parent559b827d8aba3ca060f3875a65028cffe71f258b (diff)
downloademacs-af86b05fd4b79c3d1c3b71c6193c4295a1265594.tar.gz
test/indent/scheme.scm: New file.
-rwxr-xr-xtest/indent/scheme.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/indent/scheme.scm b/test/indent/scheme.scm
new file mode 100755
index 00000000000..84d0f6d8786
--- /dev/null
+++ b/test/indent/scheme.scm
@@ -0,0 +1,9 @@
+#!/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)