Summary

spock: "-escaping bug in write

Metadata

Attachments

Description

Spock is not properly escaping " when writing:

 $ cat str.scm 
 (write "foo\"bar")
 
 $ chicken-spock -runtime str.scm | nodejs 
 "foo"bar"

The attached patch seems to fix it.

Changes and comments

[2016-10-02 13:38:33 UTC] mario attached write.diff (description=#f)

[2016-10-02 19:38:23 UTC] felix changed status from new to closed

[2016-10-02 19:38:23 UTC] felix set resolution to fixed

[2016-10-02 19:38:23 UTC] felix wrote:

thanks, pushed and tagged as 0.098