]> git.eshelyaron.com Git - emacs.git/commitdiff
test/indent/scheme.scm: New file.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Sep 2014 20:47:44 +0000 (16:47 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 2 Sep 2014 20:47:44 +0000 (16:47 -0400)
test/indent/scheme.scm [new file with mode: 0755]

diff --git a/test/indent/scheme.scm b/test/indent/scheme.scm
new file mode 100755 (executable)
index 0000000..84d0f6d
--- /dev/null
@@ -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)