MCPcopy Create free account
hub / github.com/boostorg/json / testEscaped

Method testEscaped

test/pointer.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void
83 testEscaped()
84 {
85 value const jv = testValue();
86 BOOST_TEST(&jv.at_pointer("/a~1b")== &jv.at("a/b"));
87 BOOST_TEST(&jv.at_pointer("/m~0n")== &jv.at("m~n"));
88 }
89
90 void
91 testNested()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected