If a node has the value "\n", it's serialized in YAML as "\x0a". When that same
file is read again it's read as "" (an empty string) and not "\n".
To reproduce:
Output << Key << "foo" << Value << DoubleQuoted << "\n";
Then attempt reading the resulting YAML file.
Original issue reported on code.google.com by sherief....@gmail.com on 11 Jan 2012 at 10:04
Original issue reported on code.google.com by
sherief....@gmail.com
on 11 Jan 2012 at 10:04