diff options
Diffstat (limited to 'test/manual/indent/scheme.scm')
-rw-r--r-- | test/manual/indent/scheme.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/manual/indent/scheme.scm b/test/manual/indent/scheme.scm new file mode 100644 index 00000000000..84d0f6d8786 --- /dev/null +++ b/test/manual/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) |