MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / test_parse_jsonc_empty_string

Function test_parse_jsonc_empty_string

tests/agent_suite/agent_test.rs:6235–6239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6233
6234#[test]
6235fn test_parse_jsonc_empty_string() {
6236 let val = parse_jsonc("");
6237 assert!(val.is_object());
6238 assert!(val.as_object().unwrap().is_empty());
6239}
6240
6241#[test]
6242fn test_parse_jsonc_only_comments() {

Callers

nothing calls this directly

Calls 1

parse_jsoncFunction · 0.85

Tested by

no test coverage detected