Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 19428
Status: rejected
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: MIYAGAWA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



When you dump "foo\nbar\nbaz" with JSON::Syck, it will emit: {"key":"foo\n\ bar\n\ baz\n"} which is evaluated to "foo\n bar\n baz" in JavaScript land. Indent should be suppressed inside quoted strings.
On Tue May 23 06:46:31 2006, MIYAGAWA wrote: Show quoted text
> When you dump "foo\nbar\nbaz" with JSON::Syck, it will emit: > > {"key":"foo\n\ > bar\n\ > baz\n"} > > which is evaluated to "foo\n bar\n baz" in JavaScript land. Indent > should be suppressed inside quoted strings.
This is a duplicate of the bug I filed 5 days earlier....
Subject: JSON Round trip broken
duplicate ticket per opener.