()
| 3631 | } |
| 3632 | |
| 3633 | function peg$parseUnicodeLetter() { |
| 3634 | var s0; |
| 3635 | |
| 3636 | s0 = peg$parseLu(); |
| 3637 | if (s0 === peg$FAILED) { |
| 3638 | s0 = peg$parseLl(); |
| 3639 | if (s0 === peg$FAILED) { |
| 3640 | s0 = peg$parseLt(); |
| 3641 | if (s0 === peg$FAILED) { |
| 3642 | s0 = peg$parseLm(); |
| 3643 | if (s0 === peg$FAILED) { |
| 3644 | s0 = peg$parseLo(); |
| 3645 | if (s0 === peg$FAILED) { |
| 3646 | s0 = peg$parseNl(); |
| 3647 | } |
| 3648 | } |
| 3649 | } |
| 3650 | } |
| 3651 | } |
| 3652 | |
| 3653 | return s0; |
| 3654 | } |
| 3655 | |
| 3656 | function peg$parseUnicodeCombiningMark() { |
| 3657 | var s0; |
no test coverage detected
searching dependent graphs…