()
| 7649 | } |
| 7650 | |
| 7651 | function peg$parseborder_s() { |
| 7652 | var s0; |
| 7653 | |
| 7654 | if (input.substr(peg$currPos, 4) === peg$c134) { |
| 7655 | s0 = peg$c134; |
| 7656 | peg$currPos += 4; |
| 7657 | } else { |
| 7658 | s0 = peg$FAILED; |
| 7659 | if (peg$silentFails === 0) { peg$fail(peg$e139); } |
| 7660 | } |
| 7661 | if (s0 === peg$FAILED) { |
| 7662 | if (input.substr(peg$currPos, 6) === peg$c135) { |
| 7663 | s0 = peg$c135; |
| 7664 | peg$currPos += 6; |
| 7665 | } else { |
| 7666 | s0 = peg$FAILED; |
| 7667 | if (peg$silentFails === 0) { peg$fail(peg$e140); } |
| 7668 | } |
| 7669 | if (s0 === peg$FAILED) { |
| 7670 | if (input.substr(peg$currPos, 7) === peg$c136) { |
| 7671 | s0 = peg$c136; |
| 7672 | peg$currPos += 7; |
| 7673 | } else { |
| 7674 | s0 = peg$FAILED; |
| 7675 | if (peg$silentFails === 0) { peg$fail(peg$e141); } |
| 7676 | } |
| 7677 | if (s0 === peg$FAILED) { |
| 7678 | if (input.substr(peg$currPos, 5) === peg$c137) { |
| 7679 | s0 = peg$c137; |
| 7680 | peg$currPos += 5; |
| 7681 | } else { |
| 7682 | s0 = peg$FAILED; |
| 7683 | if (peg$silentFails === 0) { peg$fail(peg$e142); } |
| 7684 | } |
| 7685 | } |
| 7686 | } |
| 7687 | } |
| 7688 | |
| 7689 | return s0; |
| 7690 | } |
| 7691 | |
| 7692 | function peg$parseborder_dec() { |
| 7693 | var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; |
no test coverage detected