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

Method testBool

test/stream_parser.cpp:494–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494 void
495 testBool()
496 {
497 grind("true");
498 grind(" true");
499 grind(" true");
500 grind("true\n");
501 grind("true\n\n");
502 grind("\r true\t ");
503
504 grind("false");
505 grind(" false");
506 grind(" false");
507 grind("false\n");
508 grind("false\n\n");
509 grind("\r false\t ");
510 }
511
512 //------------------------------------------------------
513

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected