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

Method testNull

test/stream_parser.cpp:483–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 //------------------------------------------------------
482
483 void
484 testNull()
485 {
486 grind("null");
487 grind(" null");
488 grind(" null");
489 grind("null\n");
490 grind("null\n\n");
491 grind("\r null\t ");
492 }
493
494 void
495 testBool()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected