Menu

#207 (write) doesn't escape strings in 1.16.4

closed-fixed
nobody
None
5
2006-09-12
2006-09-12
Dan M.
No

$ /opt/sisc-1.15.2/sisc
SISC (1.15.2)
#;> (begin (write "\\b\n") (newline))
"\\b\n"
#;> (exit)

$ /opt/sisc-1.16.4/sisc
SISC (1.16.4)
#;> (begin (write "\\b\n") (newline))
"\b\n"
#;> (exit)

Discussion

  • Scott G. Miller

    Scott G. Miller - 2006-09-12
    • status: open --> closed-fixed
     
  • Scott G. Miller

    Scott G. Miller - 2006-09-12

    Logged In: YES
    user_id=25869

    It actually does escape strings, but misses specifically the
    backslash character. Fixed in CVS.

     

Log in to post a comment.