wisp
 
(Arne Babenhauserheide)
2013-09-12: removed test-comment *gg*

removed test-comment *gg*

diff --git a/wisp-guile.w b/wisp-guile.w
--- a/wisp-guile.w
+++ b/wisp-guile.w
@@ -150,7 +150,6 @@ Ends with three consecutive linebreaks o
                 if : char=? nextchar #\linefeed
                     ; we have to actually construct the escape
                     ; sequence here to be able to parse ourselves.
-                    ; FUBBLE, I’m NEW!
                     set! text : string-append text : string-append "\\LINE_" "BREAK_N"
                     if : char=? nextchar #\newline
                         set! text : string-append text : string-append "\\LINE_" "BREAK_R"