RPCConsole::RPCExecuteCommandLine(result,"getblockchaininfo ");//whitespace at the end will be tolerated
QVERIFY(result.substr(0,1)=="{");
(RPCConsole::RPCExecuteCommandLine(result,"getblockchaininfo()[\"chain\"]"));//Quote path identifier are allowed, but look after a child contaning the quotes in the key
(RPCConsole::RPCExecuteCommandLine(result,"getblockchaininfo()[\"chain\"]"));//Quote path identifier are allowed, but look after a child containing the quotes in the key
QVERIFY(result=="null");
(RPCConsole::RPCExecuteCommandLine(result,"createrawtransaction [] {} 0"));//parameter not in brackets are allowed