ChaiScript/unittests/malformed_inline_map.chai

3 lines
78 B
ChaiScript

assert_throws("Parse failure", []() { eval("{\"hello\":5,\"j\",\"k\"}") } );