(s)
| 33205 | a |
| 33206 | ) |
| 33207 | } |
| 33208 | function testDocumentSeparator(s) { |
| 33209 | var o, |
| 33210 | i = s.position |
| 33211 | return !( |
| 33212 | (45 !== (o = s.input.charCodeAt(i)) && 46 !== o) || |
| 33213 | o !== s.input.charCodeAt(i + 1) || |
| 33214 | o !== s.input.charCodeAt(i + 2) || |
| 33215 | ((i += 3), 0 !== (o = s.input.charCodeAt(i)) && !is_WS_OR_EOL(o)) |
| 33216 | ) |
| 33217 | } |
| 33218 | function writeFoldedLines(s, o) { |
| 33219 | 1 === o ? (s.result += ' ') : o > 1 && (s.result += er.repeat('\n', o - 1)) |
no test coverage detected