What steps will reproduce the problem?
1. make a simple c++ file:
#include <yaml-cpp/yaml.h>
int main()
{
YAML::Node test = YAML::LoadFile("test.yml");
td::cout << "[YAML]: " << test["Lua"];
2. test.yml
containg just 1 line:
Lua: "test.lua"
3. output is with some other symbols
What is the expected output? What do you see instead?
expected: test.lua
see: !<!> test.lua
What version of the product are you using? On what operating system?
0.5.1 from ubuntu package manager
Please provide any additional information below.
Original issue reported on code.google.com by raffaell...@gmail.com on 7 Nov 2014 at 6:12
Original issue reported on code.google.com by
raffaell...@gmail.com
on 7 Nov 2014 at 6:12