diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-02 16:47:44 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2014-09-02 16:47:44 -0400 |
commit | af86b05fd4b79c3d1c3b71c6193c4295a1265594 (patch) | |
tree | d2ed404b92fc9e755fe01dd698e579035cccc386 /test | |
parent | 559b827d8aba3ca060f3875a65028cffe71f258b (diff) | |
download | emacs-af86b05fd4b79c3d1c3b71c6193c4295a1265594.tar.gz |
test/indent/scheme.scm: New file.
Diffstat (limited to 'test')
-rwxr-xr-x | test/indent/scheme.scm | 9 |
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) |