()
| 35 | |
| 36 | const reopenPrefix = () => '```' + fenceInfo + '\n'; |
| 37 | const isFresh = () => disp.length === (fenceOpen ? reopenPrefix().length : 0); |
| 38 | const cut = () => { |
| 39 | pieces.push({ display: fenceOpen ? disp + CLOSE : disp, consumed }); |
| 40 | disp = fenceOpen ? reopenPrefix() : ''; |
no test coverage detected