wisp
 
(Arne Babenhauserheide)
2014-11-01: added a test for lists with colon.

added a test for lists with colon.

diff --git a/wisp-scheme.w b/wisp-scheme.w
--- a/wisp-scheme.w
+++ b/wisp-scheme.w
@@ -616,6 +616,13 @@ define : wisp-scheme-read-string-chunk s
 ;     'bar
 ; baz waz"
 ; newline 
+; ; ;; quote the list with colon
+; write
+;   wisp-scheme-read-string  "moo : ' foo
+;   foo
+;     ' bar bah
+; baz waz"
+; newline 
 ; 
 ;;;; Test improper lists
 ;;;; Good cases