(string)
| 2869 | } |
| 2870 | |
| 2871 | function readHtmlPath(string) { |
| 2872 | return parseString(htmlPathRule(), string); |
| 2873 | } |
| 2874 | |
| 2875 | function htmlPathRule() { |
| 2876 | var capture = lop.rules.sequence.capture; |
nothing calls this directly
no test coverage detected