()
| 4188 | } |
| 4189 | |
| 4190 | function peg$parseLineContinuation() { |
| 4191 | var s0, s1, s2; |
| 4192 | |
| 4193 | s0 = peg$currPos; |
| 4194 | if (input.charCodeAt(peg$currPos) === 92) { |
| 4195 | s1 = peg$c120; |
| 4196 | peg$currPos++; |
| 4197 | } else { |
| 4198 | s1 = peg$FAILED; |
| 4199 | if (peg$silentFails === 0) { peg$fail(peg$c121); } |
| 4200 | } |
| 4201 | if (s1 !== peg$FAILED) { |
| 4202 | s2 = peg$parseLineTerminatorSequence(); |
| 4203 | if (s2 !== peg$FAILED) { |
| 4204 | peg$reportedPos = s0; |
| 4205 | s1 = peg$c135(); |
| 4206 | s0 = s1; |
| 4207 | } else { |
| 4208 | peg$currPos = s0; |
| 4209 | s0 = peg$c3; |
| 4210 | } |
| 4211 | } else { |
| 4212 | peg$currPos = s0; |
| 4213 | s0 = peg$c3; |
| 4214 | } |
| 4215 | |
| 4216 | return s0; |
| 4217 | } |
| 4218 | |
| 4219 | function peg$parseEscapeSequence() { |
| 4220 | var s0, s1, s2, s3; |
no test coverage detected
searching dependent graphs…