| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected