test/indent/scheme.scm: New file.

This commit is contained in:
Stefan Monnier 2014-09-02 16:47:44 -04:00
parent 559b827d8a
commit af86b05fd4

9
test/indent/scheme.scm Executable file
View file

@ -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)