From af86b05fd4b79c3d1c3b71c6193c4295a1265594 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 2 Sep 2014 16:47:44 -0400 Subject: [PATCH] test/indent/scheme.scm: New file. --- test/indent/scheme.scm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/indent/scheme.scm 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) -- 2.39.5