(text, re)
| 2847 | return false; |
| 2848 | } |
| 2849 | function trim(text, re) { |
| 2850 | return text.replace(re, ""); |
| 2851 | } |
| 2852 | function makeIndent(blank) { |
| 2853 | let value = blank.replace(RE_BLANK_LINES, "\n"); |
| 2854 | let length = RE_INDENT.exec(blank)[1].length; |
no outgoing calls
no test coverage detected