()
| 11858 | } |
| 11859 | |
| 11860 | function peg$parseP() { |
| 11861 | var s0, s1, s2, s3, s4, s5, s6, s7; |
| 11862 | |
| 11863 | if (input.substr(peg$currPos, 1).toLowerCase() === peg$c196) { |
| 11864 | s0 = input.charAt(peg$currPos); |
| 11865 | peg$currPos++; |
| 11866 | } else { |
| 11867 | s0 = peg$FAILED; |
| 11868 | if (peg$silentFails === 0) { peg$fail(peg$e230); } |
| 11869 | } |
| 11870 | if (s0 === peg$FAILED) { |
| 11871 | s0 = peg$currPos; |
| 11872 | if (input.charCodeAt(peg$currPos) === 92) { |
| 11873 | s1 = peg$c165; |
| 11874 | peg$currPos++; |
| 11875 | } else { |
| 11876 | s1 = peg$FAILED; |
| 11877 | if (peg$silentFails === 0) { peg$fail(peg$e176); } |
| 11878 | } |
| 11879 | if (s1 !== peg$FAILED) { |
| 11880 | if (input.charCodeAt(peg$currPos) === 48) { |
| 11881 | s2 = peg$c177; |
| 11882 | peg$currPos++; |
| 11883 | } else { |
| 11884 | s2 = peg$FAILED; |
| 11885 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 11886 | } |
| 11887 | if (s2 === peg$FAILED) { |
| 11888 | s2 = null; |
| 11889 | } |
| 11890 | if (input.charCodeAt(peg$currPos) === 48) { |
| 11891 | s3 = peg$c177; |
| 11892 | peg$currPos++; |
| 11893 | } else { |
| 11894 | s3 = peg$FAILED; |
| 11895 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 11896 | } |
| 11897 | if (s3 === peg$FAILED) { |
| 11898 | s3 = null; |
| 11899 | } |
| 11900 | if (input.charCodeAt(peg$currPos) === 48) { |
| 11901 | s4 = peg$c177; |
| 11902 | peg$currPos++; |
| 11903 | } else { |
| 11904 | s4 = peg$FAILED; |
| 11905 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 11906 | } |
| 11907 | if (s4 === peg$FAILED) { |
| 11908 | s4 = null; |
| 11909 | } |
| 11910 | if (input.charCodeAt(peg$currPos) === 48) { |
| 11911 | s5 = peg$c177; |
| 11912 | peg$currPos++; |
| 11913 | } else { |
| 11914 | s5 = peg$FAILED; |
| 11915 | if (peg$silentFails === 0) { peg$fail(peg$e198); } |
| 11916 | } |
| 11917 | if (s5 === peg$FAILED) { |
no test coverage detected