(block: &CommentBlock)
| 250 | } |
| 251 | |
| 252 | fn comment_block_to_test_str(block: &CommentBlock) -> String { |
| 253 | lit_to_test_str("block", block.text, block.range) |
| 254 | } |
| 255 | |
| 256 | fn escape_json_str(text: &str) -> String { |
| 257 | text |
no test coverage detected
searching dependent graphs…