(input)
| 15571 | }; |
| 15572 | |
| 15573 | function noOpRule(input) { |
| 15574 | return results.success(null, input); |
| 15575 | } |
| 15576 | |
| 15577 | var repeatedWithSeparator = function(rule, separator, isOneOrMore) { |
| 15578 | return function(input) { |
nothing calls this directly
no outgoing calls
no test coverage detected