wisp
 
(Arne Babenhauserheide)
2014-11-01: add an inline test for quoting.

add an inline test for quoting.

diff --git a/wisp-scheme.w b/wisp-scheme.w
--- a/wisp-scheme.w
+++ b/wisp-scheme.w
@@ -588,6 +588,22 @@ define : wisp-scheme-read-string-chunk s
          call-with-input-string str wisp-scheme-read-chunk
 
 
+;;;; Test special syntax
+; ;; quote the list
+; write
+;   wisp-scheme-read-string  "moo
+;   foo
+;     ' bar
+; baz waz"
+; newline 
+; ;; quote the symbol - in wisp, whitespace after quote is not allowed!
+; write
+;   wisp-scheme-read-string  "moo
+;   foo
+;     'bar
+; baz waz"
+; newline 
+; 
 ;;;; Test improper lists
 ;;;; Good cases
 ; write