Closed GoogleCodeExporter closed 8 years ago
Oops, Google Project gave me an error on first submittal, so I ended up filing
a dupe.
Original comment by atoms...@gmail.com
on 2 Dec 2010 at 10:57
Nice catch!
Original comment by jbe...@gmail.com
on 3 Dec 2010 at 9:44
Fixed (r428). I added your two tests to emittertests.cpp, and they both pass.
Original comment by jbe...@gmail.com
on 3 Dec 2010 at 9:52
Issue 85 has been merged into this issue.
Original comment by jbe...@gmail.com
on 3 Dec 2010 at 9:54
This was not fully fixed - in the flow context, it wouldn't correctly quote the
scalar. For example,
YAML::Emitter out;
out << YAML::Flow << YAML::BeginMap << YAML::Key << "C:" << YAML::Value << "C:"
<< YAML::EndMap;
would output
{C:: C:}
instead of
{"C:": "C:"}
This is now fixed (r539dade98c87).
Original comment by jbe...@gmail.com
on 1 Nov 2011 at 12:18
Original issue reported on code.google.com by
atoms...@gmail.com
on 2 Dec 2010 at 10:56