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

Method testIssue15

test/stream_parser.cpp:1214–1222  ·  view source on GitHub ↗

https://github.com/boostorg/json/issues/15

Source from the content-addressed store, hash-verified

1212
1213 // https://github.com/boostorg/json/issues/15
1214 void
1215 testIssue15()
1216 {
1217 BOOST_TEST(
1218 json::parse("{\"port\": 12345}")
1219 .as_object()
1220 .at("port")
1221 .as_int64() == 12345);
1222 }
1223
1224 // https://github.com/boostorg/json/issues/45
1225 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected