(line)
| 3847 | } |
| 3848 | |
| 3849 | function cleanUpLine(line) { |
| 3850 | line.parent = null; |
| 3851 | detachMarkedSpans(line); |
| 3852 | } |
| 3853 | |
| 3854 | // Run the given mode's parser over a line, update the styles |
| 3855 | // array, which contains alternating fragments of text and CSS |
no test coverage detected