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

Method testParse

test/parse.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void
86 testParse()
87 {
88 good("null");
89 good("[1,2,3]");
90 good("17");
91 bad ("[1,2,3] #");
92 }
93
94 void
95 testMemoryUsage()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected