chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] #1331: spock: "-escaping bug in write


From: Chicken Trac
Subject: [Chicken-janitors] #1331: spock: "-escaping bug in write
Date: Sun, 02 Oct 2016 11:37:37 -0000

#1331: spock: "-escaping bug in write
----------------------------------------+--------------------------------
 Reporter:  mario                       |                 Owner:  felix
     Type:  defect                      |                Status:  new
 Priority:  major                       |             Milestone:  someday
Component:  extensions                  |               Version:  4.11.0
 Keywords:  spock, write, double quote  |  Estimated difficulty:
----------------------------------------+--------------------------------
 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.

--
Ticket URL: <https://bugs.call-cc.org/ticket/1331>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]