Displaying 1 result from an estimated 1 matches for "int_test".
Did you mean:
intr_test
2013 Mar 11
0
[LLVMdev] YAML IO problems
...parse a simple JSON file, and am having problems with using
YAMLIO. FWIW, I see the unit test YAMLIOTest.cpp is disabled with a #if 0.
Anyway, the JSON file yaml.json contains:
{
"bool_test": true,
"directory": ".",
"suffix": "_test",
"int_test": 4
}
The test program when run shows:
YAML:5:15: error: invalid number
"int_test": 4
^~ // ^~ points to the 4
bool_test: true
save_directory: .",
"suffix": "_test",
"int_test": 4
}
save_suffix: _test",
&quo...