wisp
 
(Arne Babenhauserheide)
2014-10-15: the comment isn’t actually needed to show the problem. The string

the comment isn’t actually needed to show the problem. The string is.

diff --git a/tests/strangecomments.scm b/tests/strangecomments.scm
--- a/tests/strangecomments.scm
+++ b/tests/strangecomments.scm
@@ -8,8 +8,6 @@
 
 ; broken
 ; expected:
-; ((2 (foo)) (2) (0) (0) (2 foo : moo 
-; ) (4 #{.}# [goo #{.}# hoo]))
 (display  
   (call-with-input-string  "  (foo) ; bar\n  ; nop \n\n; nup\n; nup \n  \n\n\n  foo : moo \"\n\" \n___ . [goo . hoo]" wisp-scheme-read-chunk))
 (newline)
diff --git a/tests/strangecomments.w b/tests/strangecomments.w
--- a/tests/strangecomments.w
+++ b/tests/strangecomments.w
@@ -8,8 +8,6 @@ newline
 
 ; broken
 ; expected:
-; ((2 (foo)) (2) (0) (0) (2 foo : moo 
-; ) (4 #{.}# [goo #{.}# hoo]))
 display  
   call-with-input-string  "  (foo) ; bar\n  ; nop \n\n; nup\n; nup \n  \n\n\n  foo : moo \"\n\" \n___ . [goo . hoo]" wisp-scheme-read-chunk
 newline