search for: bool_test

Displaying 1 result from an estimated 1 matches for "bool_test".

Did you mean: pool_test
2013 Mar 11
0
[LLVMdev] YAML IO problems
I'm trying to 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:...