test/indent/scheme.scm: New file.
This commit is contained in:
parent
559b827d8a
commit
af86b05fd4
1 changed files with 9 additions and 0 deletions
9
test/indent/scheme.scm
Executable file
9
test/indent/scheme.scm
Executable 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)
|
Loading…
Add table
Reference in a new issue